Events & Community | Graph Technology Institute
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"name": "Events & Community — Graph Technology Institute",
"description": "Conferences, workshops, hackathons, and community meetups hosted by GTI.",
"mainEntity": {
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Graph Technology Summit"
},
{
"@type": "ListItem",
"position": 2,
"name": "GTI Workshops"
},
{
"@type": "ListItem",
"position": 3,
"name": "Community Hackathon"
},
{
"@type": "ListItem",
"position": 4,
"name": "Open Source Sprint"
},
{
"@type": "ListItem",
"position": 5,
"name": "Graph Awards Gala"
},
{
"@type": "ListItem",
"position": 6,
"name": "GTI Webinar Series"
}
]
}
}
Skip to contentGTIGraph Technology InstituteAboutGraph of GraphsResearchEventsGet Involved
Event CategoriesHow We Bring the Community TogetherOur events are designed to serve every level of participation in the graph technology ecosystem.🌎Free Public EventsOpen to everyone in the graph technology community. No membership required. Come learn, collaborate, and connect with practitioners and researchers worldwide.WebinarsConference TalksPublic HackathonsCommunity Meetups🔐Member-Only EventsExclusive experiences for consortium members. Gain deeper access to cutting-edge research, hands-on workshops, and networking with industry leaders.Advanced WorkshopsPrivate HackathonsSponsor BriefingsAnnual GalaUpcoming EventsWhat's Coming UpRegister now to secure your spot at our upcoming events.ConferenceFree PublicGraph Technology Summit 2026The flagship annual conference bringing together researchers, engineers, and industry leaders to explore the frontiers of graph technology.RegisterWorkshopMember OnlyGNN Workshop: From Theory to ProductionA hands-on deep dive into deploying graph neural networks in production environments, covering architecture, optimization, and monitoring.Join to RegisterHackathonFree PublicOpen Source Hackathon: Knowledge GraphsCollaborate with developers worldwide to build open source knowledge graph tools and integrations over an exciting 48-hour sprint.RegisterBriefingMember OnlyQuarterly Sponsor Briefing Q3Exclusive update for consortium sponsors covering roadmap progress, financial transparency, and upcoming initiatives for Q4 and beyond.Join to RegisterWebinarFree PublicMolecular Graphs for Drug DiscoveryLearn how molecular graph representations and graph neural networks are accelerating drug discovery pipelines from lead identification to clinical trials.RegisterGalaMember OnlyAnnual Awards Gala 2026An evening celebrating outstanding contributions to the graph technology community, featuring keynote speakers, awards ceremony, and networking dinner.Join to RegisterRecognitionAnnual Awards ProgramEach year, GTI recognizes outstanding contributions to the graph technology ecosystem. Nominations are open to all community members and winners are announced at the Annual Awards Gala.🏆Best ContributionAwarded for the most impactful open source contribution, paper, or tool advancing graph technology.🤝Community ChampionRecognizing individuals who go above and beyond to support, mentor, and grow the graph technology community.💡Innovation AwardCelebrating breakthrough applications of graph technology in novel domains or pioneering new methodologies.🛡Bug Bounty ChampionHonoring contributors who identified and resolved critical issues, improving reliability for the entire ecosystem.Want to Host an Event with GTI?We partner with organizations, universities, and community groups to bring graph technology education worldwide.Get in TouchGTIGraph Technology InstituteA tax-exempt educational intermediary promoting transparency, trust, and collaboration while ethically advancing graph technologies for business and society.InstituteAbout GTIHow We WorkGraph of GraphsResearchGovernanceCommunityEventsJoin ConsortiumContributePartnersLegalPrivacy PolicyTerms of ServiceAccessibilityContact Us© Graph Technology Institute. All rights reserved.501(c)(3) Tax-Exempt Organization 40);
}, { passive: true });
function toggleMobileMenu() {
var m = document.querySelector('.mobile-menu'), b = document.querySelector('.hamburger');
var o = m.classList.toggle('open');
b.classList.toggle('active', o); b.setAttribute('aria-expanded', o);
m.setAttribute('aria-hidden', !o); document.body.style.overflow = o ? 'hidden' : '';
}
(function() {
var obs = new IntersectionObserver(function(entries) {
entries.forEach(function(e) { if (e.isIntersecting) { e.target.classList.add('visible'); obs.unobserve(e.target); } });
}, { threshold: 0.05, rootMargin: '0px 0px -30px 0px' });
document.querySelectorAll('.reveal').forEach(function(el) { obs.observe(el); });
})();
' +
'' + m.label + '
' + m.text + '';
}).join('');
results.classList.toggle('has-results', matches.length > 0);
activeResult = -1;
});
document.querySelector('.search-input').addEventListener('keydown', function(e) {
var items = document.querySelectorAll('.search-result');
if (e.key === 'ArrowDown') { e.preventDefault(); activeResult = Math.min(activeResult + 1, items.length - 1); }
else if (e.key === 'ArrowUp') { e.preventDefault(); activeResult = Math.max(activeResult - 1, 0); }
else if (e.key === 'Enter' && activeResult >= 0) { items[activeResult].click(); return; }
items.forEach(function(el, i) { el.classList.toggle('active', i === activeResult); });
});
function goTo(el) { var href = el.getAttribute('data-href'); toggleSearch(); window.location.href = href; }
document.addEventListener('keydown', function(e) {
if ((e.ctrlKey || e.metaKey) && e.key === 'k') { e.preventDefault(); toggleSearch(); }
if (e.key === 'Escape') { var o = document.querySelector('.search-overlay'); if (o && o.classList.contains('open')) toggleSearch(); }
});
document.querySelector('.search-overlay').addEventListener('click', function(e) { if (e.target === this) toggleSearch(); });
/script>