-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlearn.html
More file actions
91 lines (90 loc) · 5.43 KB
/
learn.html
File metadata and controls
91 lines (90 loc) · 5.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
layout: default
title: Learn more
---
<div class="container">
<div class="row section topspace">
<div class="col-md-6">
<div class="card">
<h5 class="card-header"><i class="fas fa-edit"></i> <a href="essays/index.html">Short Essays</a></h5>
<div class="card-body">
<span id="essay-display"></span>
<div style="text-align: center; font-style: italic" id="essay-button"><a href="javascript:loadMoreEssays(4, 'essay-display', 'essay-button')">Load more</a></div>
</div>
</div>
</br>
<div class="card">
<h5 class="card-header"><i class="fas fa-comments"></i> Comedy lecture</h5>
<div class="card-body">
<p>A light way to learn about core ideas and results of the project.</p>
<div style="width:100%;height:0;padding-bottom:51%;position:relative">
<iframe style="width:100%;height:100%;position:absolute;left:0;top:0" width="560" height="315" src="https://www.youtube.com/embed/gCNyYtDXCBA?si=gC66B89IYzFOak26" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</br>
<div class="card">
<h5 class="card-header"><i class="fas fa-user-graduate"></i> Student theses (undergraduate)</h5>
<div class="card-body">
<p><b><a href="Thesis-Cosper-HamiltonianMechanics.pdf">Ryan Cosper - From Two Assumptions to Hamilton's Mechanics</a></b>.
It shows how Hamiltonian Mechanics can be recovered from infinitesimal reducibility and deterministm/reversibility in a
language accessible to undergraduates.
</p>
<p><b><a href="Thesis-Johnson-DifferentialGeometry.pdf">Micah Johnson - Physical Motivations of Differential Topology</a></b>.
It explores a better way to introduce and motivate the tools of differential topology (generalization of vector calculus to higher dimension), creating
a better connection between the math and the physics it is used to describe.
</p>
</div>
</div>
</br>
<div class="card">
<h5 class="card-header"><i class="fas fa-edit"></i> Blog</h5>
<div class="card-body">
<p><b><a href="http://sufficientlywise.org">Gabriele Carcassi's blog on foundations of physics</a></b>.
In the blog the project lead tries to make some the concepts accessible
to a broader audience. See the <a href="http://sufficientlywise.org/index/">index of all posts.</a>
NOTE: it hasn't been updated in a while as we are trying to understand what is the
best way to communicate the ideas.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<h5 class="card-header"><i class="fab fa-youtube fa-2"></i> YouTube channels</h5>
<div class="card-body">
<p><b><a href="https://www.youtube.com/user/gcarcassi">Gabriele Carcassi's youtube channel</a></b> includes videos aimed at physics/math/engineering students at the intermediate level.</p>
<p><b><a href="https://www.youtube.com/@AssumptionsofPhysicsResearch">Our research youtube channel</a></b> is dedicated to open research. Includes live discussion, open problems and presentations from guests.</p>
</div>
</div>
</br>
<div class="card">
<h5 class="card-header"><i class="fas fa-chalkboard-teacher"></i> Summer School</h5>
<div class="card-body">
<p>The Summer School on the Assumptions of physics is a good way to get introduced to the project.</p>
<p>
<a href="presentations/2025SummerSchool.html">2025 Summer School</a></br>
<a href="presentations/2024SummerSchool.html">2024 Summer School</a>
</p>
</div>
</div>
</br>
<div class="card">
<h5 class="card-header"><i class="fas fa-forward"></i> Bare minima</h5>
<div class="card-body">
<p>Presents the essentials of a discipline:
<a href="https://latexonline.cc/compile?git=https%3A%2F%2Fgithub.com%2Fassumptionsofphysics%2Fassumptionsofphysics&target=BareMinima/SetTheory/BareMinimumSetTheory.tex&command=pdflatex">Set theory</a> -
<a href="https://latexonline.cc/compile?git=https%3A%2F%2Fgithub.com%2Fassumptionsofphysics%2Fassumptionsofphysics&target=BareMinima/OrderTheory/BareMinimumOrderTheory.tex&command=pdflatex">Order theory</a>
</p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="assets/js/document-format.js"></script>
<script type="text/javascript">
loadMoreEssays(5, "essay-display", "essay-button");
</script>
<script type="text/javascript">
loadMoreVideos(3, "video-display", "video-button");
</script>