-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.old
441 lines (339 loc) · 19.8 KB
/
index.old
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Enric G. Torrents - Cognitive scientist</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2DQMC243HB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2DQMC243HB');
</script>
<script src="https://kit.fontawesome.com/b6b7b5414f.js" crossorigin="anonymous"></script>
<style>
.center-screen {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
min-height: 100vh;
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Enric G. Torrents</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Open Science</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index-es.html">Vesión en español</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
<strong style="background-color:black">Cognitive scientist</strong>
</h1>
<!-- <hr> -->
</div>
<div class="col-lg-8 mx-auto">
<p class="btn-primary" style="background-color:black !important">Specialized in psychological anthropology, ethnopsychiatry, social approaches to mental health, and human bio-cultural diversity and its applications in medicine.</p></br>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
</div>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">Research in progress</h2>
</br></br>
<!-- <hr class="light my-4"> -->
<p class="text-faded mb-4" style="text-align: justify !important">
I am a doctoral researcher at the <a href="http://www.marc.urv.cat/en/" target="new" style="color: white !important">Medical Anthropology Research Center</a>, University Rovira i Virgili (Tarragona, Spain), working at the interface between social and health sciences. My current project, funded by the Spanish Ministry of Universities until October 2026, is an action-research one focused on alternatives to coercion in mental health settings.</br></br>
<!-- Related topics of interest include the inner workings, power and influence of the medical-industrial complex, the political abuse of psychiatry, new trends in computational psychiatry and other thought and behavior control methods such as machine learning-assisted mass surveillance and social rating systems, and the potential of grassroots citizen-led dissident movements to counter authoritarian regimes and oppressive social structures.</br></br> -->
Previous research experience includes working for the Stanford Center for Legal Informatics (CodeX) of Stanford Law School (California, USA), the James E. Rogers College of Law of the University of Arizona (USA), and the Institute de Hautes Études Internationales et du Développement, The Graduate Institute Geneva (Switzerland), focusing on social networks analysis and the impact of cognitive biases in the decision making process in investor-state and state-state disputes at the World Trade Organization Dispute Settlement Body and other international arbitration courts. More recently I researched the potential genetic basis of the schizophrenia construct, as well as the effects of the neuritin gene (<i>NRN1</i>) and associated neurotrophic factors in cortical thickness at FIDMAG Research Foundation, Complejo Asistencial Benito Menni de Hermanas Hospitalarias.</br></br>
My academic background includes two years of a dual degree in neuroscience and smart systems at Keele University (West Midlands, UK), four years of evolutionary anthropology at University Rovira i Virgili and Universitat Oberta de Catalunya (Barcelona, Spain), a Master's degree in biological anthropology with a specialization in psychiatric genetics and human diversity at the Universitat de Barcelona and Universitat Autònoma de Barcelona (Spain), and a couple of postgraduate degrees in collective mental health and dialogical practices.</br></br>
I am more than willing to collaborate with fellow knowledge workers, practitioners, activists and citizen scientists undertaking joint research, as well as to help organizations and public bodies evaluate and translate findings into better policies and practices.
</p>
</br></br>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#services">How can I contribute?</a>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">At Your Service</h2>
</br></br>
<!-- <hr class="my-4"> -->
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-database text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Data Analysis and Visualization</h3>
<p class="text-muted mb-0">Big and thick data gathering, analysis, and visualization using machine learning and other techniques.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-graduation-cap text-primary mb-3 sr-icons"></i>
<!--<i class="fa fa-4x fa-newspaper-o text-primary mb-3 sr-icons"></i>-->
<h3 class="mb-3">Teaching and Support</h3>
<p class="text-muted mb-0">Helping you keep up and make sense of the scientific literature and other developments.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-directions text-primary mb-3 sr-icons"></i>
<!--<i class="fa fa-4x fa-directions text-primary mb-3 sr-icons"></i>-->
<h3 class="mb-3">Policy and Social Impact Consulting</h3>
<p class="text-muted mb-0">Translating cutting edge research into more effective strategies, legislation, policies and practices.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fa fa-4x fa-handshake-o text-primary mb-3 sr-icons"></i>
<h3 class="mb-3">Teamwork and Co-Authoring</h3>
<p class="text-muted mb-0">Coordinating interdisciplinary networks and establishing partnerships between governments, academia, industry and civil society.</p>
</div>
</div>
</div>
</div>
</br></br>
</br></br>
</br>
</section>
<!--
<section class="bg-primary" id="portfolio">
<div>
So, here I want to say:
- Cognitive sciences
- Evolutionary anthropology
- Ethnography both in person and digital, open research communities
- Decision sciences
</div>
</section>
-->
<section class="bg-dark text-white" id="portfolio">
<div class="container text-center">
<h2 class="mb-4">Open Science</h2>
<!-- <hr class="my-4" style="border: 1px solid white !important">-->
<!-- <a class="btn btn-light btn-xl sr-button" href="https://research.enricgarcia.me" target="new">Access my research notebook</a> -->
</br></br>
<!-- http://onsnetwork.org/enric/ -->
<!-- http://enricgarcia.me:3838/ -->
<!-- <i class="fab fa-pagelines"></i> -->
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 text-center">
<a href="http://notebook.enricgarcia.me" target="new">
<i class="fas fa-clipboard fa-4x text-primary mb-3 sr-icons" style="color:white !important"></i></a>
<h3 class="mb-3">Notebook</h3>
<p class="text-muted mb-0" style="color:white !important">Restricted access to the primary record of my current projects, zettelkasten knowledge management system and research plans.</p>
</br></br>
</div>
<div class="col-lg-4 col-md-6 text-center">
<a href="https://github.com/EnricGTorrents" target="new">
<i class="fa fa-github fa-4x text-primary mb-3 sr-icons" style="color:white !important"></i></a>
<h3 class="mb-3">Source code and data</h3>
<p class="text-muted mb-0" style="color:white !important">Public repositories with code, raw and processed data, as well as metadata related to my research projects anonymized for source protection.</p>
</br></br>
</div>
<div class="col-lg-4 col-md-6 text-center">
<a href="https://research.enricgarcia.me" target="new">
<i class="far fa-file-alt fa-4x text-primary mb-3 sr-icons" style="color:white !important"></i></a>
<h3 class="mb-3">Newsletter</h3>
<p class="text-muted mb-0" style="color:white !important">Open access to pre-prints, papers, and articles along with regular updates on the progress and direction of my work.</p>
</br></br>
</div>
</div>
</div>
<!--
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a href="https://research.enricgarcia.me" target="new">
<i class="fas fa-4x fa-seedling text-primary mb-3 sr-icons" style="color:white !important"></i></a>
<h3 class="mb-3">Seeds</h3>
<p class="text-muted mb-0">Open access to the primary record of my current research projects, including notes, raw and processed data.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center" >
<div class="service-box mt-5 mx-auto">
<a href="https://research.enricgarcia.me" target="new">
<i class="fab fa-4x fa-pagelines text-primary mb-3 sr-icons" style="color:white !important"></i></a>
<h3 class="mb-3">Garden</h3>
<p class="text-muted mb-0">Newsletter with posts, pre-print articles and regular updates on the progress of my work.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<a href="https://research.enricgarcia.me" target="new">
<i class="fas fa-4x fa-lemon text-primary mb-3 sr-icons" style="color:white !important"></i></a>
<h3 class="mb-3">Fruits</h3>
<p class="text-muted mb-0">Public repositories with all the open source code related to my research projects.</p>
</div>
</div>
-->
<!-- One icon centered
<div style="display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; text-align: center !important">
<i class="fab fa-4x fa-pagelines text-primary mb-3 sr-icons" style="color:white !important"></i>
</div>
-->
</div>
</div>
<!--
</br></br>
<i>Open-notebook science is the practice of making the entire primary record of a research project publicly available online as it is recorded. This involves placing the personal, or laboratory, notebook of the researcher online along with all raw and processed data, and any associated material, as this material is generated. The approach may be summed up by the slogan 'no insider information'. It is the logical extreme of transparent approaches to research and explicitly includes the making available of failed, less significant, and otherwise unpublished experiments; so called 'dark data'.</i>
-->
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Let's get in touch & connect</h2></br></br>
<!-- <hr class="my-4">
<hr class="my-4" style="border: 1px solid black !important"> -->
<!--
<p class="mb-5">Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p>
-->
</br></br>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<a href="https://t.me/EnricGTorrents" style="color:black !important; text-decoration: none !important">
<i class="fa fa-phone fa-3x mb-3 sr-contact" style="color:black !important"></i>
<p style="color:black !important">Telegram</a></p>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="skype:torrents.enric?call" style="color:black !important; text-decoration: none !important">
<i class="fa fa-skype fa-3x mb-3 sr-contact" style="color:black !important"></i>
<p style="color:black !important">Skype</a>
</p>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="mailto:research@enricgarcia.me" style="color:black !important; text-decoration: none !important">
<i class="fa fa-envelope-o fa-3x mb-3 sr-contact" style="color:black !important"></i>
<p style="color:black !important">
Email</a>
</p>
</div>
</div>
<!-- <div class="col-lg-8 mx-auto text-center"> -->
</br></br>
<div class="row">
<div class="col-lg-4 mr-auto text-center">
<a href="https://www.linkedin.com/in/enrictorrents/" style="color:black !important; text-decoration: none !important">
<i class="fa fa-linkedin-square fa-3x mb-3 sr-contact" style="color:black !important"></i>
<p style="color:black !important">LinkedIn</a>
</p>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="https://orcid.org/0000-0003-4787-850X" style="color:black !important; text-decoration: none !important">
<i class="fab fa-orcid fa-3x mb-3 sr-contact" style="color:black !important"></i>
<p style="color:black !important">ORCID</a>
</p>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="https://twitter.com/egtorrents" style="color:black !important; text-decoration: none !important">
<i class="fa fa-twitter fa-3x mb-3 sr-contact" style="color:black !important"></i>
<p style="color:black !important">Twitter</a>
</p>
</div>
<!-- </div> -->
</div>
</div>
</section>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center" style="color: white !important">
Enric Garcia Torrents - 2021
</br>
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0003-4787-850X" href="https://orcid.org/0000-0003-4787-850X" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top; color: white !important"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">https://orcid.org/0000-0003-4787-850X</a></div>
</br></br>
<p class="text-faded mb-4" style="color: white !important">
Website licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/" style="color: white !important">Creative Commons <i class="fab fa-creative-commons"></i> Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>