Abreu, Rui, Jácome Cunha, João Paulo Fernandes, Pedro Martins, Alexandre Perez, and João Saraiva. "
FaultySheet Detective: When Smells Meet Fault Localization."
Proceedings of the 30th IEEE International Conference on Software Maintenance and Evolution. ICSME '14. Washington, DC, USA: IEEE Computer Society, 2014. 625-628.
AbstractThis paper presents a tool, dubbed FaultySheet Detective, for aiding in spreadsheet fault localization, which combines the detection of bad smells with a generic spectrum-based fault localization algorithm.
Polcyn, M., L. Jacobs, C. Strganac, O. Mateus, S. Myers, S. May, R. Araujo, A. Schulp, and M. Morais. "
Geology and paleoecology of a marine vertebrate bonebed from the lower Maastrichtian of Angola."
Journal of Vertebrate Paleontology. Program and Abstracts, 2014 (2014): 206.
Hayashi, S., R. Redelstorff, O. Mateus, M. Watabe, and K. Carpenter. "
Gigantism of stegosaurian osteoderms."
Journal of Vertebrate Paleontology. Program and Abstracts, 2014 (2014): 145.
Cunha, Jácome, João Paulo Fernandes, Jorge Mendes, Rui Pereira, and João Saraiva. "
MDSheet – Model-Driven Spreadsheets."
Proceedings of the 1st Workshop on Software Engineering methods in Spreadsheets. Eds. Felienne Hermans, Richard F. Paige, and Peter Sestof. Vol. 1209. SEMS '14, 1209. CEUR, 2014. 31-33.
AbstractThis paper showcases MDSheet, a framework aimed at improving the engineering of spreadsheets. This framework is model-driven, and has been fully integrated under a spreadsheet system. Also, its practical interest has been demonstrated by several empirical studies.
Marinheiro, J., O. Mateus, A. Alaoui, F. Amani, M. Nami, and C. Ribeiro. "
New Quaternary fossil sites from the Middle Atlas of Morocco."
Comunicações Geológicas. 101, Especial I (2014): 485-488.
AbstractThe paleontological richness of Morocco has been scientifically known since at least the early 20th century. The region of the Middle Atlas, more specifically the Boulemane area, has been however only sparsely studied since the 1960s when it provided vertebrate fossils from the Middle Jurassic. In September 2013, a Moroccan-Portuguese expedition to the village of Taghrout, Boulemane, made excavations in a Pleistocene fossil site that once was a small high-altitude sedimentary basin, uncharted in previous geological maps. The excavations yielded bone material from large mammals, the most common findings are elephants ascribed to Elephas, but artiodactyls, turtles, and in-situ Acheulean tools were also collected. This represents a new and important paleontological and archeological site. In addition to the discoveries of Taghrout, the expedition also retrieved Quaternary vertebrate material from a nearby cave and found new Jurassic localities, with arcosaur bones and dinosaur footprints, in El Mers.
Fiedor, Jan, Zdeněk Letko, João Lourenço, and Tomáš Vojnar. "
On Monitoring C/C++ Transactional Memory Programs."
Mathematical and Engineering Methods in Computer Science. Eds. Petr Hliněný, Zdeněk Dvořák, Jiří Jaroš, Jan Kofroň, Jan Kořenek, Petr Matula, and Karel Pala. Vol. 8934. Lecture Notes in Computer Science, 8934. Springer International Publishing, 2014. 73-87.
AbstractTransactional memory (TM) is an increasingly popular technique for synchronising threads in multi-threaded programs. To address both correctness and performance-related issues of TM programs, one needs to monitor and analyse their execution. However, monitoring concurrent programs (including TM programs) may have a non-negligible impact on their behaviour, which may hamper the objectives of the intended analysis. In this paper, we propose several approaches for monitoring TM programs and study their impact on the behaviour of the monitored programs. The considered approaches range from specialised lightweight monitoring to generic heavyweight monitoring. The implemented monitoring tools are publicly available to the scientific community, and the implementation techniques used for lightweight monitoring of TM programs may be used as an inspiration for developing other specialised lightweight monitors.