This is a sample student repository for the Wolfram Summer School 2018. You can clone or fork this repository to get started
Thing to do to get started with GIT:
you can either create a new repo or fork this one
you need to give write permission to that repo to your tutor and to @WolframSummerSchoolProjects. Additionally please give write permissions to @abritac and @swedewhite for organizational purposes (you can revoke these at the end of school).
On OSX / Wndows:
Download and install github desktop:
https://desktop.github.com
On Ubuntu:
Download and install git kraken:
https://www.gitkraken.com
Login and authenticate with GitHub
https://support.gitkraken.com/integrations/github
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
by clicking on the button CLONE OR DOWNLOAD and then to OPEN IN DESKTOP
this contains templates for various notebooks you will be creating and submitting during the course of the school, according to the deadlines mentioned in the syllabus.
a nice cheatsheet can be found here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet the readme should contain:
- what your project is about
- how to run your code
- examples, code documentation, etc
in this repository you will find 2 different ways to organize your code, the simple way and the programmer way.
you split your logic into functions that you need for your projects and notebooks that you use to visualize data and show final results.
- the code is in
starthere/simple.m
- the notebook used for visualization is in
starthere/simple.nb
I prepared a very simple project paclet you can use, it provides a way to organize your code and your data
- the code is in paclet in
starthere/Project
folder - raw source data can be put in
starthere/Project/Assets/
folder - the notebook used for visualization is in
starthere/advanced.nb