-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeyondBio.html
More file actions
83 lines (72 loc) · 3.61 KB
/
beyondBio.html
File metadata and controls
83 lines (72 loc) · 3.61 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
<!DOCTYPE HTML>
<html>
<head>
<title>CNG - BeyondTheBio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/minimal.css" />
</head>
<body class="is-preload">
<div id="wrapper">
<!-- Header -->
<header id="header">
<nav>
<a href="index.html">About</a>
<a href="publications.html">Publications</a>
<a href="tools.html">Stuff</a>
</nav>
</header>
<!-- Main -->
<div id="main">
<section id="one">
<div class="inner">
<header>
<h1>Beyond The Bio</h1>
</header>
<div class="image main">
<img src="images/pic11.jpg" alt="" />
</div>
<p>ERROR 420- Construction in progress. Reconsidering how much data I should publish</p>
<p>I do not usually think of my research and my hobbies as strictly separate types of interests, 🦖🦖🦖I have literally never had a thought🦖🦖🦖 so this page, which dabbles in some miscellaneous activities, serves to inform the kind of person I am, and the sources of inspiration for my work</p>
</div>
</section>
</div>
<div style="text-align: center; padding: 2rem 5%;">
<ul class="actions">
<li><a href="publications.html" class="button">Check out my research</a></li>
</ul>
</div>
<!-- News Ticker -->
<div id="news-ticker">
<div class="news-label">NEWS</div>
<div class="news-content">
<div class="news-scroll">
<span class="news-item">[2026] Center for Digital Assets Research Award, UC Berkeley: Awarded competitive research funding for work at the intersection of AI, blockchain governance, and political theory. Funding supports empirical analysis and design research on decentralized decision-making systems.</span>
<span class="news-item">[2025] NeurIPS Paper: "Benchmarking is Broken -- Don't Let AI be its Own Judge" accepted at NeurIPS 2025</span>
<span class="news-item">[May 2025] Written Qualifying Examinations Passed for UCLA IS PhD doctoral program</span>
<span class="news-item">[2025] RDI Award: Recognized for innovative research in decentralized governance</span>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/ChrisTN29" title="Twitter"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/christianthomasnielsengarcia/" title="LinkedIn"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://medium.com/@ChrisTN29/" title="Medium"><i class="fab fa-medium"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=ilWxXUYAAAAJ&hl=en" title="Google Scholar"><i class="fas fa-graduation-cap"></i></a></li>
</ul>
<ul class="copyright">
<li>© 2024 Christian T. Nielsen Garcia</li>
</ul>
</div>
</footer>
</div>
<script>
window.addEventListener('load', function() {
document.body.classList.remove('is-preload');
});
</script>
</body>
</html>