diff --git a/README.md b/README.md index 81ae98d..0085cc9 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ This is a jekyll site. +Given that you have a working ruby installation with the ruby manager `gem`, install dependencies with: + +- `gem install jekyll` +- `gem install jekyll-redirect-from` + Run it locally with `jekyll serve` NCPC data (testdata, judges solutions, problem pdfs and solution slides) are published as releases in the github repo: [https://github.com/icpc/ncpc-web](https://github.com/icpc/ncpc-web). On 2023-01-29 Måns performed a filter repo to remove all old pdfs, zips and .tar.bz2 files from teh repo (making cloning and deployment very slow). If you had a clone of this repo before that date you can't get the new changes with `git pull` instead you need to do: + ``` git fetch git reset --hard origin/master -``` \ No newline at end of file +``` diff --git a/_config.yml b/_config.yml index 7964999..0bd93d6 100644 --- a/_config.yml +++ b/_config.yml @@ -7,9 +7,13 @@ defaults: path: "ncpc2023" values: lastUpdate: "2023-10-09" + - scope: + path: "ncpc2024" + values: + lastUpdate: "2024-03-10" kramdown: parse_block_html: true plugins: - - jekyll-redirect-from \ No newline at end of file + - jekyll-redirect-from diff --git a/_data/ncpc2024sites.yml b/_data/ncpc2024sites.yml new file mode 100644 index 0000000..9e993ed --- /dev/null +++ b/_data/ncpc2024sites.yml @@ -0,0 +1,151 @@ +- name: Denmark + emoji: 🇩🇰 + unis: + - name: University of Copenhagen + extra_unis: + - name: Danish Technical University + - name: ITU Copenhagen + contact: Monica Borup Duch + email: "mbd netcompany.com" + extra_contacts: + - name: Anne Honum + email: "ahhj netcompany.com" + - name: Klaus Skelbæk Madsen + email: "ksm jobindex.dk" + confirmed: false + + - name: Aarhus University + contact: Gerth Stølting Brodal + email: "gerth cs.au.dk" + confirmed: false + extra_contacts: + - name: Sheila Lærkegaard Johannesen + email: "sljo netcompany.com" + +- name: Estonia + emoji: 🇪🇪 + unis: + - name: Tallinn University of Technology + contact: Ago Luberg + email: "ago.luberg taltech.ee" + confirmed: false + + - name: University of Tartu + contact: Meelis Kull + email: "meelis.kull ut.ee" + confirmed: false + +- name: Finland + emoji: 🇫🇮 + unis: + - name: Aalto University + contact: Jukka Suomela + email: "jukka.suomela aalto.fi" + confirmed: false + + - name: University of Helsinki + contact: Antti Laaksonen + email: "ahslaaks cs.helsinki.fi" + confirmed: false + +- name: Iceland + emoji: 🇮🇸 + unis: + - name: University of Iceland + contact: Arnar Bjarni Arnarson + email: "keppnisforritun gmail.com" + confirmed: false + - name: University of Akureyri + contact: Arnar Bjarni Arnarson + email: "keppnisforritun gmail.com" + confirmed: false + +- name: Lithuania + emoji: 🇱🇹 + unis: + - name: Vilnius University + contact: Vladas Tumasonis + email: "vladas.tumasonis mif.vu.lt" + confirmed: false + + - name: VILNIUS TECH + contact: Artūras Mackūnas + email: "arturas.mackunas vilniustech.lt" + confirmed: false + + - name: Kaunas University of Technology + contact: Mindaugas Vasiljevas + email: "mindaugas.vasiljevas ktu.lt" + confirmed: false + +- name: Norway + emoji: 🇳🇴 + unis: + - name: NTNU Trondheim + contact: Felix Berner + email: "felix.t.berner ntnu.no" + confirmed: false + + - name: University of Bergen + contact: Brigt Håvardstun + email: "Brigt.Havardstun student.uib.no" + confirmed: false + extra_contacts: + - name: Torstein Strømme + email: "Torstein.Stromme uib.no" + + - name: University of Oslo + contact: Sebastian Sandberg Hareide + email: "sebassha ifi.uio.no" + confirmed: false + + - name: UiT - Narvik + contact: Ronny Stirling + email: "rst112 post.uit.no" + confirmed: false + + - name: UiT - Tromsø + contact: Eindride Kjersheim + email: "eindride.kjersheim gmail.com" + confirmed: false + +- name: Sweden + emoji: 🇸🇪 + unis: + - name: Chalmers + contact: Victor Song + email: "songv chalmers.se" + confirmed: false + + - name: Karlstad University + contact: Jonathan Vestin + email: "jonathan.vestin kau.se" + confirmed: false + + - name: Linköpings universitet + contact: Lowe Kozak Åslöv + email: "comp lithekod.se" + confirmed: false + + - name: Luleå Institute of Technology + contact: Anton Johansson + email: "anton.johansson ludd.ltu.se" + confirmed: false + + - name: Lund University + contact: Måns Magnusson + email: "exoji2e gmail.com" + confirmed: false + extra_contacts: + - name: Per Andersson + email: "per.andersson cs.lth.se" + + - name: KTH Royal Institute of Technology + contact: Björn Martinsson + email: "bmart kth.se" + confirmed: false + + - name: Umeå University + contact: Tomas Forsman + email: "stric cs.umu.se" + confirmed: false diff --git a/about.md b/about.md index e121b27..631c696 100644 --- a/about.md +++ b/about.md @@ -1,10 +1,10 @@ --- layout: default headerText: "About NCPC" -lastUpdate: "2023-02-12" +lastUpdate: "2024-03-10" --- -{% include_relative ncpc2023/navbar.md %} +{% include_relative ncpc2024/navbar.md %}
The Nordic Collegiate Programming Contest (NCPC) is an annual team-based programming contest aimed at university and college students in the Nordic and Baltic countries. NCPC takes place at at many participating universities and colleges. The same problem set is used at all sites. NCPC results are aggregated electronically, and the event simultaneously serves as local, national, and Nordic championships. diff --git a/archive.md b/archive.md index 3fb6bc2..afaeb40 100644 --- a/archive.md +++ b/archive.md @@ -1,16 +1,17 @@ --- layout: default headerText: "NCPC Archive" -lastUpdate: "2023-02-12" +lastUpdate: "2023-11-26" --- -{% include_relative ncpc2023/navbar.md %} +{% include_relative ncpc2024/navbar.md %}
### Previous Contests: - -
Northwestern European Regional Contest 2003