diff --git a/docs/index.html b/docs/index.html
index 61b38b3..a89aacb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7518,6 +7518,7 @@
PHYSICS 267: Statistical Methods in Astrophysics¶
All about Stanford University graduate course Physics 267, Fall 2024 edition.
(Prior to this year, the course was numbered 366. This renumbering does not reflect any change in content or rigor.)
+
Note: Due to a late-breaking change in file organization, there may be a number of broken links between internal pages (excepting links from the front page). It should always be clear in context what page is being referred to, and it should be possible to get there from here.
@@ -7538,7 +7539,7 @@ Canvas site
Google drive (for tutorial notebooks)
-Tentative schedule
+Tentative schedule (see Canvas for the official schedule)
Getting Started and Demo tutorial
diff --git a/docs/notes/syllabus.html b/docs/notes/syllabus.html
index c5525e6..f5042ce 100644
--- a/docs/notes/syllabus.html
+++ b/docs/notes/syllabus.html
@@ -7611,7 +7611,7 @@ Class participation$^1$
avoiding interrupting or talking over others - it can take more or less time to turn thoughts into words, especially when trying to simultaneously absorb new information. Before inserting yourself into or diverting a discussion, check whether others are still engaged with the last point.
-being respectful - while of course you are respectful, we all sometimes need a little reminder of how to best interact with others. We especially like the description of the "lightweight social rules" of the Recurse Center, since linking to it allows us to keep this bullet list relatively short.
+being respectful - while of course you are respectful, we all sometimes need a little reminder of how to best interact with others. We especially like the description of the "lightweight social rules" of the Recurse Center, since linking to it allows us to keep this bullet list relatively short.
@@ -7653,7 +7653,7 @@ Tutorials¶
It is not strictly necessary to answer non-code questions in the notebook itself, although we strongly encourage it. This will help you if you ever need to refer back to it, and will help us help you if you run into any problems.
Tutorial notebooks will be turned in on Canvas. We encourage you to leave the outputs from a top-to-bottom run in the notebook file you submit. This is again not strictly required, but will help to identify any issues if something is incorrect.
-Like quizzes, tutorials are graded on a complete/not complete basis. The final due date for all tutorials is the last day of classes for the quarter (except for projects, which can be turned in during the exam period); until then they can be revised and resubmitted without penalty. We might send a submitted notebook back with a requested revision or fix required for it to be deemed complete (usually with some advice about how to proceed). However, please do not turn in notebooks that you know are not complete in order to get feedback from us. Reaching out on Slack or in class is much more efficient for all of us.
+Like quizzes, tutorials are graded on a complete/not complete basis. The final due date for all tutorials, including the project, is at the end of the quarter; until then they can be revised and resubmitted without penalty. We might send a submitted notebook back with a requested revision or fix required for it to be deemed complete (usually with some advice about how to proceed). However, please do not turn in notebooks that you know are not complete in order to get feedback from us. Reaching out on Slack or in class is much more efficient for all of us.
While the final due date for completed tutorials is late, we do have a schedule of when we will collectively begin and review each tutorial (usually a week apart), and we require evidence of bona fide effort put in before the review date. The admittedly fuzzy term "bona fide effort" should be taken to mean substantial progress towards a complete notebook and/or attempts to get help with sticking points before the last minute. Very simply, you will not be able to participate effectively in the review if you are seeing the tutorial for the first time at that point.
This might all sound intimidating, but our aim with these notebooks is to make them illuminating rather than onerous. We want you to get your hands dirty analyzing data, and as long as that happens we'll be happy. Given all this flexibility, and since everyone should have working and complete notebooks by the time we're done, we are not planning on providing "solutions". You can, however, find html pages showing the outputs of solved tutorials linked from the main github.io page, to compare your work to.
@@ -7689,7 +7689,7 @@ Use of generative AI
diff --git a/notes/syllabus.ipynb b/notes/syllabus.ipynb
index 4c4ff4d..84dfed6 100644
--- a/notes/syllabus.ipynb
+++ b/notes/syllabus.ipynb
@@ -95,7 +95,7 @@
"**Classroom norms:** Regardless of the mode of communication involved, we expect everyone to contribute to a positive and collaborative culture by\n",
"* promoting questions - we _all_ have questions when seeing something new, and it's usually pointless to forge ahead without addressing them. Asking provides all of us the opportunity to pause, consider and digest, rather than blundering forward with misconceptions intact, and then having to find our way back later. (This includes the ur-question, which goes, \"Wait... could you explain that again?\")[$^1$](#Note-1)\n",
"* avoiding interrupting or talking over others - it can take more or less time to turn thoughts into words, especially when trying to simultaneously absorb new information. Before inserting yourself into or diverting a discussion, check whether others are still engaged with the last point.\n",
- "* being respectful - while of course you _are_ respectful, we all sometimes need a little reminder of how to best interact with others. We especially like the description of the \"lightweight social rules\" of the [Recurse Center](https://www.recurse.com/manual#sec-environment), since linking to it allows us to keep this bullet list relatively short."
+ "* being respectful - while of course you _are_ respectful, we all sometimes need a little reminder of how to best interact with others. We especially like the description of the \"lightweight social rules\" of the [Recurse Center](https://www.recurse.com/manual#sub-sec-social-rules), since linking to it allows us to keep this bullet list relatively short."
]
},
{
@@ -130,7 +130,7 @@
"\n",
"Tutorial notebooks will be turned in on Canvas. We encourage you to leave the outputs from a top-to-bottom run in the notebook file you submit. This is again not strictly required, but will help to identify any issues if something is incorrect. \n",
"\n",
- "Like quizzes, tutorials are graded on a complete/not complete basis. The final due date for all tutorials is the last day of classes for the quarter (except for projects, which can be turned in during the exam period); until then they can be revised and resubmitted without penalty. We might send a submitted notebook back with a requested revision or fix required for it to be deemed complete (usually with some advice about how to proceed). However, please do not turn in notebooks that you _know_ are not complete in order to get feedback from us. Reaching out on Slack or in class is much more efficient for all of us.\n",
+ "Like quizzes, tutorials are graded on a complete/not complete basis. The final due date for all tutorials, including the project, is at the end of the quarter; until then they can be revised and resubmitted without penalty. We might send a submitted notebook back with a requested revision or fix required for it to be deemed complete (usually with some advice about how to proceed). However, please do not turn in notebooks that you _know_ are not complete in order to get feedback from us. Reaching out on Slack or in class is much more efficient for all of us.\n",
"\n",
"While the final due date for completed tutorials is late, we do have a schedule of when we will collectively begin and review each tutorial (usually a week apart), and we require evidence of bona fide effort put in before the review date. The admittedly fuzzy term \"bona fide effort\" should be taken to mean substantial progress towards a complete notebook and/or attempts to get help with sticking points _before the last minute_. Very simply, you will not be able to participate effectively in the review if you are seeing the tutorial for the first time at that point.\n",
"\n",
@@ -162,7 +162,7 @@
"source": [
"### Course schedule\n",
"\n",
- "You can find a tentative schedule [here](https://drive.google.com/file/d/1Xsahog9pETHXqJLTlMSAc6OI2l8VGRVV/view?usp=sharing). You should interpret this as showing the recommended time to work on various reading and tutorials, with the last day for a given task being the class when we will discuss it. However, of necessity, Canvas shall be the ultimate arbiter of when things are due."
+ "You can find a tentative schedule [here](https://drive.google.com/file/d/1Xsahog9pETHXqJLTlMSAc6OI2l8VGRVV/view?usp=sharing). You should interpret this as showing the recommended time to work on various reading and tutorials, with the last day for a given task being the class when we will discuss it. However, of necessity, Canvas shall be the ultimate arbiter of when things are due. If changes are necessary, the file linked above may not be updated "
]
},
{