Skip to content

Commit a777cc0

Browse files
committed
2 parents 5cfa3f5 + ff221a3 commit a777cc0

16 files changed

+119
-65
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ url: https://thesoftwaredesignlab.github.io/
44
exclude: [bibble, README.md, Makefile, screenshot.png]
55

66
# colorize code snippets with the pygments module
7-
highlighter: pygments
7+
highlighter: rouge
88

99
# The path structure for blog posts.
1010
permalink: /blog/:year/:month/:day/:title.html

_posts/2018-10-01-mooec-tosem.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: "Accepted paper!"
4+
icon: newspaper-o
5+
image: https://tosem.acm.org/elements/img/tosem_th.png
6+
shortnews: true
7+
---
8+
9+
M. Linares-Vásquez, G. Bavota, C. Bernal-Cárdenas, M. Di Penta, R. Oliveto and D. Poshyvanyk; "Multi-Objective Optimization of Energy Consumption of GUIs in Android Apps" journal paper has been accepted to be published on ACM Transactions on Software Engineering and Methodology (TOSEM). Volume 27 Issue 3, October 2018. Article No. 14.
10+
11+

_posts/2018-10-23-google-lara.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
title: "TSDL receives a Google Latin America Research Award"
4+
icon: trophy
5+
image: ../img/news/googleLara.png
6+
shortnews: true
7+
---
8+
9+
Mario Linares-Vásquez and Camilo Escobar-Velásquez have been awarded by Google with a Latin America Research Award 2018 (LARA 2018) for their work on “Enabling automated Software Engineering tasks on closed-source mobile apps”. Google will provide them with monetary founds to support our project for at least one year. Congratulation Guys!

bib/foo.json

Whitespace-only changes.

bib/jsonBib.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"DOI": "10.1145/3241742",
44
"ISSN": "1049-331X",
5-
"URL": "http://doi.acm.org/10.1145/3241742",
5+
"URL": "http://doi.org/10.1145/3241742",
66
"author": [
77
{
88
"family": "Linares-Vásquez",
@@ -51,7 +51,7 @@
5151
{
5252
"DOI": "10.1145/3213846.3229504",
5353
"ISBN": "978-1-4503-5699-2",
54-
"URL": "http://doi.acm.org/10.1145/3213846.3229504",
54+
"URL": "http://doi.org/10.1145/3213846.3229504",
5555
"author": [
5656
{
5757
"family": "Rodríguez-Baquero",
@@ -83,7 +83,7 @@
8383
{
8484
"DOI": "10.1145/3180155.3180221",
8585
"ISBN": "978-1-4503-5638-1",
86-
"URL": "http://doi.acm.org/10.1145/3180155.3180221",
86+
"URL": "https://dl.acm.org/citation.cfm?id=3180221",
8787
"author": [
8888
{
8989
"family": "Vendome",
@@ -131,7 +131,7 @@
131131
{
132132
"DOI": "10.1145/3183440.3183492",
133133
"ISBN": "978-1-4503-5663-3",
134-
"URL": "http://doi.acm.org/10.1145/3183440.3183492",
134+
"URL": "http://doi.org/10.1145/3183440.3183492",
135135
"author": [
136136
{
137137
"family": "Moran",
@@ -260,7 +260,7 @@
260260
{
261261
"DOI": "10.1145/3196321.3196339",
262262
"ISBN": "978-1-4503-5714-2",
263-
"URL": "http://doi.acm.org/10.1145/3196321.3196339",
263+
"URL": "http://doi.org/10.1145/3196321.3196339",
264264
"author": [
265265
{
266266
"family": "Li",
@@ -299,7 +299,7 @@
299299
{
300300
"DOI": "10.1145/3196321.3196322",
301301
"ISBN": "978-1-4503-5714-2",
302-
"URL": "http://doi.acm.org/10.1145/3196321.3196322",
302+
"URL": "http://doi.org/10.1145/3196321.3196322",
303303
"author": [
304304
{
305305
"family": "Moran",
@@ -547,7 +547,7 @@
547547
{
548548
"DOI": "10.1145/3106237.3106275",
549549
"ISBN": "978-1-4503-5105-8",
550-
"URL": "http://doi.acm.org/10.1145/3106237.3106275",
550+
"URL": "http://doi.org/10.1145/3106237.3106275",
551551
"author": [
552552
{
553553
"family": "Linares-Vásquez",
@@ -688,7 +688,7 @@
688688
{
689689
"DOI": "10.1145/2931037.2931072",
690690
"ISBN": "978-1-4503-4390-9",
691-
"URL": "http://doi.acm.org/10.1145/2931037.2931072",
691+
"URL": "http://doi.org/10.1145/2931037.2931072",
692692
"author": [
693693
{
694694
"family": "Linares-Vásquez",
@@ -727,7 +727,7 @@
727727
{
728728
"DOI": "10.1145/2889160.2889177",
729729
"ISBN": "978-1-4503-4205-6",
730-
"URL": "http://doi.acm.org/10.1145/2889160.2889177",
730+
"URL": "http://doi.org/10.1145/2889160.2889177",
731731
"author": [
732732
{
733733
"family": "Moran",

code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ title: Code
55
We try to publish all of our code promptly when publishing new research. If you don find the code you're looking for here, contact the corresponding authors.
66

77
* Mutode: [GitHub](https://github.com/TheSoftwareDesignLab/mutode) - [NPM](https://www.npmjs.com/package/mutode) - Lic. MIT
8+
* MutAPK: [Github](https://github.com/TheSoftwareDesignLab/MutAPK) - [WebPage](https://thesoftwaredesignlab.github.io/MutAPK) - Lic. MIT

img/ICSME18.jpg

19.2 MB
Loading

img/ICSME18LR.jpg

463 KB
Loading

img/google18.jpg

467 KB
Loading

img/grace.jpg

562 KB
Loading

0 commit comments

Comments
 (0)