A collaborative repository for maintaining a list of community speakers in the tech industry. This repository allows speakers to add their information through pull requests.
- Fork this repository
- Add your information to the
speakers.jsonfile following this format:
{
"name": "Semih Kışlar",
"expertise": ["Artificial Intelligence", "Machine Learning", "Data Science"],
"bio": "Developer Relations Specialist at Teknasyon, Founder of Bursa Bilişim Topluluğu",
"image": "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80",
"email": "semih@bursa.dev",
"linkedin": "linkedin.com/in/semihkislar",
"twitter": "@semiyann",
"pastEvents": ["TechCon 2023", "AI Summit 2022", "Data Science Forum 2023"],
}- Submit a pull request
- Ensure your information is accurate and up-to-date
- Keep your bio concise and professional
- Include at least one contact method
- List specific topics you speak about
- Maintain alphabetical order by last name
This repository's data is used to populate the community speaker page at Speaker Hub. Event organizers can browse through the list to find speakers for their events.
We welcome contributions! Please read our Contributing Guidelines before submitting a pull request.
This project follows our Code of Conduct. By participating, you are expected to uphold this code.
This project is licensed under the MIT License - see the LICENSE file for details.