Skip to content

osalaun2/students

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

181 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student directory Build Status

Repository for practicing doing pull requests.

How to do this homework

  1. Fork this repository (makes a copy on your github account)
  2. Clone your forked copy to your computer
  3. add a JSON file as described below
  4. commit to your local repository
  5. push to your repo on github
  6. submit a pull request on this repository (i.e. the original one, owned by the ScPo-CompEcon organisation, at https://github.com/ScPo-CompEcon/students)

Adding a JSON file to introduce yourself

Introduce yourself via a GITHUB_USERNAME.json file under the appropriate directory _data/spring2016/ directory, and submit via pull request. Here's an example:

// this is a comment
// (you should remove this!!!!)
// below is the content of file _data/spring_2016/floswald.json on my computer
{
  "emoji": "radio",
  "introduction": "BBC6music is my favourite radio station",
  "computing": "dynamic models of housing, location and labor"
}

Using the format above, replace with your own

  • emoji (choose from this list),
  • introduction, which should be something very brief about yourself, and
  • computing, where you should state what kinds of computational problems you are (or think you will be) solving.

Teachers: see the meta file for usage instructions.

About

Student repository to practice pull requests:

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 45.8%
  • HTML 31.0%
  • CSS 11.8%
  • JavaScript 11.4%