-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
96 lines (84 loc) · 6.48 KB
/
about.html
File metadata and controls
96 lines (84 loc) · 6.48 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
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Julian Vicens | About</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="icon" type="image/png" href="images/icon/icon_16.png" sizes="16x16">
<link rel="icon" type="image/png" href="images/icon/icon_32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/icon/icon_64.png" sizes="64x64">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<!--<a href="index.html" class="logo">Julián Vicens</a>-->
<a href="" class="logo image fit_subheader"><img src="images/jv_subheader.gif" alt="Info" /></a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">News</a></li>
<li><a href="projects.html">Projects</a></li>
<!--<li><a href="work.html">Work</a></li>-->
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="active"><a href="about.html">About</a></li>
</ul>
<ul class="icons">
<li><a href="https://twitter.com/julianvicens" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/jvicens" target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<section class="post">
<span class="image rounded fit"><img src="images/me.jpg" alt="" /></span>
<p>Born and raised in Mallorca. I am a <strong>research scientist and engineer</strong>. Currently, I am working on data science and big data analytics at the technological research center <a href="https://eurecat.org/es/ambitos-de-conocimiento/big-data/">Eurecat</a>. As researcher I am studying complex social systems, machine learning and human-computer interaction, particularly the design of fair machine learning systems, the unveiling of inequalities in social systems, the development of participatory platforms and the study of collective behavioural patterns on different topics - cooperation, misinformation or public health -. I am combining my work as researcher with teaching at Universitat Oberta de Catalunya (UOC) for the <a href="https://estudios.uoc.edu/es/grados/data-science/presentacion">BSc.</a> and <a href="https://estudios.uoc.edu/es/masters-universitarios/data-science/presentacion">MSc. of Data Science</a> as well as performing workshops on citizen science, in the intersection between science, technology, education and the arts.
<br><br>
I hold a Telecommunications Engineering and a MSc on Telecommunications Networks by Universitat Ramon Llull (Barcelona, Spain), where I also worked in research projects focused on acoustics, music technologies and human-computer interfaces. After some years working for companies and as a freelance, developing mobile applications for different sectors, I started a PhD by which I combined the design and development of cultural products for a cultural management company with research at the Department of Computer Science and Mathematics and at the Department of Pedagogy in Universitat Rovira i Virgili (Tarragona, Spain) where I carried out my doctoral dissertation entitled <a href="./projects/doctoral-thesis.html">«Human Behavior Experimentation and Participation in Scientific Activities in the Wild»</a> focused on the development of participatory platforms within the framework of citizen science and the study of social behavior, applying machine learning techniques to unveil behavioural patterns in topics like climate change or mental health community.
<br><br>
I was a visiting researcher at the <a href="https://www.mccormick.northwestern.edu/eecs/">EECS</a> and the <a href="https://design.northwestern.edu/">Segal Design Institute</a> of Northwestern University (Evanston, Illinois) working on human-centered design in the <a href="http://dtr.northwestern.edu/">DTR programme</a>. There, I designed and developed a crowdsourcing platform to study natural patterns. I also visited the Department of Chemical and Biological Engineering improving data science techniques applied to social experiments to understand collective behaviours.
<br><br>
I was working at the Department of Condensed Matter Physics of Universitat de Barcelona as a part of the research group <a href="http://www.ub.edu/opensystems/">OpenSystems</a>, as well as <a href="http://complex.ffn.ub.es/">Complexity Lab Barcelona</a> and Institute of Complex Systems of Barcelona University (<a href="http://ubics.ub.edu/">UBICS</a>), taking part in projects such as STEM4Youth, BiblioLab and others, where my work bridges the fields of complex systems, human-computer interaction, citizen science, computational social science, game theory, data science, data visualization and others.
</p>
<ul class="actions special">
<li><a href="https://docs.google.com/document/d/1FIGJoXJgZkrC1wT9_6ZLWq2WyFynbxYMBDpQwuPv5_o/edit?usp=sharing" target="_blank" class="button primary icon solid">Curriculum Vitae</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<section>
<section>
<h6>Contact</h6>
<p><a href="#">julianvicens@gmail.com</a></p>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Julián Vicens</li></ul>
<img style="max-height: 2em; vertical-align: middle; border-bottom-color: transparent !important" src="images/CC-BY-SA.png" alt="" />
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>