On a quest for agency in Bellairs
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Breaking Specialist Training out of the University - A Human Approach to Computational Science</title>
7 <link rel="stylesheet" href="styles.css">
8 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
9</head>
10<body>
11 <header>
12 <nav>
13 <div class="logo">The Bellairs Manifesto</div>
14 <div class="nav-container">
15 <ul class="main-nav">
16 <li><a href="index.html#manifesto">Manifesto</a></li>
17 <li><a href="index.html#usecases">Actions</a></li>
18 <li><a href="index.html#timeline">Timeline</a></li>
19 <li><a href="index.html#about">About</a></li>
20 </ul>
21 <ul class="social-nav">
22 <li class="social-icon"><a href="https://matrix.to/#/#bellairs-discuss:recoil.org" target="_blank" aria-label="Matrix">
23 <img src="matrix-icon.svg" alt="Matrix" width="20" height="20" class="matrix-icon">
24 </a></li>
25 <li class="social-icon"><a href="https://bsky.app/profile/bellairs.quest" target="_blank" aria-label="Bluesky">
26 <img src="bluesky-icon.svg" alt="Bluesky" width="20" height="20" class="bsky-icon">
27 </a></li>
28 </ul>
29 </div>
30 </nav>
31 </header>
32
33 <section id="usecase-detail">
34 <div class="container">
35 <h2>Use Case: Breaking Specialist Training out of the University</h2>
36
37 <div class="usecase">
38 <p>Meaningful participation in important scientific discourses requires specialist knowledge. For example, to evaluate the safety of a plan to deploy machine learning in public infrastructure, some understanding of current techniques and their range of applicability is required; likewise, climate data cannot be meaningfully analysed by someone who lacks prior experience in statistics. Access to specialist training of this kind is presently centralised in the universities and gated behind tuition fees and time barriers.</p>
39 <p>We will answer the erosion of public trust in the scientific process with a credible invitation: join us, learn our methods, and contribute to the discourse. To that end, we aim to build sustainable infrastructure for a decentralised network of publicly accessible online courseware, textbooks, tutorials, and social media that will serve as the roots of a new and serious partnership between the public and the scientific community.</p>
40 <p class="investigators"><strong>Investigators:</strong> <a href="https://www.jonmsterling.com" target="_blank">Jonathan Sterling</a>, <a href="https://anil.recoil.org" target="_blank">Anil Madhavapeddy</a></p>
41 </div>
42
43 <div class="back-link">
44 <a href="index.html#usecases">← Back to all use cases</a>
45 </div>
46 </div>
47 </section>
48
49 <footer>
50 <div class="container">
51 <p class="disclaimer">© 2025 in the public domain. This site is not directly affiliated with the <a href="https://www.mcgill.ca/bellairs/" target="_blank">Bellairs Research Institute</a>, but we are grateful to them for hosting our research symposium that made this manifesto possible.</p>
52 </div>
53 </footer>
54
55 <script src="scripts.js"></script>
56</body>
57</html>