An open API service indexing awesome lists of open source software.

https://github.com/cosh/conferences


https://github.com/cosh/conferences

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Conference & Talk Content Repository

This repository contains all content created for conferences and talks, including presentations, scripts, demos, and related materials.

## Repository Structure

The repository is organized by year and conference/event:

```
conferences/
├── 2024/
│ ├── ConferenceName/
│ │ ├── presentation.pdf
│ │ ├── slides/
│ │ ├── demos/
│ │ ├── scripts/
│ │ └── README.md
│ └── AnotherEvent/
├── 2025/
└── 2026/
```

### Directory Organization

Each conference/talk should have its own directory structured as follows:

- **presentation.pdf** or **slides/** - Final presentation materials
- **demos/** - Demo applications and code examples shown during the talk
- **scripts/** - Scripts, automation tools, or utilities used
- **resources/** - Additional resources, references, or materials
- **README.md** - Details about the talk (abstract, bio, links, etc.)

## Adding New Content

When adding content for a new talk:

1. Create a directory under the appropriate year: `YYYY/ConferenceName/`
2. Add your presentation materials (PDF, slides, etc.)
3. Include any demos or scripts in their respective subdirectories
4. Create a README.md with talk details:
- Talk title
- Event name and date
- Abstract/description
- Links to recording (if available)
- Any special notes or setup instructions

## Content Types

This repository may include:

- **PDFs** - Final presentation slides
- **Source slides** - Original presentation files (PowerPoint, Keynote, etc.)
- **Demos** - Working code examples and demonstrations
- **Scripts** - Automation scripts, setup scripts, helper tools
- **Resources** - Additional materials, references, cheat sheets
- **Media** - Images, videos, screenshots used in presentations

## Contributing

This is a personal repository for organizing conference content. Feel free to browse and reference any materials here.

## License

See [LICENSE](LICENSE) file for details.