Add readme generation <noupdate>

This commit is contained in:
2024-04-19 21:02:30 +02:00
parent 2ffce7d894
commit 19c6975497
10 changed files with 168 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
"name": "Cognition and Neuroscience",
"year": 1,
"semester": 2,
"pdfs": [
{
"name": "Module 1",
"path": "cn.pdf"
}
]
}

View File

@ -0,0 +1,15 @@
{
"name": "Combinatorial Decision Making and Optimization",
"year": 1,
"semester": 2,
"pdfs": [
{
"name": "Module 1",
"path": "module1/cdmo1.pdf"
},
{
"name": "Module 2",
"path": "module2/cdmo2.pdf"
}
]
}

View File

@ -0,0 +1,11 @@
{
"name": "Deep Learning",
"year": 1,
"semester": 2,
"pdfs": [
{
"name": null,
"path": "dl.pdf"
}
]
}

View File

@ -0,0 +1,19 @@
{
"name": "Fundamentals of Artificial Intelligence and Knowledge Representation",
"year": 1,
"semester": 1,
"pdfs": [
{
"name": "Module 1",
"path": "module1/faikr1.pdf"
},
{
"name": "Module 2",
"path": "module2/faikr2.pdf"
},
{
"name": "Module 3",
"path": "module3/faikr3.pdf"
}
]
}

View File

@ -0,0 +1,15 @@
{
"name": "Image Processing and Computer Vision",
"year": 1,
"semester": 2,
"pdfs": [
{
"name": "Module 1",
"path": "module1/ipcv1.pdf"
},
{
"name": "Module 2",
"path": "module2/ipcv2.pdf"
}
]
}

View File

@ -0,0 +1,15 @@
{
"name": "Languages and Algorithms for Artificial Intelligence",
"year": 1,
"semester": 3,
"pdfs": [
{
"name": "Module 2",
"path": "module2/laai2.pdf"
},
{
"name": "Module 3",
"path": "module3/laai3.pdf"
}
]
}

View File

@ -0,0 +1,11 @@
{
"name": "Machine Learning and Data Mining",
"year": 1,
"semester": 1,
"pdfs": [
{
"name": null,
"path": "dm-ml.pdf"
}
]
}

View File

@ -0,0 +1,11 @@
{
"name": "Statistical and Mathematical Methods for Artificial Intelligence",
"year": 1,
"semester": 1,
"pdfs": [
{
"name": null,
"path": "smm.pdf"
}
]
}