-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (85 loc) · 4.37 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Francisco Nunes</title>
<meta name="description" content="Personal page of Francisco Nunes">
<meta name="author" content="Francisco Nunes">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!--<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">-->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600,700" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container" style="margin-top: 10rem">
<h3>Francisco Nunes</h3>
</div>
<div class="container">
<hr class="navi" />
<nav class="primary u-pull-right">
<ul>
<li><a class="active" href="index.html">About</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="cv.pdf">CV</a></li>
</ul>
</nav>
</div>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row" style="margin-top: 5rem">
<h4>About</h4>
</div>
<div class="row">
<div class="eight columns">
<p>I am a Senior Researcher at Fraunhofer AICOS in Porto, Portugal. I study how people live with chronic conditions and how they use technology. The ultimate goal is to better understand patients and carers and better design for them.</p>
<p>I see myself as a multi-disciplinary researcher, who draws on different literatures and contributes to distinct disciplines. Most of my research outputs add to discussions in Human-Computer Interaction (HCI) and Computer Supported Cooperative Work (CSCW), but I contribute as well to Medical Informatics, and Science and Technology Studies (STS).</p>
<p>I received a PhD in HCI from TU Wien in 2017, and a Master in Informatics and Computer Engineering from the University of Porto in 2010. Moreover, I started working on research at Fraunhofer AICOS (2008-2012), and have held research positions at TU Wien (2012-2017), and the Universidade NOVA de Lisboa (2016-2017).</p>
<br />
<h5>Research interests</h5>
<ul>
<li>Everyday practices of patients and carers</li>
<li>Knowledge production practices of patients and carers</li>
<li>Design and use of healthcare technologies, especially for self-care</li>
<li>Design and use of technologies for older people</li>
</ul>
<br />
<h5>Contacts and Web presence</h5>
<ul>
<li>email: francisco dot nunes @ fraunhofer dot pt</a></li>
<li>Twitter: <a href="https://twitter.com/xico_nunes">@xico_nunes</a></li>
<li>Mastodon: <a href="https://hci.social/@fnunes">@fnunes</a></li>
<li>Google Scholar: <a href="https://scholar.google.com/citations?user=D2rDc98AAAAJ&hl=en">link</a></li>
<li>Researchgate: <a href="https://www.researchgate.net/profile/Francisco_Nunes4">link</a></li>
</ul>
</div>
<div class="four columns">
<img src="images/francisco.jpg" style="width: 300px" alt="Francisco Nunes' picture"/>
</div>
</div>
<div class="row">
<div class="eight columns">
</div>
<div class="four columns">
</div>
</div>
<br />
<br />
<br />
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>