Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 2.36 KB

README.md

File metadata and controls

58 lines (32 loc) · 2.36 KB

Docker Image CI

Christian Doppler Laboratory for Embedded Machine Learning Webpage

Workflow

Use git pull before editing local files. Because some files are updated on a daily basis by cron jobs.

./github/workflows/docker-image.yml

Is called every push and every day at 01:00 UTC. It builds a docker container.

It will call the publist.sh, mkWorkProgresscsv.sh and the time.py.

publist.sh will make the PublFiles/eml.bib and convert it in a usable way.

mkWorkProgresscsv.sh will convert the _data/CDLEML_WP_Progress_EML-Process.xlsx into usable csv files.

time.py will update pages/research/opentheses.md with the current time so that old opentheses will not be displayed.

_data/CDLEML_WP_Progress_EML-Process.xlsx

Is more or less the masterfile. It creates the csv files for Opentheses, Software, Theses (Completed) and WorkProgress.

Update Opentheses

We show on the Webpages the Opentheses where the publish date is not older than 270 days (more specific 23328000 seconds = 60x60x24x30x9).

To update opentheses you have to update the _data/CDLEML_WP_Progress_EML-Process.xlsx file. There you find the open theses table.

In PublFiles/Theses is the place for Theses PDF´s.

Old Opentheses

Here you can find the Opentheses which are in the _data/CDLEML_WP_Progress_EML-Process.xlsx but are older than 270 Days (23328000 seconds = 60x60x24x30x9).

Opentheses uses the time.py so the old published opentheses are not displayed. time.py is called by the ./github/workflows/docker-image.yml which is called every push and with a cron job every day at 01:00 UTC.

Create Posts in the "_posts" folder as you wish

To update the publications

just edit the PublFiles/eml.bib file, the building pipeline takes care of the rest but takes about 2 minutes or so

To update the Teampage

The image of the person should be added in images/people

To update the team page you have to modify the pages/team.md.

Update Menu

Update the _data/navigation.yml