-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterests.html
175 lines (160 loc) · 6.88 KB
/
interests.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Current Interests</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- Add any additional CSS files here -->
<style>
/* Tag Cloud Styles */
.tagcloud {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
line-height: 1.75rem; /* Decrease line height to bring words closer */
width: 100%;
margin-top: 0.5rem; /* Reduce margin top */
}
.tag {
text-decoration: none;
transition: transform 0.3s, color 0.3s;
margin: 3px; /* Decrease margin to reduce spacing */
}
.tag[data-weight="10"] { font-size: 2rem; }
.tag[data-weight="9"] { font-size: 1.8rem; }
.tag[data-weight="8"] { font-size: 1.6rem; }
.tag[data-weight="7"] { font-size: 1.4rem; }
.tag[data-weight="6"] { font-size: 1.2rem; }
.tag[data-weight="5"] { font-size: 1rem; }
.tag[data-weight="4"] { font-size: 0.9rem; }
.tag:hover {
transform: scale(1.1);
}
.paper {
margin-top: 2rem;
padding: 1rem;
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f8f9fa;
}
.paper-title {
font-size: 1.25rem;
font-weight: bold;
}
.paper-authors {
font-size: 1rem;
font-style: italic;
color: #6c757d;
}
.paper-link {
font-size: 1rem;
color: #007bff;
text-decoration: none;
}
.paper-link:hover {
text-decoration: underline;
}
/* Remove excessive padding/margin around sections */
section.resume-section {
padding-top: 1rem;
padding-bottom: 1rem;
}
</style>
</head>
<body id="page-top">
<!-- Navbar Placeholder -->
<div id="nav-placeholder"></div>
<script src="js/nav.js"></script>
<!-- Main Content -->
<div class="container-fluid p-0" style="height: 100vh; display: flex; flex-direction: column; justify-content: center;">
<section class="resume-section" id="interests">
<div class="container">
<h2 class="mb-3">Current Interests</h2>
<div class="tagcloud">
<span class="tag" data-weight="10">Cognitive Neuroscience</span>
<span class="tag" data-weight="9">Neuroplasticity</span>
<span class="tag" data-weight="8">Functional Connectivity</span>
<span class="tag" data-weight="7">Neuromodulation</span>
<span class="tag" data-weight="6">Neuroimaging</span>
<span class="tag" data-weight="5">Neuropharmacology</span>
<span class="tag" data-weight="5">Neural Networks</span>
<span class="tag" data-weight="7">Memory Consolidation</span>
<span class="tag" data-weight="9">Deep Brain Stimulation</span>
<span class="tag" data-weight="8">Transcranial Magnetic Stimulation</span>
</div>
</div>
</section>
<section class="resume-section" id="favorite-papers">
<div class="container">
<h2 class="mb-3">Top 3 Favorite Papers</h2>
<div class="row">
<!-- Paper 1 -->
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Distinct Symptom-Specific Treatment Targets for Circuit-Based Neuromodulation</h5>
<p class="card-text"><em>Authors: Shan H. Siddiqi, et al., Michael D. Fox</em></p>
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8396109/" class="btn btn-primary" target="_blank">Read the full paper</a>
</div>
</div>
</div>
<!-- Paper 2 -->
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Psilocybin with Psychological Support for Treatment-Resistant Depression: An Open-Label Feasibility Study</h5>
<p class="card-text"><em>Authors: Robin L. Carhart-Harris, et al., David J. Nutt</em></p>
<a href="https://www.thelancet.com/journals/lanpsy/article/PIIS2215-0366(16)30065-7/fulltext?cc=y=" class="btn btn-primary" target="_blank">Read the full paper</a>
</div>
</div>
</div>
<!-- Paper 3 -->
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Accurate and Robust Brain Image Alignment Using Boundary-Based Registration</h5>
<p class="card-text"><em>Authors: Douglas N. Greve, Bruce Fischl</em></p>
<a href="https://www.sciencedirect.com/science/article/abs/pii/S1053811909006752?via%3Dihub" class="btn btn-primary" target="_blank">Read the full paper</a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<script>
function getRandomColor() {
const letters = '0123456789ABCDEF';
let color = '#';
for (let i = 0; i < 6; i++) {
color += letters[Math.floor(Math.random() * 16)];
}
return color;
}
function shuffleArray(array) {
for (let i = array.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[array[i], array[j]] = [array[j], array[i]];
}
}
document.addEventListener('DOMContentLoaded', () => {
const tagcloud = document.getElementById('tagcloud');
const tags = Array.from(tagcloud.getElementsByClassName('tag'));
shuffleArray(tags);
tagcloud.innerHTML = '';
tags.forEach(tag => {
tag.style.color = getRandomColor();
tagcloud.appendChild(tag);
});
});
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/activePage.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>