-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresearch.html
More file actions
614 lines (590 loc) · 19.9 KB
/
research.html
File metadata and controls
614 lines (590 loc) · 19.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Research - BAISH - Buenos Aires AI Safety Hub</title>
<meta
name="description"
content="Explore our AI safety research projects and publications - BAISH - Buenos Aires AI Safety Hub"
/>
<!-- Open Graph tags for social sharing -->
<meta
property="og:title"
content="Research - BAISH - Buenos Aires AI Safety Hub"
/>
<meta
property="og:description"
content="Explore our AI safety research projects and publications - BAISH - Buenos Aires AI Safety Hub"
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://lucadeleo.github.io/aisafetysite/research.html"
/>
<!-- Favicon -->
<link rel="icon" href="img/favicon-32x32.png" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap"
rel="stylesheet"
/>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/language-toggle.css" />
<link rel="stylesheet" href="css/baish-enhanced-theme.css" />
<style>
.site-footer {
display: block !important;
visibility: visible !important;
position: relative !important;
z-index: 10 !important;
}
</style>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to content</a>
<header class="site-header">
<div class="container">
<div class="logo">
<a href="index.html">
<img
src="img/jacarandashield.png"
alt="BAISH Logo"
class="logo-img"
/>
<span class="logo-text">BAISH - Buenos Aires AI Safety Hub</span>
</a>
</div>
<button class="mobile-menu-button" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
<nav class="main-nav">
<ul>
<li><a href="about.html" data-i18n="nav.about">About</a></li>
<li>
<a href="activities.html" data-i18n="nav.activities"
>Activities</a
>
</li>
<li>
<a href="research.html" class="active" data-i18n="nav.research"
>Research</a
>
</li>
<li>
<a href="resources.html" data-i18n="nav.resources">Resources</a>
</li>
<li><a href="contact.html" data-i18n="nav.contact">Contact</a></li>
</ul>
</nav>
<div class="language-toggle">
<button id="lang-es" class="language-toggle-btn active">ES</button>
<span class="language-toggle-separator">|</span>
<button id="lang-en" class="language-toggle-btn">EN</button>
</div>
<a href="contact.html" class="btn btn-primary" data-i18n="nav.joinUs"
>Join Us</a
>
</div>
</header>
<section id="main-content" class="page-header">
<div class="container reveal">
<div class="breadcrumb">
<a href="index.html">Home</a> /
<span data-i18n="research.pageHeader.breadcrumb">Research</span>
</div>
<h1 data-i18n="research.pageHeader.title">Our Research</h1>
<p class="subtitle" data-i18n="research.pageHeader.subtitle">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
</section>
<section class="research-overview">
<div class="container">
<div class="two-column">
<div class="column">
<h2 data-i18n="research.overview.approach.title">
Research Approach
</h2>
<p data-i18n="research.overview.approach.paragraph1">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
</p>
<p data-i18n="research.overview.approach.paragraph2">
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum.
</p>
</div>
<div class="column">
<h2 data-i18n="research.overview.focusAreas.title">Focus Areas</h2>
<ul class="research-areas">
<li data-i18n="research.overview.focusAreas.interpretability">
<!-- Content will be injected by i18n script -->
</li>
<li data-i18n="research.overview.focusAreas.alignment">
<!-- Content will be injected by i18n script -->
</li>
<li data-i18n="research.overview.focusAreas.robustness">
<!-- Content will be injected by i18n script -->
</li>
<li data-i18n="research.overview.focusAreas.valueLearning">
<!-- Content will be injected by i18n script -->
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="research-projects">
<div class="container">
<h2 data-i18n="research.projects.title">Research Projects</h2>
<div class="filter-controls">
<span data-i18n="research.projects.filterBy">Filter by:</span>
<button
class="filter-btn active"
data-filter="all"
data-i18n="research.projects.filters.all"
>
All
</button>
<button
class="filter-btn"
data-filter="interpretability"
data-i18n="research.projects.filters.interpretability"
>
Interpretability
</button>
<button
class="filter-btn"
data-filter="alignment"
data-i18n="research.projects.filters.alignment"
>
Alignment
</button>
<button
class="filter-btn"
data-filter="robustness"
data-i18n="research.projects.filters.robustness"
>
Robustness
</button>
<button
class="filter-btn"
data-filter="value-learning"
data-i18n="research.projects.filters.valueLearning"
>
Value Learning
</button>
</div>
<div class="projects-grid stagger-container">
<div
class="project-card stagger-item"
data-category="interpretability"
>
<div class="project-header">
<h3>Project Title Placeholder One</h3>
<span class="project-year">2025</span>
</div>
<p class="researchers">Researcher Name, Another Name</p>
<p class="abstract">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
</p>
<div class="project-footer">
<span class="project-tag">Interpretability</span>
<a href="#" class="project-link">Link Placeholder</a>
</div>
</div>
<div class="project-card stagger-item" data-category="alignment">
<div class="project-header">
<h3>Project Title Placeholder Two</h3>
<span class="project-year">2025</span>
</div>
<p class="researchers">Researcher Name, Another Name</p>
<p class="abstract">
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum.
</p>
<div class="project-footer">
<span class="project-tag">Alignment</span>
<a href="#" class="project-link">Link Placeholder</a>
</div>
</div>
<div class="project-card stagger-item" data-category="robustness">
<div class="project-header">
<h3>Project Title Placeholder Three</h3>
<span class="project-year">2023</span>
</div>
<p class="researchers">Researcher Name, Another Name</p>
<p class="abstract">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem
accusantium doloremque laudantium, totam rem aperiam, eaque ipsa
quae ab illo inventore veritatis et quasi architecto beatae vitae
dicta sunt explicabo.
</p>
<div class="project-footer">
<span class="project-tag">Robustness</span>
<a href="#" class="project-link">Link Placeholder</a>
</div>
</div>
<div
class="project-card stagger-item"
data-category="interpretability"
>
<div class="project-header">
<h3>Project Title Placeholder Four</h3>
<span class="project-year">2023</span>
</div>
<p class="researchers">Researcher Name, Another Name</p>
<p class="abstract">
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit
aut fugit, sed quia consequuntur magni dolores eos qui ratione
voluptatem sequi nesciunt. Neque porro quisquam est.
</p>
<div class="project-footer">
<span class="project-tag">Interpretability</span>
<a href="#" class="project-link">Link Placeholder</a>
</div>
</div>
<div class="project-card stagger-item" data-category="value-learning">
<div class="project-header">
<h3>Project Title Placeholder Five</h3>
<span class="project-year">2023</span>
</div>
<p class="researchers">Researcher Name, Another Name</p>
<p class="abstract">
Qui dolorem ipsum quia dolor sit amet, consectetur, adipisci
velit, sed quia non numquam eius modi tempora incidunt ut labore
et dolore magnam aliquam quaerat voluptatem.
</p>
<div class="project-footer">
<span class="project-tag">Value Learning</span>
<a href="#" class="project-link">Link Placeholder</a>
</div>
</div>
<div class="project-card stagger-item" data-category="alignment">
<div class="project-header">
<h3>Project Title Placeholder Six</h3>
<span class="project-year">2022</span>
</div>
<p class="researchers">Researcher Name, Another Name</p>
<p class="abstract">
Ut enim ad minima veniam, quis nostrum exercitationem ullam
corporis suscipit laboriosam, nisi ut aliquid ex ea commodi
consequatur? Quis autem vel eum iure reprehenderit qui in ea
voluptate velit esse quam nihil molestiae consequatur.
</p>
<div class="project-footer">
<span class="project-tag">Alignment</span>
<a href="#" class="project-link">Link Placeholder</a>
</div>
</div>
</div>
</div>
</section>
<section class="publications alt-bg">
<div class="container">
<h2 data-i18n="research.publications.title">Publications</h2>
<p class="section-intro" data-i18n="research.publications.intro">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<div class="publications-list">
<div class="publication-item">
<div class="publication-info">
<h3>Publication Title Placeholder One</h3>
<p class="authors">Author One, Author Two</p>
<p class="venue">Venue Name, Conference/Journal Year</p>
</div>
<div class="publication-links">
<a href="#" class="pub-link">Link 1</a>
<a href="#" class="pub-link">Link 2</a>
</div>
</div>
<div class="publication-item">
<div class="publication-info">
<h3>Publication Title Placeholder Two</h3>
<p class="authors">Author Three, Author Four</p>
<p class="venue">Venue Name, Conference/Journal Year</p>
</div>
<div class="publication-links">
<a href="#" class="pub-link">Link 1</a>
</div>
</div>
<div class="publication-item">
<div class="publication-info">
<h3>Publication Title Placeholder Three</h3>
<p class="authors">Author Five, Author Six</p>
<p class="venue">Venue Name, Conference/Journal Year</p>
</div>
<div class="publication-links">
<a href="#" class="pub-link">Link 1</a>
<a href="#" class="pub-link">Link 2</a>
<a href="#" class="pub-link">Link 3</a>
</div>
</div>
</div>
</div>
</section>
<section class="ongoing-research">
<div class="container">
<h2 data-i18n="research.ongoingResearch.title">Ongoing Research</h2>
<p class="section-intro" data-i18n="research.ongoingResearch.intro">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt.
</p>
<div class="ongoing-projects">
<div class="ongoing-project">
<h3>Ongoing Project Title One</h3>
<div class="project-meta">
<span class="researchers">Researcher One, Researcher Two</span>
<span class="progress">XX% Complete</span>
</div>
<p class="project-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
</p>
<div class="project-timeline">
<div class="timeline-milestone">
<span class="milestone-label">Started</span>
<span class="milestone-date">Month Year</span>
</div>
<div class="timeline-milestone">
<span class="milestone-label">Expected Completion</span>
<span class="milestone-date">Month Year</span>
</div>
</div>
</div>
<div class="ongoing-project">
<h3>Ongoing Project Title Two</h3>
<div class="project-meta">
<span class="researchers">Researcher Three, Researcher Four</span>
<span class="progress">YY% Complete</span>
</div>
<p class="project-description">
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum.
</p>
<div class="project-timeline">
<div class="timeline-milestone">
<span class="milestone-label">Started</span>
<span class="milestone-date">Month Year</span>
</div>
<div class="timeline-milestone">
<span class="milestone-label">Expected Completion</span>
<span class="milestone-date">Month Year</span>
</div>
</div>
</div>
<div class="ongoing-project">
<h3>Ongoing Project Title Three</h3>
<div class="project-meta">
<span class="researchers">Researcher Five, Researcher Six</span>
<span class="progress">ZZ% Complete</span>
</div>
<p class="project-description">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem
accusantium doloremque laudantium, totam rem aperiam, eaque ipsa
quae ab illo inventore veritatis et quasi architecto beatae vitae
dicta sunt explicabo.
</p>
<div class="project-timeline">
<div class="timeline-milestone">
<span class="milestone-label">Started</span>
<span class="milestone-date">Month Year</span>
</div>
<div class="timeline-milestone">
<span class="milestone-label">Expected Completion</span>
<span class="milestone-date">Month Year</span>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="footer-content reveal">
<div class="footer-logo">
<img
src="img/jacarandashield.png"
alt="BAISH - Buenos Aires AI Safety Hub"
class="footer-logo-img"
/>
<div class="tagline" data-i18n="footer.tagline">
Buenos Aires AI Safety Hub
</div>
</div>
<div class="footer-links">
<ul>
<li><a href="about.html" data-i18n="nav.about">About</a></li>
<li>
<a href="activities.html" data-i18n="nav.activities"
>Activities</a
>
</li>
<li>
<a href="research.html" data-i18n="nav.research">Research</a>
</li>
<li>
<a href="resources.html" data-i18n="nav.resources">Resources</a>
</li>
<li>
<a href="contact.html" data-i18n="nav.contact">Contact</a>
</li>
</ul>
</div>
<div class="social-links">
<a
href="https://www.instagram.com/baish_arg"
aria-label="Instagram"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path
d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"
></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg>
</a>
<a
href="https://www.linkedin.com/company/baish-arg"
aria-label="LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<path
d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"
></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
<a href="https://t.me/+zhSGhXrn56g1YjVh" aria-label="Telegram">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<line x1="22" y1="2" x2="11" y2="13"></line>
<polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
</svg>
</a>
<a href="https://chat.whatsapp.com/BlgwCkQ8jmpB2ofIxiAi9P" aria-label="WhatsApp">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
</svg>
</a>
</div>
</div>
<div class="footer-nav">
<div class="footer-nav-left">
<a href="privacy-policy.html" data-i18n="footer.privacyPolicy"
>Privacy policy</a
>
</div>
<div class="footer-nav-right">
<p data-i18n="footer.copyright">
© 2025 BAISH - Buenos Aires AI Safety Hub
</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="js/translations.js"></script>
<script src="js/language-toggle.js"></script>
<script src="js/mobile-nav.js"></script>
<script>
// Simple filter functionality for research projects
document.addEventListener("DOMContentLoaded", function () {
const filterButtons = document.querySelectorAll(".filter-btn");
const projectCards = document.querySelectorAll(".project-card");
filterButtons.forEach((button) => {
button.addEventListener("click", function () {
// Remove active class from all buttons
filterButtons.forEach((btn) => btn.classList.remove("active"));
// Add active class to clicked button
this.classList.add("active");
// Get filter value
const filterValue = this.getAttribute("data-filter");
// Show/hide projects based on filter
projectCards.forEach((card) => {
if (
filterValue === "all" ||
card.getAttribute("data-category") === filterValue
) {
card.style.display = "block";
} else {
card.style.display = "none";
}
});
});
});
});
</script>
<script src="js/animation.js" defer></script>
</body>
</html>