Skip to content

SFB1252/llm-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Workshop Website

This repository contains the source code for the Large Language Models for Linguistic Analyses Workshop website, organized by CRC 1252 "Prominence in Language" at the University of Cologne.

Workshop Details

  • Title: Large Language Models for Linguistic Analyses: Applications and Limitations
  • Date: 24–25 November 2025
  • Location: University of Cologne
  • Organized by: CRC 1252 "Prominence in Language"

Live Site

The website is automatically deployed to: https://sfb1252.github.io/llm-workshop/

New Features

The website now includes speaker pages with abstracts and biographies:

  • Sam Boeve
  • Tatjana Scheffler
  • Mark Dingemanse
  • Charlotte Pouw

Each speaker page can be accessed from the main page and contains information about their talk and background.

Local Development

Prerequisites

  • Python 3.8+
  • pip

Setup

# Install dependencies
pip install -r requirements.txt

# Serve locally
python -m mkdocs serve

Open http://127.0.0.1:8000/ to view the site locally.

Build

python -m mkdocs build

Project Structure

  • docs/ - Markdown source files
    • docs/speakers/ - Individual speaker pages
  • mkdocs.yml - Site configuration
  • .github/workflows/ - GitHub Actions for deployment

Contributing

  1. Make changes to the Markdown files in docs/
  2. Test locally with mkdocs serve
  3. Commit and push changes
  4. GitHub Actions will automatically deploy updates

Note

Some of the coding and setup in this project was assisted by AI with human verification and oversight.

Contact

For questions about the workshop: job.schepens@uni.koeln.de

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •