Giter Site home page Giter Site logo

hacktraficcern's Introduction

Trafic du CERN

This is the repository for the project "Trafic au CERN". Our professors are Prof. Bastien Chopard and Prof. Pierre Leone. Our contact at CERN is Frédéric Magnin.

Environment

The simulation is running on Java (version 1.8). We are both running on Ubuntu and working with Eclipse.

Model

We will use the model presented by Bastien Chopard and Alexandre Dupuis in "Networks and Spatial Economics, 3: (2003) 9–21". This is a cellular automata for simulation of traffic.

Authors

  • Pavlos Tserevelakis, Bachelor of Computational Sciences, University of Geneva
  • Raphaël Lutz, Bachelor of Computational Sciences, University of Geneva

Personnal reminders

Updating local folder (repo -> local)

  git pull origin master

Upload local changes (local -> repo)

  git add .
  git commit -m "Some message"
  git push origin master

Update repo after changing .gitignore (local -> repo)

First add and commit your changes (at least the .gitignore file). Then

  git rm -r --cached .
  git add .
  git commit -m "Fixed untracked files"
  git push origin master

Branches

Go into someBranch :

  git checkout someBranch

Create new branch :

  git branch someBranch

Show current branch :

  git branch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.