Yacine Jernite
commited on
Commit
Β·
91f482a
1
Parent(s):
e555b10
tighter introduction
Browse files- js/data/areas.js +1 -1
- js/pages/HomePage.js +43 -16
js/data/areas.js
CHANGED
|
@@ -134,7 +134,7 @@ export const areasData = {
|
|
| 134 |
topics: {
|
| 135 |
power: {
|
| 136 |
id: 'power',
|
| 137 |
-
name: 'De-Centralized Markets, Development, and Sovereignty',
|
| 138 |
description: {
|
| 139 |
short: 'Market concentration dynamics and technological sovereignty questions.',
|
| 140 |
paragraphs: [
|
|
|
|
| 134 |
topics: {
|
| 135 |
power: {
|
| 136 |
id: 'power',
|
| 137 |
+
name: '(De-)Centralized Markets, Development, and Sovereignty',
|
| 138 |
description: {
|
| 139 |
short: 'Market concentration dynamics and technological sovereignty questions.',
|
| 140 |
paragraphs: [
|
js/pages/HomePage.js
CHANGED
|
@@ -41,23 +41,50 @@ export function renderHomePage() {
|
|
| 41 |
${renderHomeNavigation()}
|
| 42 |
|
| 43 |
${renderContentSection('about-and-works', `
|
| 44 |
-
<h3 id="about" class="text-xl md:text-2xl font-bold text-gray-900 mb-8 text-center">
|
| 45 |
|
| 46 |
-
<div class="space-y-
|
| 47 |
-
<
|
| 48 |
-
Artificial Intelligence has evolved rapidly over the
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
</p>
|
| 52 |
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
</div>
|
| 62 |
|
| 63 |
<h3 id="recent-works" class="text-xl md:text-2xl font-bold text-gray-900 mb-8 text-center mt-8 pt-8 border-t border-gray-200">Recent & Featured Works</h3>
|
|
@@ -76,7 +103,7 @@ export function renderHomePage() {
|
|
| 76 |
<div id="team-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4 sm:gap-6 mb-6">
|
| 77 |
<!-- Team members will be inserted here by JavaScript -->
|
| 78 |
</div>
|
| 79 |
-
<div class="prose max-w-none text-gray-700 pt-4 border-t border-gray-200">
|
| 80 |
<p>We also work closely with
|
| 81 |
<a href="https://huggingface.co/irenesolaiman" class="text-blue-600 hover:text-blue-800 transition-colors" target="_blank">Irene Solaiman</a> (Chief Policy Officer),
|
| 82 |
<a href="https://huggingface.co/evijit" class="text-blue-600 hover:text-blue-800 transition-colors" target="_blank">Avijit Ghosh</a> (Applied Policy Researcher) in the policy team,
|
|
|
|
| 41 |
${renderHomeNavigation()}
|
| 42 |
|
| 43 |
${renderContentSection('about-and-works', `
|
| 44 |
+
<h3 id="about" class="text-xl md:text-2xl font-bold text-gray-900 mb-8 text-center">AI, ML, and Society</h3>
|
| 45 |
|
| 46 |
+
<div class="space-y-4 text-gray-900 mb-10">
|
| 47 |
+
<div class="text-base">
|
| 48 |
+
Artificial Intelligence has evolved rapidly over the last five years from a hidden foundation of digital infrastructure to a ubiquitous consumer-facing technology, expanding its societal roles and interactions;
|
| 49 |
+
and with it, the need for structures that enable all concerned parties to understand, verify, and broadly participate in its design, including notably when looking to:
|
| 50 |
+
</div>
|
|
|
|
| 51 |
|
| 52 |
+
<!-- Compact, elegant list with strong visual identity -->
|
| 53 |
+
<ul class="my-8 ml-12">
|
| 54 |
+
<li class="relative pl-12 py-3 border-l-2 border-green-200/60 hover:border-green-300 transition-colors">
|
| 55 |
+
<span class="absolute left-[-0.6rem] top-[1.1rem] w-4 h-4 rounded-full bg-white border-2 border-green-300 shadow-sm"></span>
|
| 56 |
+
<div class="text-base leading-loose font-medium">
|
| 57 |
+
The ${createInlineLink('Sustainability', '/sustainability', areasData.sustainability.color, areasData.sustainability.description.short)} of the technology, through better
|
| 58 |
+
${createInlineLink('measurement', '/sustainability#measuring', areasData.sustainability.topics.measuring.color, areasData.sustainability.topics.measuring.description.short)} and
|
| 59 |
+
${createInlineLink('efficiency', '/sustainability#efficiency', areasData.sustainability.topics.efficiency.color, areasData.sustainability.topics.efficiency.description.short)}.
|
| 60 |
+
</div>
|
| 61 |
+
</li>
|
| 62 |
+
|
| 63 |
+
<li class="relative pl-12 py-3 border-l-2 border-purple-200/60 hover:border-purple-300 transition-colors">
|
| 64 |
+
<span class="absolute left-[-0.6rem] top-[1.1rem] w-4 h-4 rounded-full bg-white border-2 border-purple-300 shadow-sm"></span>
|
| 65 |
+
<div class="text-base leading-loose font-medium">
|
| 66 |
+
The ${createInlineLink('Agency', '/agency', areasData.agency.color, areasData.agency.description.short)} of
|
| 67 |
+
${createInlineLink('individuals', '/agency#personal', areasData.agency.topics.personal.color, areasData.agency.topics.personal.description.short)} and
|
| 68 |
+
${createInlineLink('communities', '/agency#community', areasData.agency.topics.community.color, areasData.agency.topics.community.description.short)} in their interactions with AI.
|
| 69 |
+
</div>
|
| 70 |
+
</li>
|
| 71 |
+
|
| 72 |
+
<li class="relative pl-12 py-3 border-l-2 border-orange-200/60 hover:border-orange-300 transition-colors">
|
| 73 |
+
<span class="absolute left-[-0.6rem] top-[1.1rem] w-4 h-4 rounded-full bg-white border-2 border-orange-300 shadow-sm"></span>
|
| 74 |
+
<div class="text-base leading-loose font-medium">
|
| 75 |
+
The ${createInlineLink('Ecosystems', '/ecosystems', areasData.ecosystems.color, areasData.ecosystems.description.short)} that shape AI,
|
| 76 |
+
including ${createInlineLink('economic', '/ecosystems#economy', areasData.ecosystems.topics.economy.color, areasData.ecosystems.topics.economy.description.short)} and
|
| 77 |
+
${createInlineLink('regulatory', '/ecosystems#regulation', areasData.ecosystems.topics.regulation.color, areasData.ecosystems.topics.regulation.description.short)} and the impact of
|
| 78 |
+
${createInlineLink('concentrations of resources', '/ecosystems#power', areasData.ecosystems.topics.power.color, areasData.ecosystems.topics.power.description.short)} on those.
|
| 79 |
+
</div>
|
| 80 |
+
</li>
|
| 81 |
+
</ul>
|
| 82 |
+
|
| 83 |
+
<div class="text-base pt-4">
|
| 84 |
+
This website presents the work of the ${createInlineLink('Machine Learning and Society', 'https://huggingface.co/hfmlsoc', 'bg-blue-100 text-blue-800')} team at Hugging Face on these topics.
|
| 85 |
+
Our approach is rooted in open production of research and tools and in leveraging the unique contributions of open models, datasets, and research.
|
| 86 |
+
We actively invite partners from all areas of expertise to reach out and collaborate.
|
| 87 |
+
</div>
|
| 88 |
</div>
|
| 89 |
|
| 90 |
<h3 id="recent-works" class="text-xl md:text-2xl font-bold text-gray-900 mb-8 text-center mt-8 pt-8 border-t border-gray-200">Recent & Featured Works</h3>
|
|
|
|
| 103 |
<div id="team-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4 sm:gap-6 mb-6">
|
| 104 |
<!-- Team members will be inserted here by JavaScript -->
|
| 105 |
</div>
|
| 106 |
+
<div class="prose text-base max-w-none text-gray-700 pt-4 border-t border-gray-200">
|
| 107 |
<p>We also work closely with
|
| 108 |
<a href="https://huggingface.co/irenesolaiman" class="text-blue-600 hover:text-blue-800 transition-colors" target="_blank">Irene Solaiman</a> (Chief Policy Officer),
|
| 109 |
<a href="https://huggingface.co/evijit" class="text-blue-600 hover:text-blue-800 transition-colors" target="_blank">Avijit Ghosh</a> (Applied Policy Researcher) in the policy team,
|