Author: felienne

Blog

New paper: BumbleBee, a tool for spreadsheet formula transformations

Update: This paper will be presented at FSE 2014! Some spreadsheets can be improved While looking at spreadsheet and how they are used, over the past years I have noticed that many users don’t make their spreadsheets as easy as they could be. For instance, they use A1+A2+A3+A4+A5 instead of the simpler SUM(A1:A5) Sometimes because […]

Blog

New Paper: Improving spreadsheet test practices

My first solo paper (without my PhD supervisor) ‘Improving spreadsheet test practices’ will be published at CASCON ’13 in Toronto. This paper explores the idea of applying testing to spreadsheets. Core idea The core observation I did for this paper is the fact that spreadsheet users do exhibit some basic testing. Many spreadsheet creator use formulas […]

Uncategorized

Bogdan Dit – How to Effectively Use Topic Models for Software Engineering Tasks? An Approach Based on Genetic Algorithms

Over the past few years, many techniques have been proposed to gather topics from documents, among which Latent Dirichlet Allocation. These authors propose to use LDA for traceability link recovery, feature location, and software artifact labeling. However, the standard version of LDA does not work so well on source code. Luckily, there is good news, as source […]

Back To Top