Skip to content

Commit a752d26

Browse files
authored
Implement AMIA-like Sponsors section in index.html
Added AMIA-like sponsors section with styling and content for sponsors, including tiers and descriptions.
1 parent 5e4d028 commit a752d26

File tree

1 file changed

+183
-131
lines changed

1 file changed

+183
-131
lines changed

index.html

Lines changed: 183 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,35 @@
442442
margin: 0; /* 关键:别 auto 居中 */
443443
}
444444

445+
/* ===== AMIA-like Sponsors page text ===== */
446+
.sponsors-intro{
447+
font-size: 18px;
448+
line-height: 1.7;
449+
color: #333;
450+
margin: 8px 0 14px 0;
451+
}
452+
453+
.sponsors-disclaimer{
454+
font-size: 14px;
455+
line-height: 1.6;
456+
color: #666;
457+
margin: 0 0 28px 0;
458+
}
459+
460+
/* Tier heading above each sponsor group */
461+
.sponsor-tier{
462+
margin-top: 34px;
463+
}
464+
465+
.tier-title{
466+
text-align: center;
467+
font-size: 34px;
468+
font-weight: 700;
469+
color: #222;
470+
margin: 10px 0 18px 0;
471+
}
472+
473+
445474
@media only screen and (max-width: 600px) {
446475
.circular-image {
447476
width: 120px;
@@ -594,8 +623,9 @@
594623
<li class="menu-item"><a href="#registration">Registration</a></li>
595624
<li class="menu-item"><a href="#keynote-speakers">Keynote Speakers</a></li>
596625
<li class="menu-item"><a href="#steering-committee">Steering Committee</a></li>
597-
<li class="menu-item"><a href="#organizational-committee">Organization Committee</a></li>
598-
<li class="menu-item"><a href="#sponsorship">Call for Sponsorship</a></li>
626+
<!-- <li class="menu-item"><a href="#organizational-committee">Organization Committee</a></li> -->
627+
<li class="menu-item"><a href="#sponsorship">Call for Sponsorship</a></li>
628+
<li class="menu-item"><a href="#sponsors">Sponsors</a></li>
599629
<li class="menu-item"><a href="#contact">Contact Us</a></li>
600630
</ul>
601631
</div>
@@ -1643,121 +1673,135 @@ <h3 class="quote-content">Bronze – $1,000</h3>
16431673
</div>
16441674
</div>
16451675

1646-
<!-- Sponsor Section -->
1647-
<div class="ai_sponsor-section">
1648-
<h2 class="ai_sponsor-title">Sponsorship</h2>
1649-
<p class="ai_sponsor-thank-you">
1650-
We thank these organizations for their support. The content is solely managed by the organizers
1651-
and may not represent the views of these organizations.
1652-
</p>
1653-
1654-
<div class="ai_sponsor-levels">
1655-
1656-
<!-- ===== Diamond Sponsors (auto: 1 item -> no carousel; 2+ -> carousel) ===== -->
1657-
<div id="diamond-sponsor-wrapper" style="margin:20px auto;">
1658-
<div id="diamond-sponsor-carousel" class="sponsor-carousel">
1659-
1660-
<!-- Diamond: Newton's Tree -->
1661-
<div class="diamond-slide">
1662-
<div class="sponsor-card" style="text-align:left;">
1663-
<div class="sponsor-badge" style="background-color:#b9f2ff;">Diamond</div>
1664-
<a href="https://www.newtonstree.ai/" target="_blank" rel="noopener" style="text-decoration:none;">
1665-
<img src="./NT logo-evergreen.svg" alt="Newton's Tree Logo" style="width:80%; height:auto;">
1666-
</a>
1667-
<div class="sponsor-name" style="margin-top:1em;">Newton's Tree</div>
1668-
<div class="sponsor-description">
1669-
<p style="margin:0;">
1670-
Newton’s Tree is a global healthcare AI company that enables healthcare providers to select, test, deploy,
1671-
and monitor in-house and third-party AI products through its enterprise AI platform.
1672-
</p>
1673-
</div>
1676+
<!-- ===============================
1677+
Sponsors Section (AMIA-like layout)
1678+
================================ -->
1679+
<div id="sponsors" class="widget widget-speakers">
1680+
<div class="container">
1681+
<div class="widget-header">
1682+
<h2 class="widget-body">Sponsors</h2>
1683+
</div>
1684+
1685+
<!-- Top thank-you text (AMIA-like) -->
1686+
<p class="sponsors-intro">
1687+
TMC AI Summit thanks its 2026 sponsors. The generous support from these organizations helps make
1688+
TMC AI Summit possible. When making your business and purchasing decisions, please consider the
1689+
companies that are supporting your professional community.
1690+
</p>
1691+
1692+
<!-- Optional disclaimer (keep if you want) -->
1693+
<p class="sponsors-disclaimer">
1694+
We thank these organizations for their support. The content is solely managed by the organizers
1695+
and may not represent the views of these organizations.
1696+
</p>
1697+
1698+
<div class="ai_sponsor-levels">
1699+
1700+
<!-- ===== Diamond ===== -->
1701+
<div class="sponsor-tier">
1702+
<h2 class="tier-title">Diamond Sponsors</h2>
1703+
1704+
<div id="diamond-sponsor-wrapper" style="margin:20px auto;">
1705+
<div id="diamond-sponsor-carousel" class="sponsor-carousel">
1706+
1707+
<!-- Diamond: Newton's Tree -->
1708+
<div class="diamond-slide">
1709+
<div class="sponsor-card" style="text-align:left;">
1710+
<div class="sponsor-badge" style="background-color:#b9f2ff;">Diamond</div>
1711+
<a href="https://www.newtonstree.ai/" target="_blank" rel="noopener" style="text-decoration:none;">
1712+
<img src="./NT logo-evergreen.svg" alt="Newton's Tree Logo" style="width:80%; height:auto;">
1713+
</a>
1714+
<div class="sponsor-name" style="margin-top:1em;">Newton's Tree</div>
1715+
<div class="sponsor-description">
1716+
<p style="margin:0;">
1717+
Newton’s Tree is a global healthcare AI company that enables healthcare providers to select, test, deploy,
1718+
and monitor in-house and third-party AI products through its enterprise AI platform.
1719+
</p>
16741720
</div>
16751721
</div>
1722+
</div>
16761723

1677-
<!-- Diamond: OneSource Cloud -->
1678-
<div class="diamond-slide">
1679-
<div class="sponsor-card" style="text-align:left;">
1680-
<div class="sponsor-badge" style="background-color:#b9f2ff;">Diamond</div>
1681-
1682-
<a href="https://www.onesourcecloud.net/" target="_blank" rel="noopener" style="text-decoration:none;">
1683-
<img src="./OneSourceCloud.png" alt="OneSource Cloud Logo" style="width:85%; height:auto;">
1684-
</a>
1685-
1686-
<div class="sponsor-name" style="margin-top:1em;">OneSource Cloud</div>
1687-
1688-
<div class="sponsor-description">
1689-
<p style="margin:0 0 0.8em 0;">
1690-
<strong>OneSource Cloud</strong> delivers end-to-end private AI infrastructure and services, enabling
1691-
enterprises to securely design, deploy, manage, and scale AI workloads across private, public,
1692-
and hybrid environments.
1693-
</p>
1694-
1695-
<p style="margin:0 0 0.8em 0;">
1696-
Our offerings include <strong>HIPAA-aligned private AI infrastructure</strong> built to meet stringent data
1697-
privacy, security, and compliance requirements for healthcare and other regulated industries.
1698-
We provide <strong>dedicated GPU cloud and AI bare-metal solutions</strong> with full data isolation,
1699-
control, and ownership.
1700-
</p>
1701-
1702-
<p style="margin:0;">
1703-
Designed for enterprise production, OneSource Cloud supports <strong>high availability</strong>,
1704-
<strong>load balancing</strong>, <strong>predictable cost control, and scalable, production-ready AI operations</strong>,
1705-
helping organizations confidently run AI in mission-critical environments.
1706-
</p>
1707-
</div>
1724+
<!-- Diamond: OneSource Cloud -->
1725+
<div class="diamond-slide">
1726+
<div class="sponsor-card" style="text-align:left;">
1727+
<div class="sponsor-badge" style="background-color:#b9f2ff;">Diamond</div>
1728+
<a href="https://www.onesourcecloud.net/" target="_blank" rel="noopener" style="text-decoration:none;">
1729+
<img src="./OneSourceCloud.png" alt="OneSource Cloud Logo" style="width:85%; height:auto;">
1730+
</a>
1731+
<div class="sponsor-name" style="margin-top:1em;">OneSource Cloud</div>
1732+
<div class="sponsor-description">
1733+
<p style="margin:0 0 0.8em 0;">
1734+
<strong>OneSource Cloud</strong> delivers end-to-end private AI infrastructure and services, enabling
1735+
enterprises to securely design, deploy, manage, and scale AI workloads across private, public,
1736+
and hybrid environments.
1737+
</p>
1738+
<p style="margin:0 0 0.8em 0;">
1739+
Our offerings include <strong>HIPAA-aligned private AI infrastructure</strong> built to meet stringent data
1740+
privacy, security, and compliance requirements for healthcare and other regulated industries.
1741+
We provide <strong>dedicated GPU cloud and AI bare-metal solutions</strong> with full data isolation,
1742+
control, and ownership.
1743+
</p>
1744+
<p style="margin:0;">
1745+
Designed for enterprise production, OneSource Cloud supports <strong>high availability</strong>,
1746+
<strong>load balancing</strong>, <strong>predictable cost control</strong>, and <strong>scalable AI operations</strong>.
1747+
</p>
17081748
</div>
17091749
</div>
1750+
</div>
17101751

1711-
<!-- Diamond: AWS -->
1712-
<div class="diamond-slide">
1713-
<div class="sponsor-card" style="text-align:left;">
1714-
<div class="sponsor-badge" style="background-color:#b9f2ff;">Diamond</div>
1715-
1716-
<a href="https://aws.amazon.com/free/"
1717-
target="_blank" rel="noopener" style="text-decoration:none;">
1718-
<img src="./AWS_logo_RGB_1c_Gray850.png" alt="AWS Logo" style="width:85%; height:auto;">
1719-
</a>
1720-
1721-
<div class="sponsor-name" style="margin-top:1em;">AWS</div>
1722-
1723-
<div class="sponsor-description">
1724-
<p style="margin:0;">
1725-
With purpose-built health services, enterprise-grade security and privacy, a choice of leading foundation models,
1726-
and the most performant, low-cost infrastructure, healthcare organizations trust AWS to provide the data and tools
1727-
they need to connect their organization and accelerate generative AI-powered innovations that dramatically improve
1728-
time to diagnosis and overall cost and quality of patient care.
1729-
</p>
1730-
</div>
1752+
<!-- Diamond: AWS -->
1753+
<div class="diamond-slide">
1754+
<div class="sponsor-card" style="text-align:left;">
1755+
<div class="sponsor-badge" style="background-color:#b9f2ff;">Diamond</div>
1756+
<a href="https://aws.amazon.com/free/" target="_blank" rel="noopener" style="text-decoration:none;">
1757+
<img src="./AWS_logo_RGB_1c_Gray850.png" alt="AWS Logo" style="width:85%; height:auto;">
1758+
</a>
1759+
<div class="sponsor-name" style="margin-top:1em;">AWS</div>
1760+
<div class="sponsor-description">
1761+
<p style="margin:0;">
1762+
With purpose-built health services, enterprise-grade security and privacy, a choice of leading foundation models,
1763+
and performant infrastructure, healthcare organizations trust AWS to accelerate generative AI-powered innovations.
1764+
</p>
17311765
</div>
17321766
</div>
1733-
17341767
</div>
1768+
17351769
</div>
1736-
<!-- ===== End Diamond Sponsors ===== -->
1737-
1738-
<!-- ===== Platinum Sponsors ===== -->
1739-
<div style="display:flex; justify-content:center; gap:20px; flex-wrap:wrap; margin:20px auto;">
1740-
<div class="sponsor-card" style="text-align:left; max-width:480px; margin:0;">
1741-
<div class="sponsor-badge" style="background-color:#D9D9D9;">Platinum</div>
1742-
<a href="https://www.ghhconnect.org/" target="_blank" rel="noopener" style="text-decoration:none;">
1743-
<img src="./HCT-Logo-Color-Stacked.png" alt="Healthconnect Texas Logo" style="width:80%; height:auto;">
1744-
</a>
1745-
<div class="sponsor-name" style="margin-top:1em;">Healthconnect Texas</div>
1746-
<div class="sponsor-description">
1747-
<p class="healthconnect-vision" style="margin:0;">
1748-
<strong>Vision:</strong> To operate a sustainable health information exchange that coordinates
1749-
care for the community, improves overall population health, enhances health and wellness
1750-
initiatives, reduces healthcare costs, and advances opportunities for long-term research
1751-
and disease prevention.
1752-
</p>
1753-
<p style="margin-top:1.5em; text-align:center; font-size:1.3em; font-weight:bold;">
1754-
"Connecting for a Healthier Texas"
1755-
</p>
1770+
</div>
1771+
</div>
1772+
<!-- ===== End Diamond ===== -->
1773+
1774+
<!-- ===== Platinum ===== -->
1775+
<div class="sponsor-tier">
1776+
<h2 class="tier-title">Platinum Sponsors</h2>
1777+
1778+
<div style="display:flex; justify-content:center; gap:20px; flex-wrap:wrap; margin:20px auto;">
1779+
<div class="sponsor-card" style="text-align:left; max-width:480px; margin:0;">
1780+
<div class="sponsor-badge" style="background-color:#D9D9D9;">Platinum</div>
1781+
<a href="https://www.ghhconnect.org/" target="_blank" rel="noopener" style="text-decoration:none;">
1782+
<img src="./HCT-Logo-Color-Stacked.png" alt="Healthconnect Texas Logo" style="width:80%; height:auto;">
1783+
</a>
1784+
<div class="sponsor-name" style="margin-top:1em;">Healthconnect Texas</div>
1785+
<div class="sponsor-description">
1786+
<p class="healthconnect-vision" style="margin:0;">
1787+
<strong>Vision:</strong> To operate a sustainable health information exchange that coordinates
1788+
care for the community, improves overall population health, enhances health and wellness
1789+
initiatives, reduces healthcare costs, and advances opportunities for long-term research
1790+
and disease prevention.
1791+
</p>
1792+
<p style="margin-top:1.5em; text-align:center; font-size:1.3em; font-weight:bold;">
1793+
"Connecting for a Healthier Texas"
1794+
</p>
1795+
</div>
17561796
</div>
17571797
</div>
17581798
</div>
1759-
1760-
<!-- ===== Gold Sponsors ===== -->
1799+
<!-- ===== End Platinum ===== -->
1800+
1801+
<!-- ===== Gold ===== -->
1802+
<div class="sponsor-tier">
1803+
<h2 class="tier-title">Gold Sponsors</h2>
1804+
17611805
<div id="gold-sponsor-wrapper" style="margin:20px auto;">
17621806
<div id="gold-sponsor-carousel" class="sponsor-carousel">
17631807

@@ -1855,34 +1899,42 @@ <h2 class="ai_sponsor-title">Sponsorship</h2>
18551899
</div>
18561900

18571901
</div>
1902+
</div>
1903+
</div>
1904+
<!-- ===== End Gold ===== -->
18581905

1859-
</div>
1860-
1861-
<!-- ===== Silver Sponsors ===== -->
1862-
<div style="display:flex; justify-content:center; gap:20px; flex-wrap:wrap; margin:20px auto;">
1863-
<div class="sponsor-card" style="text-align:left; max-width:480px; margin:0;">
1864-
<div class="sponsor-badge" style="background-color:#C0C0C0;">Silver</div>
1865-
1866-
<a href="https://www.agilisium.com" target="_blank" rel="noopener" style="text-decoration:none;">
1867-
<img src="./Agilisium Color logo.png" alt="Agilisium Logo" style="width:85%; height:auto;">
1868-
</a>
1869-
1870-
<div class="sponsor-name" style="margin-top:1em;">Agilisium</div>
1871-
1872-
<div class="sponsor-description">
1873-
<p style="margin:0 0 0.6em 0;">
1874-
<strong>Data Innovation Partner for Life Sciences</strong>
1875-
</p>
1876-
<p style="margin:0 0 0.6em 0;">
1877-
Reimagining possibilities for life sciences with autonomous agentic AI—AI-powered insights and purpose-built solutions across the molecule-to-market journey.
1878-
</p>
1879-
<p style="margin:0;">
1880-
<em>Insights. Humanity. Impact.</em>
1881-
</p>
1882-
</div>
1883-
</div>
1884-
</div>
1885-
<!-- ===== End Silver Sponsors ===== -->
1906+
<!-- ===== Silver ===== -->
1907+
<div class="sponsor-tier">
1908+
<h2 class="tier-title">Silver Sponsors</h2>
1909+
1910+
<div style="display:flex; justify-content:center; gap:20px; flex-wrap:wrap; margin:20px auto;">
1911+
<div class="sponsor-card" style="text-align:left; max-width:480px; margin:0;">
1912+
<div class="sponsor-badge" style="background-color:#C0C0C0;">Silver</div>
1913+
1914+
<a href="https://www.agilisium.com" target="_blank" rel="noopener" style="text-decoration:none;">
1915+
<img src="./Agilisium Color logo.png" alt="Agilisium Logo" style="width:85%; height:auto;">
1916+
</a>
1917+
1918+
<div class="sponsor-name" style="margin-top:1em;">Agilisium</div>
1919+
1920+
<div class="sponsor-description">
1921+
<p style="margin:0 0 0.6em 0;"><strong>Data Innovation Partner for Life Sciences</strong></p>
1922+
<p style="margin:0 0 0.6em 0;">
1923+
Reimagining possibilities for life sciences with autonomous agentic AI—AI-powered insights and purpose-built solutions across the molecule-to-market journey.
1924+
</p>
1925+
<p style="margin:0;"><em>Insights. Humanity. Impact.</em></p>
1926+
</div>
1927+
</div>
1928+
</div>
1929+
</div>
1930+
<!-- ===== End Silver ===== -->
1931+
1932+
</div>
1933+
</div>
1934+
</div>
1935+
<!-- ===============================
1936+
End Sponsors Section
1937+
================================ -->
18861938

18871939
<!-- Footer (Contact Us) -->
18881940
<footer id="contact" class="footer">

0 commit comments

Comments
 (0)