Research Labs

2026-09-17 20:37 UTCopen field data · live

pages/about.php

Snapshot 2026.09.17-a2894de (current) · 16 lines · 3,422 bytes · tree · plain text

SHA-256 614c25276f51754377925e9de72cf657f41d99edd3c5c62c5bff891f6cf2e266
1<?php
2require_once __DIR__.'/../inc/layout.php';
3page_header('About','about');
4echo '<h1>About this laboratory</h1>';
5echo '<p class="lede">This platform publishes the research data of The Skerðingsstaðir Experiment as it accumulates: a doctoral research programme measuring whether regenerative, AI-operated tourism gives more than it takes, on a coastal parcel inside Iceland\'s first UNESCO Biosphere Reserve. Instruments stream in, faults are public, provenance is checksummed, and the answer will be published whatever it is.</p>';
6echo '<div class="grid cols2">';
7echo '<div class="card"><h3>The retreat and the research</h3><p class="kv">Two fronts of one undertaking share this ground. Districthive is building the retreat itself, The Outpost, a Human Recharging Station (Volcanic Lagoon, Wellness &amp; Longevity Silent Retreat): five staff-absent cabins on a coastal parcel that holds consent for a 100-room hotel, with that consent deliberately left unexercised, opening in 2027; the <a href="'.h(PROSPECTUS).'">prospectus</a> tells that story. The Skerðingsstaðir Experiment is the doctoral research programme wrapped around the build: instruments deployed ahead of ground-breaking, a matched control shoreline, open live data, and six planned papers measuring whether this kind of tourism gives more than it takes, across design, economy and work, community, wildlife, guest health and wellbeing (the programme\'s primary strand, treating the retreat\'s sauna, cold, light, sound and meditation therapies as logged doses beside measured outcomes) and the site\'s thousand-year past. The build is the experiment, and this platform is where its evidence lives.</p></div>';
8echo '<div class="card"><h3>What is open</h3><p class="kv">All research data, live and archived, under an open licence with attribution. Aggregated dashboards are public; full raw datasets ship on request; the API serves keyed read access to everyone.</p></div>';
9echo '<div class="card"><h3>What is not</h3><p class="kv">No personal or guest-level data, ever, by construction. Sensitive ecological locations are generalised. Partner datasets release on partner schedules. The platform code is bespoke to this site: documented and open to scrutiny, not shipped as installable software.</p></div>';
10echo '<div class="card"><h3>Confirmatory vs exploratory</h3><p class="kv">Pre-registered confirmatory analyses are separated from the exploratory browsing this site invites. The Correlate workbench is permanently labelled exploratory; findings appear in the papers.</p></div>';
11echo '<div class="card"><h3>Contact & API keys</h3><p class="kv">Researchers, students and anyone curious: write to <a href="mailto:'.h(CONTACT_EMAIL).'?subject=Research%20Labs%20API%20key%20request">'.h(CONTACT_EMAIL).'</a> to request an API key, bulk raw archives, or a conversation about the programme. Keys are issued freely; they exist for rate control, not gatekeeping.</p></div>';
12echo '<div class="card"><h3>Links</h3><p class="kv"><a href="'.h(MAIN_SITE).'">districthive.com</a> · <a href="'.h(PROSPECTUS).'">the prospectus</a> · research plan and papers on request until published</p></div>';
13echo '</div>';
14echo '<h2>Citation</h2><p class="note">Districthive Research Labs (year). The Skerðingsstaðir Experiment: open field data. Retrieved [date]. Individual streams carry instrument attributions on the Instruments page.</p>';
15page_footer();
16

Lines can be cited as pages/about.php L120-L140, platform code 2026.09.17-a2894de; add #L120-L140 to this page's address to highlight them. Source shown for scrutiny of the research platform. All rights reserved. Not offered as installable software.