Skip to content

Commit 0f07eff

Browse files
committed
Improve modificability of webPage
1 parent 8b240df commit 0f07eff

File tree

9 files changed

+73
-73
lines changed

9 files changed

+73
-73
lines changed

_data/people.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,82 @@
11

2-
facultyMario:
2+
marioLinares:
33
display_name: "Mario Linares-Vásquez"
44
role: faculty
55
image: /img/people/fotoMarioLinaresV.jpg
66
bio: "Assistant Professor"
77
webpage: "https://profesores.virtual.uniandes.edu.co/mlinaresv/en/inicio-en/"
88

9-
docAlejandro:
9+
alejandroMazuera:
1010
display_name: "Alejandro Mazuera"
1111
role: grad
1212
image: /img/people/fotoAlejandroMazuera.jpg
1313
bio: "Ph.D. Student"
14-
mastCamilo:
14+
camiloEscobar:
1515
display_name: "Camilo Escobar-Velásquez"
1616
role: grad
1717
image: /img/people/fotoCamiloEscobarV.jpg
18-
bio: "MSc. Student - Software Engineering"
19-
20-
mastSantiago:
21-
display_name: "Santiago Liñán"
22-
role: grad
23-
image: /img/people/fotoSantiagoLinan.jpg
24-
bio: "MSc. Student - Software Engineering"
18+
bio: "Ph.D. Student"
2519

26-
mastSergio:
20+
sergioYodeb:
2721
display_name: "Sergio Velásquez"
2822
role: grad
2923
image: /img/people/fotoSergioVelasquez.jpg
30-
bio: "MSc. Student - Software Engineering"
31-
32-
24+
bio: "MSc. Student - Software Engineering"
3325

34-
# mastJairo:
35-
# display_name: "Jairo Bautista"
36-
# role: grad
37-
# image: /img/people/fotoJairoBautista.jpg
38-
# bio: "MSc. Student - Software Engineering"
39-
40-
mastAnamaria:
26+
anamariaMojica:
4127
display_name: "Anamaria Mojica"
4228
role: grad
4329
image: /img/people/fotoAna.jpg
4430
bio: "MSc. Student - Information Engineering"
45-
mastCamiloOrtiz:
31+
diegoRodriguez:
32+
display_name: "Diego Rodríguez-Baquero"
33+
role: grad
34+
image: /img/people/fotoDiegoRodriguez.jpg
35+
bio: "MSc. Student - Software Engineering"
36+
camiloOrtiz:
4637
display_name: "Camilo Ortiz-Casas"
4738
role: grad
4839
image: /img/people/avatar2.png
4940
bio: "MSc. Student - Information Security"
50-
mastDiana:
51-
display_name: "Diana Solano"
52-
role: grad
53-
image: /img/people/diana.jpg
54-
bio: "MSc. Student - Industrial Engineering"
55-
mastDiego:
56-
display_name: "Diego Rodríguez-Baquero"
41+
42+
mariaArevalo:
43+
display_name: "Maria Arevalo"
5744
role: grad
58-
image: /img/people/fotoDiegoRodriguez.jpg
45+
image: /img/people/fotoMariaArevalo.jpg
5946
bio: "MSc. Student - Software Engineering"
60-
mastSamuel:
47+
48+
samuelSalazar:
6149
display_name: "Samuel Salazar"
6250
role: grad
6351
image: /img/people/fotoSamuelSalazar.jpg
6452
bio: "MSc. Student - Software Engineering"
6553

6654

67-
udgLaura:
55+
lauraBello:
6856
display_name: "Laura Bello"
6957
role: ugrad
7058
image: /img/people/fotoLauraBello.jpg
7159

72-
udgMaria:
73-
display_name: "Maria Arevalo"
74-
role: ugrad
75-
image: /img/people/fotoMariaArevalo.jpg
76-
77-
udgValeria:
60+
valeriaVanegas:
7861
display_name: "Valeria Vanegas"
7962
role: ugrad
8063
image: /img/people/valeria.jpg
81-
udgSantiago:
64+
65+
michaelOsorio:
66+
display_name: "Michael Osorio"
67+
role: ugrad
68+
image: /img/people/avatar2.png
69+
70+
santiagoSaenz:
8271
display_name: "Santiago Saenz"
8372
role: ugrad
8473
image: /img/people/fotoSantiagoSaenz.jpg
8574

86-
udgCamilo:
75+
camiloSanchez:
8776
display_name: "Camilo Sanchez"
8877
role: ugrad
8978
image: /img/people/fotoCamiloSanchez.jpg
9079

91-
udgMichael:
92-
display_name: "Michael Osorio"
93-
role: ugrad
94-
image: /img/people/avatar2.png
9580

9681
collSandraRueda:
9782
display_name: "Sandra Rueda"
@@ -142,6 +127,21 @@ collChristopher:
142127
webpage: "http://www.christophervendome.com"
143128
bio: "Assistant Professor at Miami University, Ohio, USA"
144129

