-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2eadc24
commit 8a23e03
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
module.exports = [ | ||
{ | ||
title: "MR-Scout: Automated Synthesis of Metamorphic Relations from Existing Test Cases", | ||
date: "2024-06-29", | ||
authors: [ | ||
"Congying Xu", "Valerio Terragni", "Hengcheng Zhu", "Jiarong Wu", "Shing-Chi Cheung" | ||
], | ||
venue: "ACM Transactions on Software Engineering and Methodology", | ||
venueShort: "TOSEM", | ||
// tags: [ | ||
// "Tags are those keywords used to categorize the publication by:", | ||
// "Research topic", | ||
// "Methodology", | ||
// "Please consider reuse the existing tags in the publication website: http://sccpu2.cse.ust.hk/castle/publication/", | ||
// "Users can use tags to filter and find the publications they are interested in" | ||
// ], | ||
// awards: [ | ||
// "Any awards received by this paper:", | ||
// "Distinguished Paper" | ||
// ], | ||
// abstract: ` | ||
// (optional) abstract of your paper (support multiline) | ||
// `, | ||
projectUrl: "https://mr-scout.github.io/", | ||
paperUrl: "https://dl.acm.org/doi/abs/10.1145/3656340", | ||
// arxivUrl: "(optional) the arxiv version of your paper", | ||
// slidesUrl: "(optional) slides url. You can put the file in assets folder and refer to it here with {ASSETS}/your-slides.pdf", | ||
// bibtex: ` (optional) | ||
// @article{paper | ||
// ...... | ||
// } | ||
// ` | ||
}, | ||
{ | ||
title: "MR-Scout: Automated Synthesis of Metamorphic Relations from Existing Test Cases", | ||
date: "2024-09-01", | ||
authors: [ | ||
"Congying Xu", "Valerio Terragni", "Hengcheng Zhu", "Jiarong Wu", "Shing-Chi Cheung" | ||
], | ||
venue: "IEEE/ACM International Conference on Automated Software Engineering", | ||
venueShort: "ASE", | ||
projectUrl: "https://mr-adopt.github.io/", | ||
paperUrl: "https://arxiv.org/abs/2408.15815", | ||
} | ||
|
||
] |