Giter Site home page Giter Site logo

The Shifters

Education4Climate

Education4Climate is a tool for crawling and analyzing data from higher education schools.

This tool is developed in the context of the project Education4Climate by the volunteering group 'The Shifters' - Belgium.

The scope of the project is the higher education schools in Belgium but the methods used here could easily be extended to other countries.

Composition

The tool is composed of three main parts:

described in their respective READMEs.

Requirements

All requirements for running the different parts of Unicrawl are listed in requirements.yaml and requirements.txt.

Run using Snakemake

Crawling and scoring results can be automatically generated using the workflow management system Snakemake.

Snakemake allows defining rules which describe how to generate a given output file by specifying which inputs are required and through which script. There can be dependencies between rules such that the output of one rule is the input of another rule. Snakemake then automatically determines which rules and in which order it should execute them.

For example, calling:

snakemake -j1 data/scoring-output/unamur_scoring_2020.csv

will first execute the rule crawl_courses if the file data/crawling-output/unamur_courses_2020.json has not been yet generated as it is a required input for the rule score_courses, which will then be called to generate the desired file.

All these rules are defined in a Snakefile. Special rules such as score_programs_for_all_school allow to automatically generate for all schools defined in the Snakefile the program score files by running

snakemake -j1 score_programs_for_all_school

education4climate's Projects

education4climate icon education4climate

Education4Climate is a tool for crawling and analyzing data from higher education schools.

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.