Spaces:
Running
Running
2026 calendar
Browse files- marimo/calendar.html +41 -35
- marimo/index.html +8 -8
marimo/calendar.html
CHANGED
|
@@ -19,15 +19,18 @@
|
|
| 19 |
text-align: center;
|
| 20 |
width: 85%;
|
| 21 |
margin: 0 auto;
|
|
|
|
| 22 |
}
|
| 23 |
.week-item {
|
| 24 |
margin-bottom: 10px;
|
| 25 |
padding: 5px;
|
| 26 |
border-left: 3px solid #ddd;
|
| 27 |
padding-left: 10px;
|
|
|
|
| 28 |
}
|
| 29 |
.week-label {
|
| 30 |
font-weight: bold;
|
|
|
|
| 31 |
}
|
| 32 |
.intro {
|
| 33 |
color: olive;
|
|
@@ -44,6 +47,7 @@
|
|
| 44 |
.none {
|
| 45 |
color: teal;
|
| 46 |
font-weight: bold;
|
|
|
|
| 47 |
}
|
| 48 |
.due-date {
|
| 49 |
color: red;
|
|
@@ -54,6 +58,8 @@
|
|
| 54 |
.assessment {
|
| 55 |
color: red;
|
| 56 |
font-weight: bold;
|
|
|
|
|
|
|
| 57 |
}
|
| 58 |
.holiday-list {
|
| 59 |
margin-top: 20px;
|
|
@@ -65,88 +71,88 @@
|
|
| 65 |
|
| 66 |
<div class="calendar">
|
| 67 |
<div class="week-item">
|
| 68 |
-
<span class="week-label">Week 1
|
| 69 |
-
<span class="
|
| 70 |
</div>
|
| 71 |
|
| 72 |
<div class="week-item">
|
| 73 |
-
<span class="week-label">Week 2
|
| 74 |
-
<span class="lab">Basic statistics numerical
|
| 75 |
</div>
|
| 76 |
|
| 77 |
<div class="week-item">
|
| 78 |
-
<span class="week-label">Week 3
|
| 79 |
-
<span class="
|
|
|
|
| 80 |
</div>
|
| 81 |
|
| 82 |
<div class="week-item">
|
| 83 |
-
<span class="week-label">Week 4
|
| 84 |
-
<span class="lab">Bomb calorimetry
|
| 85 |
-
<span class="due-date">First lab report due</span>
|
| 86 |
</div>
|
| 87 |
|
| 88 |
<div class="week-item">
|
| 89 |
-
<span class="week-label">Week 5
|
| 90 |
-
<span class="drop-in">
|
|
|
|
| 91 |
</div>
|
| 92 |
|
| 93 |
<div class="week-item">
|
| 94 |
-
<span class="week-label">Week 6
|
| 95 |
-
<span class="none">No
|
| 96 |
-
<span class="
|
| 97 |
</div>
|
| 98 |
|
| 99 |
<div class="week-item">
|
| 100 |
-
<span class="week-label">Week 7
|
| 101 |
-
<span
|
| 102 |
</div>
|
| 103 |
|
| 104 |
<div class="week-item">
|
| 105 |
-
<span class="week-label">Week 8
|
| 106 |
-
<span
|
| 107 |
</div>
|
| 108 |
|
| 109 |
<div class="week-item">
|
| 110 |
-
<span class="week-label">Week 9
|
| 111 |
-
<span style="font-weight: bold;">Tuition
|
| 112 |
</div>
|
| 113 |
|
| 114 |
<div class="week-item">
|
| 115 |
-
<span class="week-label">Week 10
|
| 116 |
-
<span class="lab">
|
| 117 |
-
<span class="due-date">Third lab report due</span>
|
| 118 |
</div>
|
| 119 |
|
| 120 |
<div class="week-item">
|
| 121 |
-
<span class="week-label">Week 11
|
| 122 |
-
<span class="
|
| 123 |
</div>
|
| 124 |
|
| 125 |
<div class="week-item">
|
| 126 |
-
<span class="week-label">Week 12
|
| 127 |
<span class="lab">Surface adsorption numerical laboratory</span>
|
| 128 |
-
<span class="due-date">
|
| 129 |
</div>
|
| 130 |
|
| 131 |
<div class="week-item">
|
| 132 |
-
<span class="week-label">Week 13
|
| 133 |
-
<span class="
|
| 134 |
</div>
|
| 135 |
|
| 136 |
<div class="week-item">
|
| 137 |
-
<span class="week-label">Week 14
|
| 138 |
<span class="none">Study week</span>
|
| 139 |
-
<span class="due-date">
|
| 140 |
</div>
|
| 141 |
</div>
|
| 142 |
|
| 143 |
<h3>Public holidays</h3>
|
| 144 |
<ul class="holiday-list">
|
| 145 |
<li>2<sup>nd</sup> March β Labour Day</li>
|
| 146 |
-
<li>
|
| 147 |
-
<li>
|
| 148 |
-
<li>
|
| 149 |
-
<li>
|
| 150 |
</ul>
|
| 151 |
</body>
|
| 152 |
</html>
|
|
|
|
| 19 |
text-align: center;
|
| 20 |
width: 85%;
|
| 21 |
margin: 0 auto;
|
| 22 |
+
display: block;
|
| 23 |
}
|
| 24 |
.week-item {
|
| 25 |
margin-bottom: 10px;
|
| 26 |
padding: 5px;
|
| 27 |
border-left: 3px solid #ddd;
|
| 28 |
padding-left: 10px;
|
| 29 |
+
display: block;
|
| 30 |
}
|
| 31 |
.week-label {
|
| 32 |
font-weight: bold;
|
| 33 |
+
display: block;
|
| 34 |
}
|
| 35 |
.intro {
|
| 36 |
color: olive;
|
|
|
|
| 47 |
.none {
|
| 48 |
color: teal;
|
| 49 |
font-weight: bold;
|
| 50 |
+
margin-top: 5px;
|
| 51 |
}
|
| 52 |
.due-date {
|
| 53 |
color: red;
|
|
|
|
| 58 |
.assessment {
|
| 59 |
color: red;
|
| 60 |
font-weight: bold;
|
| 61 |
+
display: block;
|
| 62 |
+
margin-top: 5px;
|
| 63 |
}
|
| 64 |
.holiday-list {
|
| 65 |
margin-top: 20px;
|
|
|
|
| 71 |
|
| 72 |
<div class="calendar">
|
| 73 |
<div class="week-item">
|
| 74 |
+
<span class="week-label">Week 1 </span>
|
| 75 |
+
<span class="lab">Introduction and Basic statistics numerical lab</span>
|
| 76 |
</div>
|
| 77 |
|
| 78 |
<div class="week-item">
|
| 79 |
+
<span class="week-label">Week 2 </span>
|
| 80 |
+
<span class="lab">Basic statistics numerical lab</span>
|
| 81 |
</div>
|
| 82 |
|
| 83 |
<div class="week-item">
|
| 84 |
+
<span class="week-label">Week 3 </span>
|
| 85 |
+
<span class="lab">Bomb calobimetry lab</span>
|
| 86 |
+
<span class="due-date">First lab report due</span>
|
| 87 |
</div>
|
| 88 |
|
| 89 |
<div class="week-item">
|
| 90 |
+
<span class="week-label">Week 4 </span>
|
| 91 |
+
<span class="lab">Bomb calorimetry lab</span>
|
|
|
|
| 92 |
</div>
|
| 93 |
|
| 94 |
<div class="week-item">
|
| 95 |
+
<span class="week-label">Week 5 </span>
|
| 96 |
+
<span class="drop-in">Lecture + workshop (Chemical potential)</span>
|
| 97 |
+
<span class="due-date">Second lab report due</span>
|
| 98 |
</div>
|
| 99 |
|
| 100 |
<div class="week-item">
|
| 101 |
+
<span class="week-label">Week 6 </span>
|
| 102 |
+
<span class="none">No laboratory</span>
|
| 103 |
+
<span class="assessment">Mid-semester test</span>
|
| 104 |
</div>
|
| 105 |
|
| 106 |
<div class="week-item">
|
| 107 |
+
<span class="week-label">Week 7 </span>
|
| 108 |
+
<span style="font-weight: bold;">Public holiday</span>
|
| 109 |
</div>
|
| 110 |
|
| 111 |
<div class="week-item">
|
| 112 |
+
<span class="week-label">Week 8 </span>
|
| 113 |
+
<span style="font-weight: bold;">Tuition Free Week</span>
|
| 114 |
</div>
|
| 115 |
|
| 116 |
<div class="week-item">
|
| 117 |
+
<span class="week-label">Week 9 </span>
|
| 118 |
+
<span style="font-weight: bold;">Tuition Free Week</span>
|
| 119 |
</div>
|
| 120 |
|
| 121 |
<div class="week-item">
|
| 122 |
+
<span class="week-label">Week 10 </span>
|
| 123 |
+
<span class="lab">Crystal Violet lab</span>
|
|
|
|
| 124 |
</div>
|
| 125 |
|
| 126 |
<div class="week-item">
|
| 127 |
+
<span class="week-label">Week 11 </span>
|
| 128 |
+
<span class="lab">Crystal Violet lab</span>
|
| 129 |
</div>
|
| 130 |
|
| 131 |
<div class="week-item">
|
| 132 |
+
<span class="week-label">Week 12 </span>
|
| 133 |
<span class="lab">Surface adsorption numerical laboratory</span>
|
| 134 |
+
<span class="due-date">Third lab report due</span>
|
| 135 |
</div>
|
| 136 |
|
| 137 |
<div class="week-item">
|
| 138 |
+
<span class="week-label">Week 13 </span>
|
| 139 |
+
<span class="lab">Surface adsorption numerical laboratory</span>
|
| 140 |
</div>
|
| 141 |
|
| 142 |
<div class="week-item">
|
| 143 |
+
<span class="week-label">Week 14 </span>
|
| 144 |
<span class="none">Study week</span>
|
| 145 |
+
<span class="due-date">Fourth lab report due</span>
|
| 146 |
</div>
|
| 147 |
</div>
|
| 148 |
|
| 149 |
<h3>Public holidays</h3>
|
| 150 |
<ul class="holiday-list">
|
| 151 |
<li>2<sup>nd</sup> March β Labour Day</li>
|
| 152 |
+
<li>3<sup>rd</sup> April β Good Friday</li>
|
| 153 |
+
<li>6<sup>st</sup> April β Easter Monday</li>
|
| 154 |
+
<li>7<sup>nd</sup> April β Easter Tuesday</li>
|
| 155 |
+
<li>27<sup>th</sup> April β Anzac Day</li>
|
| 156 |
</ul>
|
| 157 |
</body>
|
| 158 |
</html>
|
marimo/index.html
CHANGED
|
@@ -115,23 +115,23 @@
|
|
| 115 |
<div class="lab-grid">
|
| 116 |
<a href="/stats" class="lab-card">
|
| 117 |
<h3 style="text-align: center">Statistics Lab</h3>
|
| 118 |
-
<p style="text-align: center">Basic statistical concepts and Python introduction<br>(
|
| 119 |
</a>
|
| 120 |
<a href="/bc" class="lab-card">
|
| 121 |
<h3 style="text-align: center">Bomb Calorimetry Lab</h3>
|
| 122 |
-
<p style="text-align: center">Thermodynamics and heat measurements<br>(
|
| 123 |
</a>
|
| 124 |
<a href="/cv" class="lab-card">
|
| 125 |
<h3 style="text-align: center">Crystal Violet Lab</h3>
|
| 126 |
-
<p style="text-align: center">Chemical kinetics and reaction rates<br>(
|
| 127 |
-
</a>
|
| 128 |
-
<a href="/eq" class="lab-card">
|
| 129 |
-
<h3 style="text-align: center">Chemical Equilibrium Lab</h3>
|
| 130 |
-
<p style="text-align: center">Numerical solution of equilibrium problems<br>(Week 10)</p>
|
| 131 |
</a>
|
| 132 |
<a href="/surface" class="lab-card">
|
| 133 |
<h3 style="text-align: center">Surface Adsorption Lab</h3>
|
| 134 |
-
<p style="text-align: center">Equilibrium and surface chemistry<br>(
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
</a>
|
| 136 |
</div>
|
| 137 |
|
|
|
|
| 115 |
<div class="lab-grid">
|
| 116 |
<a href="/stats" class="lab-card">
|
| 117 |
<h3 style="text-align: center">Statistics Lab</h3>
|
| 118 |
+
<p style="text-align: center">Basic statistical concepts and Python introduction<br>(Weeks 1-2)</p>
|
| 119 |
</a>
|
| 120 |
<a href="/bc" class="lab-card">
|
| 121 |
<h3 style="text-align: center">Bomb Calorimetry Lab</h3>
|
| 122 |
+
<p style="text-align: center">Thermodynamics and heat measurements<br>(Weeks 3-4)</p>
|
| 123 |
</a>
|
| 124 |
<a href="/cv" class="lab-card">
|
| 125 |
<h3 style="text-align: center">Crystal Violet Lab</h3>
|
| 126 |
+
<p style="text-align: center">Chemical kinetics and reaction rates<br>(Week10-11)</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
</a>
|
| 128 |
<a href="/surface" class="lab-card">
|
| 129 |
<h3 style="text-align: center">Surface Adsorption Lab</h3>
|
| 130 |
+
<p style="text-align: center">Equilibrium and surface chemistry<br>(Weeks 12-13)</p>
|
| 131 |
+
</a>
|
| 132 |
+
<a href="/eq" class="lab-card">
|
| 133 |
+
<h3 style="text-align: center">Chemical Equilibrium Lab</h3>
|
| 134 |
+
<p style="text-align: center">Numerical solution of equilibrium problems<br></p>
|
| 135 |
</a>
|
| 136 |
</div>
|
| 137 |
|