mlread/public/index.html
2025-07-03 02:09:44 +02:00

59 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="philopsher">
<meta name="description" content="notes and schedule for organizing readings of ml works 📚🛠️">
<title>philopsher's ml reading events</title>
<link rel="stylesheet" href="style.css">
<script src="index.js" type="module" defer></script>
</head>
<body>
<main>
<h1>philopsher's ml reading event</h1>
<p>The plan is to read and discuss texts from the <b>ML test</b> materials in the <b>#test-materials</b> channels in FinBol's. (<a href="https://discord.com/channels/384015097284001792/874424650057257022" target="_blank">Link</a>)</p>
<h2>The Three Sources and Three Component Parts of Marxism by Vladimir Lenin</h2>
<p><b>To be scheduled...</b></p>
<p>This text is available both <a href="https://www.marxists.org/archive/lenin/works/1913/mar/x01.htm" target="_blank">as text at MIA</a> and <a href="https://www.youtube.com/watch?v=MOAII71GaFY" target="_blank">as audiobook by Socialism For All</a>.</p>
<p>The work can be read in 20 minutes. The plan is to start the event 20 minutes <b>before</b> the announced time, to give people time to read the work, if they haven't already. Then <b>at</b> the announced time, the presentation/discussion will start. I will go through what I think are the main points, and we will use this presentation as foundation for discussion.</p>
<p>I may put some notes here afterwards...</p>
<!--<h1>Scheduler</h1>
<div id="scheduler">
<p>
Select as many options as possible. I will try and find the
best timeslot.
</p>
<p>
Timestamps are UTC, which is currently <b><span id="time-utc">00:00</span></b>. Compensate according to your own timezone.
</p>
<form action="#" id="schedule-form">
<div id="schedule-table-scroller">
<table id="schedule-table">
<tr><th>loading...</th></tr>
</table>
</div>
<div id="tail">
<div>
<label for="input-username">Discord username:</label>
<input type="text" name="username" id="input-username">
</div>
<div>
<label for="input-note">Note (optional):</label>
<textarea name="note" id="input-note" rows="2" cols="30"></textarea>
</div>
<div>
<label for="tos">I consent to my information being stored.</label>
<input type="checkbox" name="tos" id="tos">
</div>
</div>
<div id="submit-div">
<input type="submit" value="Submit">
</div>
</form>
</div>-->
</main>
<script></script>
</body>
</html>