An open API service indexing awesome lists of open source software.

https://github.com/easimonenko/curriculum-modeling

Scripts for curriculum modeling.
https://github.com/easimonenko/curriculum-modeling

modeling neo4j russian-specific

Last synced: 2 months ago
JSON representation

Scripts for curriculum modeling.

Awesome Lists containing this project

README

        

# curriculum-modeling

Before of usage:

1. install Neo4j
2. fill database with courses, semesters, profiles

TODO: write of samples of Cypher requests for filling of database.

Generate of report:

``` bash
node report.js > report.html
```

Or (incomplete):

``` R
library(knitr)
knit('report.Rnw')
```

Warning: report template in Russian.

***

(c) Evgeny Simonenko, 2019