-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmembers.json
More file actions
46 lines (46 loc) · 1.52 KB
/
members.json
File metadata and controls
46 lines (46 loc) · 1.52 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
{
"members": [
{
"name": "Hugo Barbosa",
"altNames": [],
"position": "Senior Lecturer",
"department": "Computer Science",
"institution": "University of Exeter",
"bio": "",
"photo": "https://scholar.googleusercontent.com/citations?view_op=medium_photo&user=dsBgmWgAAAAJ&citpid=8",
"scholar": "https://scholar.google.com/citations?user=dsBgmWgAAAAJ&hl=en",
"orcid": "https://orcid.org/0000-0002-3927-969X",
"emailUser": null,
"emailDomain": null,
"statsUrl": "https://hsbarbosa.github.io/data/auto/stats.json"
},
{
"name": "Ronaldo Menezes",
"altNames": ["R. Menezes", "Ronaldo P. Menezes", "R.P. Menezes"],
"position": "Professor of Data and Network Science",
"department": "Computer Science",
"institution": "University of Exeter",
"bio": "",
"photo": "https://rpmenezes.github.io/MainPicture.jpg",
"scholar": "https://scholar.google.com/citations?user=eHej2g8AAAAJ&hl=en",
"orcid": "https://orcid.org/0000-0002-6479-6429",
"emailUser": "r.menezes",
"emailDomain": "exeter.ac.uk",
"statsUrl": "https://rpmenezes.github.io/data/auto/stats.json"
},
{
"name": "Diogo Pacheco",
"altNames": [],
"position": "Senior Lecturer",
"department": "Computer Science",
"institution": "University of Exeter",
"bio": "",
"photo": "",
"scholar": null,
"orcid": null,
"emailUser": null,
"emailDomain": null,
"statsUrl": null
}
]
}