forked from uwsampa/research-group-web
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (147 loc) · 6.74 KB
/
Copy pathindex.html
File metadata and controls
154 lines (147 loc) · 6.74 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
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
---
layout: default
title: Home
notitle: true
image: /img/ICSME18LR.jpg
image2: /img/news/BluehackTSDLSlider.jpeg
image3: /img/DSC_0414_Original.jpg
image4: /img/grace.jpg
image5: /img/google18.jpg
image6: /img/peru18.jpg
image7: /img/lara2018.jpg
image8: /img/ICSME19.jpg
image9: /img/lara2019.jpg
jumbotron: true
---
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="7"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="8"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="{{site.base}}{{page.image9}}" alt="Android18">
<div class="carousel-caption d-none d-md-block">
<h5>Google Latin American Research Awards 2019-2020</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="{{site.base}}{{page.image8}}" alt="Android18">
<div class="carousel-caption d-none d-md-block">
<h5>ICMSE 2019, Cleveland, Ohio, USA</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="{{site.base}}{{page.image7}}" alt="Android18">
<div class="carousel-caption d-none d-md-block">
<h5>Google Latin American Research Awards 2018-2019</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="{{site.base}}{{page.image5}}" alt="Android18">
<div class="carousel-caption d-none d-md-block">
<h5>Android Dev Summit 18, Mountain View, California</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="{{site.base}}{{page.image6}}" alt="TC18">
<div class="carousel-caption d-none d-md-block">
<h5>Tech Camp, Perú 18: Against transnational crime, security affairs, and emerging humanitarian crises. </h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="{{site.base}}{{page.image4}}" alt="GHC">
<div class="carousel-caption d-none d-md-block">
<h5>TSDL at Grace Hopper Celebration 18, the world's largest gathering of women technologists. </h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="{{site.base}}{{page.image}}" alt="ICSME">
<div class="carousel-caption d-none d-md-block">
<h5>ICSME 18, Madrid, Spain</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="{{site.base}}{{page.image2}}" alt="Bluehack">
<div class="carousel-caption d-none d-md-block">
<h5>TSDL in Bluehack Free Steps Against Human Trafficking</h5>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="{{site.base}}{{page.image3}}" alt="Team">
<div class="carousel-caption d-none d-md-block">
<h5>TSDL Team</h5>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="row" style="padding-top: 15px">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="jumbotron">
<p>
<strong>
The Software Design Lab (TSDL) is a research group at <a href="http://uniandes.edu.co">Universidad
de los Andes (Bogotá, Colombia)</a>. Our purpose is to design and build software-based
solutions that are user-centered. We care about improving state-of-the-art methods, and building
high quality software. In order to accomplish our goals, we look for innovative and disruptive ways of using software
engineering methods. Our work can be summarized in four areas: <span class="badge badge-info">Automated
Software Engineering</span> <span class="badge badge-info">Design for everyone</span> <span
class="badge badge-info">Mining Software Repositories</span> <span class="badge badge-info">App
development with societal impact</span>
</strong>
</p>
</div>
</div>
</div>
<section>
<div class="row">
<div class="col-lg-3" style="background-color: #33a5db; color: white; padding-top: 10px">
<h1>News</h1>
</div>
</div>
<div class="row">
<div class="col-lg-8">
<div style="background-color: #33a5db; height: 2px; margin-top: 10px"></div>
<ul class="news list-unstyled">
{% for post in site.posts limit: site.front_page_news %}
{% include news-item.html item=post %}
{% endfor %}
</ul>
{% assign numposts = site.posts | size %}
{% if numposts >= 1 %}
<p>
<span class="fa fa-fw fa-history"></span>
<a href="{{ site.base }}/blog.html">Older posts…</a>
</p>
{% endif %}
</div>
<div class="col-lg-4" style="border: 2px solid #33a5db">
<a class="twitter-timeline" data-height="1600" data-theme="light" href="https://twitter.com/TheSwDLab?ref_src=twsrc%5Etfw">Tweets
by TheSwDLab</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</section>
<!--
<section>
<div class="row">
<div class="col-lg-3" style="background-color: #33a5db; color: white">
<h1>Teaching</h1>
</div>
</div>
</section> -->