About — Graph Technology Institute
Skip to main contentGTIGraph Technology InstituteAboutGraph of GraphsResearchEventsGet Involved
GTIGraph Technology Institute501(c)(3) Tax-Exempt OrganizationAn Intermediary for Innovation"Promoting transparency, trust, and collaboration while ethically advancing graph technologies for business and society."What We DoThe 5 Core FunctionsThe foundational activities that drive everything we do at the Graph Technology Institute.01Build Expertise ConcentrationServe as the central resource hub for AI and graph technology specialists. We aggregate deep domain knowledge across multiple verticals, making expert guidance accessible to organizations of all sizes and ensuring that specialized skills are preserved and shared.02Best Practice DevelopmentIdentify, develop, and standardize optimal methodologies for graph technology implementation. Through rigorous research and real-world validation, we create frameworks that organizations can adopt to maximize the impact of their graph technology investments.03Knowledge SharingDeliver training, consulting, and support for partner organizations and the broader community. From workshops and certification programs to documentation and mentorship, we ensure that knowledge flows freely and reaches those who need it most.04Continuous ImprovementMonitor performance metrics, gather community feedback, and drive ongoing innovation within licensed tools and frameworks. We maintain a systematic approach to evaluating and enhancing the tools under our stewardship to ensure they remain cutting-edge.05Tool StandardizationEnsure consistency across business verticals and projects by establishing uniform standards for graph technology tooling. This creates interoperability, reduces fragmentation, and enables organizations to adopt and integrate graph solutions with confidence.LeadershipBoard of DirectorsOur board provides strategic oversight and governance for the Institute's mission and operations.CHBoard Member NameChairBrings extensive experience in organizational leadership and nonprofit governance, guiding the Institute's strategic direction and ensuring alignment with our educational mission.VCBoard Member NameVice ChairA recognized authority in graph technologies and AI, supporting the Chair in strategic planning and representing the Institute in key partnerships and collaborations.SEBoard Member NameSecretaryEnsures proper documentation and governance procedures, maintaining institutional records and facilitating transparent communication between the board and stakeholders.TRBoard Member NameTreasurerOversees the Institute's financial health and reporting obligations, ensuring fiscal responsibility and compliance with 501(c)(3) requirements for tax-exempt organizations.DRBoard Member NameDirectorContributes deep expertise in open source software ecosystems and community building, advising on licensing strategies and contributor engagement frameworks.DRBoard Member NameDirectorProvides strategic insight on technology adoption across enterprise environments, helping to ensure the Institute's programs meet the needs of diverse industries.StructureOrganizational StructureHow the Institute is organized to deliver on its mission across all areas of graph technology.Governance & OversightOperations & StrategyCenter of ExcellenceCenter of ExcellenceCenter of ExcellenceCenter of ExcellenceData & Knowledge GraphsAI & Machine Learning GraphsSocial & Network GraphsInfrastructure GraphsScience & Research GraphsSemantic Web GraphsCommitmentAccessibility StatementOur commitment to making graph technology resources available to everyone.Conformance StatusMeasures TakenSemantic HTML markup and ARIA attributes for assistive technology compatibilitySufficient color contrast ratios across all three theme palettesKeyboard navigability for all interactive elements, including theme switchingSkip-to-content links for efficient screen reader navigationResponsive design that functions across all device sizes and orientationsSupport for prefers-reduced-motion to respect user animation preferencesMeaningful alt text and aria-labels for all non-decorative visual elementsFeedback & Reporting IssuesReport an Accessibility IssueEmail us at accessibility@graphtech.org with a description of the issue, the page URL, and your assistive technology if applicable. We will respond within 5 business days and work to resolve the issue promptly.Ongoing EffortsAccountabilityTransparency & ReportingAs a 501(c)(3) organization, we are committed to full financial transparency and public accountability.Annual ReportComprehensive overview of programs, impact, and financialsComing SoonFinancial StatementsAudited financial statements and Form 990 filingsComing SoonImpact MetricsQuantitative measurement of our programs and reachComing SoonBoard MinutesSummaries of board meetings and governance decisionsComing SoonReporting ScheduleAnnual reports and audited financial statements will be published at the conclusion of each fiscal year. Interim updates will be shared with consortium members quarterly. All public filings, including IRS Form 990, will be made available on this page upon filing.GTIThe Graph Technology Institute. A tax-exempt educational intermediary promoting transparency, trust, and collaboration while ethically advancing graph technologies for business and society.InstituteAboutHow We WorkGraph of GraphsResearchCommunityEventsGet InvolvedContributorsPartnersLegalPrivacyTermsAccessibilitySubscribe© The Graph Technology Institute. All rights reserved.501(c)(3) Tax-Exempt Organization 40);
}, { passive: true });
})();
/* ============================================
MOBILE MENU
============================================ */
function toggleMobileMenu() {
var menu = document.querySelector('.mobile-menu');
var btn = document.querySelector('.hamburger');
var open = menu.classList.toggle('open');
btn.classList.toggle('active', open);
btn.setAttribute('aria-expanded', open);
menu.setAttribute('aria-hidden', !open);
document.body.style.overflow = open ? 'hidden' : '';
}
/* ============================================
REVEAL ON SCROLL
============================================ */
(function() {
var observer = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
observer.unobserve(entry.target);
}
});
}, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });
document.querySelectorAll('.reveal').forEach(function(el) { observer.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>