From 33912d95dd4e0e059ebc7a81785981e9500ee5fd Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Thu, 3 Sep 2026 08:25:41 -0700 Subject: [PATCH] fix: replace placeholder publication with Additive Depth Maps (VIVA Lab) --- lib/translations.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/translations.json b/lib/translations.json index a6cf9b9..31acd59 100644 --- a/lib/translations.json +++ b/lib/translations.json @@ -24,9 +24,9 @@ "degree": "Master's degree, Computer Science", "period": "Sep 2019 – Nov 2021", "publication": { - "title": "Automated Repair of Layout Cross Browser Issues Using Search-Based Techniques", - "venue": "ISSTA 2021", - "url": "https://dl.acm.org/doi/10.1145/3460319.3464816" + "title": "Additive Depth Maps for Real-Time Rendering", + "venue": "VIVA Lab, University of Ottawa", + "url": "https://www.site.uottawa.ca/school/research/viva/projects/additive-depth-maps/index.html" } } }, @@ -291,9 +291,9 @@ "degree": "计算机科学硕士", "period": "2019年9月 – 2021年11月", "publication": { - "title": "Automated Repair of Layout Cross Browser Issues Using Search-Based Techniques", - "venue": "ISSTA 2021", - "url": "https://dl.acm.org/doi/10.1145/3460319.3464816" + "title": "Additive Depth Maps for Real-Time Rendering", + "venue": "VIVA Lab, University of Ottawa", + "url": "https://www.site.uottawa.ca/school/research/viva/projects/additive-depth-maps/index.html" } } },