Skip to content
Snippets Groups Projects
Commit cb8669a2 authored by Stockton Jenkins's avatar Stockton Jenkins
Browse files

Edit projects.md

parent 1f86cd2a
No related branches found
No related tags found
No related merge requests found
...@@ -173,10 +173,25 @@ pip install -r requirements.txt ...@@ -173,10 +173,25 @@ pip install -r requirements.txt
## Submission ## Submission
Whenever you push to `main`, we determine that as a "submission" and run `autobadger` on your `main` branch. We then push our results to your repository under `Issues`. This issue will contain the contents of `autobadger` as well as some other metadata and notes. This *should* have the same output as if you were to run it locally. If anything seems terribly wrong, please email your [assigned TA](https://docs.google.com/spreadsheets/d/1HwI0o3IE97AWe_P_sKRPrUITPPGEdvsLzfEKcrP8NrU/edit?usp=sharing) with a link to your GitLab issue. Whenever you push to `main`, we run `autobadger` on your `main` branch. We then push our results to your repository under `Issues`.
This issue will contain the contents of `autobadger` as well as some other metadata and notes. This will most likely be your project's final grade, though we do manual reviews of your code as well to check against cheating and hardcoding. We also take the highest grade of all your submissions. In other words, if you get 100 on a GitLab issue, then you are done! :)
### IMPORTANT!
**It is important to note that it is *your responsibility* to verify**
1. You receive a GitLab issue (within a reasonable amount of time, i.e. an hour, but normally much shorter than that)
2. The results you see align with what you expect.
If there is an issue with (1) or (2), double check your code, give it some time before you push again or [rerun your GitLab pipeline](https://piazza.com/class/m64hzy9v23v398/post/85). If the issue is not resolved, then reach out to your [TA](https://docs.google.com/spreadsheets/d/1HwI0o3IE97AWe_P_sKRPrUITPPGEdvsLzfEKcrP8NrU/edit?usp=sharing) or visit us in office hours.
As such, it is _highly recommended_ to start early, push often, and not wait till the minutes before the deadline to submit! Give yourself a buffer against an unexpected issues.
> **NOTE**: Be carefull not to push after the deadline unless your intention is to submit late (see policy below). > **NOTE**: Be carefull not to push after the deadline unless your intention is to submit late (see policy below).
### Miscellaneous
* projects have four parts; for notebooks, use big headers to divide your work into the four parts ("# Part 1: ...") * projects have four parts; for notebooks, use big headers to divide your work into the four parts ("# Part 1: ...")
* for question based project work, (Q1, Q2, etc), include comments like ("# Q1: ...") before the answers * for question based project work, (Q1, Q2, etc), include comments like ("# Q1: ...") before the answers
* each project will specify some specific files you need to commit (like a p1.ipynb or server.py); in addition to those, include whatever is needed (except data) for somebody to run your code * each project will specify some specific files you need to commit (like a p1.ipynb or server.py); in addition to those, include whatever is needed (except data) for somebody to run your code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment