Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions projects-appendix/modules/spring2023/pages/30200/Template.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
= TDM 32100: Project ## - Title

== Project Objectives

Sentence here

.Learning Objectives
****
-
-
-
****

== Dataset
- '/anvil/projects/tdm/data/icecream/hd/images/0_hd.png'

== Useful Things

[NOTE]
====
Creates a Note Block
====

[IMPORTANT]
====
Creates an Important Block
====

[source,python]
----
# creates a python code block
print("Hello, world!")
----

[cols="1,1,1",options="header"]
|===
| Column 1 | Column 2 | Column 3
| Creates 3 columns | 1,1,1 means that | each column will be the same width
| if the values were 1,1,2 | the last column width would | be twice as wide as the first two
|===

== Questions

=== Question 1 (2 points)

.Deliverables
====
-
====

=== Question 2 (2 points)

.Deliverables
====
-
====

=== Question 3 (2 points)

.Deliverables
====
-
====

=== Question 4 (2 points)

.Deliverables
====
-
====

=== Question 5 (2 points)


.Deliverables
====
-
====

== Submitting your Work

Once you have completed the questions, save your Jupyter notebook. You can then download the notebook and submit it to Gradescope.

.Items to submit
====
- firstname_lastname_project1.ipynb
====

[WARNING]
====
You _must_ double check your `.ipynb` after submitting it in gradescope. A _very_ common mistake is to assume that your `.ipynb` file has been rendered properly and contains your code, markdown, and code output even though it may not. **Please** take the time to double check your work. See https://the-examples-book.com/projects/submissions[here] for instructions on how to double check this.

You **will not** receive full credit if your `.ipynb` file does not contain all of the information you expect it to, or if it does not render properly in Gradescope. Please ask a TA if you need help with this.
====
Loading