Skip to content

Commit 5f1498b

Browse files
committed
rearrange instructions around sensitive information
1 parent b313788 commit 5f1498b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

assignments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ You'll create your own notebook{% if id == "nyu" %}, using `Python [conda env:py
6464
1. Ensure all the outputs are visible and the notebook is cleaned up.
6565
- This is a good time to run the notebook end-to-end with `Restart and run all`{% if id == "nyu" %} (⏩){% endif %}.
6666
- See [general scoring criteria](syllabus.md#assignment-scoring).
67+
1. Ensure the notebook doesn't contain any sensitive information. (Only really applicable to [open-ended assignments](assignments/open_ended.md).)
68+
- API keys
69+
- Personally-identifiable information (PII)
6770
{% if id == "columbia" -%}
6871
1. Confirm that the notebook is [shared](https://research.google.com/colaboratory/faq.html#notebook-storage) with [the instructor and {{assistant_name}}](syllabus.md#instructor-information) with `Commenter` permissions. If it isn't, [share the parent folder](hw_0.ipynb#one-time-setup) and re-confirm.
6972
1. Copy the URL of your notebook.

final_project.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ If you insist: Make sure you use at least 40 lines of code to come to a conclusi
6363
{% if id == "columbia" -%}
6464
[Instructions](assignments.md#submission)
6565
{% else -%}
66+
1. Remove the following from the notebook, filename, file paths, etc:
67+
- Name
68+
- NetID
69+
- Sensitive information
70+
- API keys
71+
- Personally-identifiable information (PII)
6672
1. Export the files.
6773
- `.ipynb`:
6874
1. `File`
@@ -82,16 +88,10 @@ If you insist: Make sure you use at least 40 lines of code to come to a conclusi
8288
### Notes
8389

8490
- **DO NOT WAIT UNTIL THE LAST MINUTE TO [SUBMIT](assignments.md#submission).** Leave yourself time to fix any [issues that come up](assignments.md#common-issues) in doing so, computer crashing, etc.
85-
- Please try to preserve anonymity.
86-
- Keep your name/username out of the notebook title, text cells, file paths, etc.
87-
{% if id == "columbia" -%}
88-
- Hold off on responding to comments on your notebook before you get your Project grade.
89-
{%- endif %}
90-
- Don't leave any sensitive information in the notebook, such as:
91-
- API keys
92-
- Personally-identifiable information (PII)
93-
94-
Because it's the end of the course and [your peers are doing the reviews](final_project/peer_grading.md), **there will be no extensions{% if id == "nyu" %} or resubmissions{% endif %}**.
91+
- Because it's the end of the course and [your peers are doing the reviews](final_project/peer_grading.md), **there will be no extensions{% if id == "nyu" %} or resubmissions{% endif %}**.
92+
{% if id == "columbia" -%}
93+
- Hold off on responding to comments on your notebook before you get your Project grade.
94+
{%- endif %}
9595

9696
### Confirming you meet the requirements
9797

0 commit comments

Comments
 (0)