Skip to content

Commit

Permalink
udpate congying's publications
Browse files Browse the repository at this point in the history
  • Loading branch information
CongyingXU committed Sep 9, 2024
1 parent 2eadc24 commit 8a23e03
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions collection/Congying_Xu.js
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",
}

]

0 comments on commit 8a23e03

Please sign in to comment.