Update feed for the TTLab contributions to the DFG research unit CORE — Critical Online Reasoning in Higher Education (FOR 5404), specifically the sub-projects B05 and C08.
The companion Streamlit site at CORE_explorer/ fetches updates.json
from this repository via the GitHub Contents API and renders the entries
on its Updates page.
A single JSON array; each element is one update:
[
{
"title": "Short headline",
"content": "Longer description in plain text or basic Markdown.",
"date": "YYYY-MM-DD",
"author": "Full Name",
"email": "[email protected]",
"project": "C08"
}
]title,content,date,author,email— required.project— optional; one ofB05,C08, orCORE(cross-cutting). Used by the Updates page to filter / tag entries.date— ISOYYYY-MM-DD. Entries are rendered newest-first.
Add new entries to the top of the array and push to main.