Skip to content

texttechnologylab/CORE_Updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CORE_Updates

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.

updates.json schema

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 of B05, C08, or CORE (cross-cutting). Used by the Updates page to filter / tag entries.
  • date — ISO YYYY-MM-DD. Entries are rendered newest-first.

Add new entries to the top of the array and push to main.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors