Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing a similar layout as my personal website #6

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions src/pages/members/diego-costa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ My research interests cover a wide range of software engineering and performance
For a full list of all publications PDFs and slides, please check my [personal website](https://diegoeliascosta.github.io/publications/) and my [RG](https://www.researchgate.net/profile/Diego_Costa9) profile.
:::

import { AuthorPublications } from "../../components/AuthorPublications";
<!-- import { AuthorPublications } from "../../components/AuthorPublications"; -->

<AuthorPublications firstname="Diego" lastname="Costa" />
<!-- <AuthorPublications firstname="Diego" lastname="Costa" /> -->

### Publications Before Joining DAS
### Publications

<!-- #### Journals -->

- **On Wasted Contributions: Understanding the Dynamics of Contributor-Abandoned Pull Requests.**
SayedHassan Khatoonabadi, Diego Elias Costa, Rabe Abdalkareem, Emad Shihab.
ACM Transactions on Software Engineering and Methodology (TOSEM), 2022.
[Pre-print](https://arxiv.org/abs/2110.15447)
[Dataset](https://doi.org/10.5281/zenodo.4892300)

- **D. Costa**, C. Bezemer, P. Leitner and A. Andrzejak, “What’s Wrong With My Benchmark Results? Studying Bad Practices in JMH Benchmarks,” in IEEE Transactions on Software Engineering, Accepted in 2019

- M. Ghanavati, **D. Costa**, J. Seboek, D. Lo, A. Andrzejak, “Memory and resource leak defects and their repairs in Java projects, ”Empirical Software Engineering, Accepted in 2019
Expand Down