Giter Site home page Giter Site logo

fehmisener / tum-master-informatics-offered-lectures Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vuenc/tum-master-informatics-offered-lectures

0.0 0.0 0.0 792 KB

Matching the electives in the TUM Informatics master by area with the information if they are actually being offered this semester.

Shell 0.26% Python 8.92% HTML 90.82%

tum-master-informatics-offered-lectures's Introduction

TUM Master Informatics, DEA: Offered Lectures

This document aims to provide a list of elective lectures that are being offered this semester for the Informatics and DEA masters at TUM, grouped by area of specialization:

This list is not official, might be incomplete or have errors. Use with care!

I created the list by scraping data from the TUM online curriculum tree view (all lectures sorted by area) and merging it with the data from the TUM online courses tabs, which gives me the currently offered lectures.

Contributing

If you find a mistake, like a lecture missing, you can create an issue.

If you find the list is out of date because some information changed in TUM online, you can recreate the table by running the scripts:

  1. Create a src/.env file with your TUM online credentials: This is needed to fetch an English-language curriculum table.
TUMONLINE_USERNAME="yourusername"
TUMONLINE_PASSWORD="yourpassword"
  1. Fetch data from the curriculum tree view by running python fetch_curriculum_tree.py --curriculum master-informatics (or --master-dea)
  2. Regenerate HTML tables - e.g. for Informatics:
    • python print_html_table.py --termid 198 --curriculum master-informatics --output ../informatics-ss23.html for current semester table
    • python print_html_table.py --termid 198 --curriculum master-informatics --oldtermsfrom 188 --output ../informatics-all.html for last offered table
    • replace the term IDs: 198 is summer term 2023, 199 is winter term 2023/24, etc.

You can also regenerate all tables by running sh src/regenerate-all.sh.

If you want a similar list for other study programs, I'm happy to collaborate! Just open an issue and we can have a look. The scripts should be easy to generalize to other programs.

tum-master-informatics-offered-lectures's People

Contributors

fehmisener avatar vuenc avatar

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.