https://github.com/cosh/conferences
https://github.com/cosh/conferences
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cosh/conferences
- Owner: cosh
- License: mit
- Created: 2026-01-14T07:51:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T08:07:53.000Z (5 months ago)
- Last Synced: 2026-01-14T11:27:59.670Z (5 months ago)
- Size: 2.67 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.