130+
santiagoLinan:
131+
display_name: "Santiago Liñán"
132+
role: collab
133+
image: /img/people/fotoSantiagoLinan.jpg
134+
# bio: "MSc. Student - Software Engineering"
135+
webpage: "https://slinan.github.io/"
136+
137+
dianaSolano:
138+
display_name: "Diana Solano"
139+
role: collab
140+
image: /img/people/diana.jpg
141+
# bio: "MSc. Student - Industrial Engineering"
142+
143+
144+
145145
alumOlga:
146146
display_name: "Olga Vega"
147147
role: alum

_dvlpprojects/find-bluehack.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Technological platform under development. This solution is being fi
44

55

66
people:
7-
- mastDiana
8-
- udgLaura
9-
- mastCamilo
10-
- mastSantiago
11-
- mastSergio
12-
- facultyMario
7+
- dianaSolano
8+
- lauraBello
9+
- camiloEscobar
10+
- santiagoLinan
11+
- sergioYodeb
12+
- marioLinares
1313
link: https://thesoftwaredesignlab.github.io/blog/2018/09/01/bluehack.html
1414
layout: project
1515
image: /img/project-images/findBlueHack.jpg

_dvlpprojects/tesosapp-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: |
55
66
77
people:
8-
- mastSantiago
9-
- mastSergio
10-
- mastCamilo
8+
- santiagoLinan
9+
- sergioYodeb
10+
- camiloEscobar
1111
link: https://ingenieria.uniandes.edu.co/Paginas/Noticias.aspx?nid=289
1212
layout: project
1313
image: /img/project-images/clubDeLosTesos.jpg

_rschprojects/aaosmasset-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Automatic Analysis of Closed-Source Mobile Apps to support Software Engi
33
description: "The amount of android applications is having a tremendous increasing trend, leading the mobile software market to exert pressure over practitioners and researchers about several topics like application quality, frequent releases, and quick fixing of bugs. Because of this, mobile app development process requires of improving the release cycles. Therefore, the automation of software engineering tasks has become a top research topic. As a result of this research interest, several automated approaches have been proposed to support software engineering tasks. Specifically for this research we explore the possibility of performing automated software engineering tasks using APKs as entry instead of source code."
44

55
people:
6-
- mastCamilo
7-
- facultyMario
6+
- camiloEscobar
7+
- marioLinares
88
- collGabrieleBavota
99
- collChristopher
1010
- collMassimiliano

_rschprojects/eventual-connectivity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Study on "Eventual Connectivity" Issues exhibited by Android apps i
55

66

77
people:
8-
- mastCamilo
9-
- udgMichael
10-
- facultyMario
8+
- camiloEscobar
9+
- michaelOsorio
10+
- marioLinares
1111

1212
topic: Quality Attributes in Mobile Apps
1313
layout: project

_rschprojects/multi-model-testing-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Models based testing enables software developers to derive abstract
44

55

66
people:
7-
- mastSantiago
8-
- udgLaura
9-
- udgMaria
7+
- santiagoLinan
8+
- lauraBello
9+
- mariaArevalo
1010

1111
topic: Software Testing
1212
layout: project

_rschprojects/mutationTesting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Mutation Testing is a type of software testing where we mutate (cha
44

55

66
people:
7-
- facultyMario
8-
- mastCamilo
9-
- mastDiego
7+
- marioLinares
8+
- camiloEscobar
9+
- diegoRodriguez
1010
- collGabrieleBavota
1111
- collMassimiliano
1212
- collDenysPosh

_rschprojects/security_vulnerabilities.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Study on "Security Vulnerabilities" found in mobile applications. T
44

55

66
people:
7-
- facultyMario
7+
- marioLinares
88
- collGabrieleBavota
99
- collSandraRueda
10-
- docAlejandro
10+
- alejandroMazuera
1111
- mastJairo
12-
- mastCamilo
13-
- mastCamiloOrtiz
14-
- udgCamilo
15-
- udgSantiago
12+
- camiloEscobar
13+
- camiloOrtiz
14+
- camiloSanchez
15+
- santiagoSaenz
1616

1717
topic: Quality Attributes in Mobile Apps
1818
layout: project

_rschprojects/zilicio-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: "Zilicio: An Automation Framework for Rapid Native Mobile Application Dev
33
description: Zilicio, an automation framework that allows inexperienced and experienced developers to build real world apps in minutes for the two dominant mobile platforms. Zilicio creates both Android and iOS versions of a mobile application, which is connected to an automatically generated RESTful backend, all through a friendly end-user web application.
44

55
people:
6-
- mastSamuel
7-
- mastSantiago
8-
- udgValeria
6+
- samuelSalazar
7+
- santiagoLinan
8+
- valeriaVanegas
99

1010
topic: Automated Software Engineering
1111
layout: project

0 commit comments

Comments
 (0)