Skip to content

Commit 122737d

Browse files
taxor03jhnaldo
authored andcommitted
add ase src paper
1 parent ece93e3 commit 122737d

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

_data/publications.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
2025:
2-
32
- title: Verification and Classification of Exploits for Node.js Vulnerabilities
4-
doi: accepted # TODO
3+
doi: accepted # TODO
54
authors:
65
- Sungmin Park
76
award: ACM Student Research Competition 2nd
87
target:
98
name: ASE 2025 SRC
109
detail: IEEE/ACM International Conference on Automated Software Engineering - Student Research Competition
1110
url: https://conf.researchr.org/home/ase-2025
12-
# pdf: TODO
11+
pdf: /assets/data/publication/ase-src25.pdf
1312
materials:
1413
slides: /assets/data/slides/2025/ase25-src-slides.pdf
1514
poster: /assets/data/poster/2025/ase25-src-poster.pdf
@@ -53,7 +52,6 @@
5352
debugger: https://es-meta.github.io/playground
5453

5554
2024:
56-
5755
- title: "PL4XGL: A Programming Language Approach to Explainable Graph Learning"
5856
doi: 10.1145/3656464
5957
authors:
@@ -90,7 +88,6 @@
9088
news: https://www.aitimes.kr/news/articleView.html?idxno=31089
9189

9290
2023:
93-
9491
- title: Feature-Sensitive Coverage for Conformance Testing of Programming Language Implementations
9592
doi: 10.1145/3591240
9693
authors:
@@ -110,15 +107,15 @@
110107
repo: https://github.com/jestfs/jestfs/
111108

112109
2022:
113-
114110
- title: Automatically Deriving JavaScript Static Analyzers from Specifications using Meta-Level Static Analysis
115111
doi: 10.1145/3540250.3549097
116112
authors:
117113
- Jihyeok Park
118114
- Seungmin An
119115
- Sukyoung Ryu
120116
target:
121-
detail: ACM Joint European Software Engineering Conference and Symposium on
117+
detail:
118+
ACM Joint European Software Engineering Conference and Symposium on
122119
the Foundations of Software Engineering
123120
name: ESEC/FSE 2022
124121
url: https://2022.esec-fse.org/
@@ -146,7 +143,6 @@
146143
slides-3: /assets/data/slides/2022/pldi22-tutorial-3.pdf
147144

148145
2021:
149-
150146
- title: A Survey of Parametric Static Analysis
151147
doi: 10.1145/3464457
152148
authors:
@@ -189,7 +185,8 @@
189185
co-first: 2
190186
target:
191187
name: ESEC/FSE 2021
192-
detail: ACM Joint European Software Engineering Conference and Symposium on
188+
detail:
189+
ACM Joint European Software Engineering Conference and Symposium on
193190
the Foundations of Software Engineering
194191
url: https://2021.esec-fse.org/
195192
pdf: /assets/data/publication/fse21-park-ds.pdf
@@ -228,7 +225,6 @@
228225
repo: https://github.com/kaist-plrg/jest
229226

230227
2020:
231-
232228
- title: "JISET: JavaScript IR-based Semantics Extraction Toolchain"
233229
doi: 10.1145/3324884.3416632
234230
authors:
@@ -247,7 +243,6 @@
247243
repo: https://github.com/kaist-plrg/jiset
248244

249245
2019:
250-
251246
- title: Toward Analysis and Bug Finding of JavaScript Web Applications in the Wild
252247
doi: 10.1109/MS.2018.110113408
253248
authors:
@@ -263,7 +258,6 @@
263258
slides: /assets/data/slides/2019/ieeesw19-slides.pdf
264259

265260
2018:
266-
267261
- title: Path Dependent Types with Path-Equality
268262
doi: 10.1145/3241653.3241657
269263
authors:
@@ -296,7 +290,6 @@
296290
slides: /assets/data/slides/2018/proweb18-slides.pdf
297291

298292
2017:
299-
300293
- title: Toward Building Memory-safe Network Functions with Modest Performance Overhead
301294
authors:
302295
- Keunhong Lee
@@ -349,7 +342,6 @@
349342
repo: https://github.com/sukyoung/safe
350343

351344
2014:
352-
353345
- title: JavaScript API Misuse Detection by Using TypeScript
354346
doi: 10.1145/2584469.2584472
355347
authors:
113 KB
Binary file not shown.
-374 KB
Binary file not shown.

members/sungmin.park.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Currently I am interested in programming languages and static analysis.
1616
- 2022.03 ~ Present - B.S. of Computer Science and Engineering, Korea University
1717

1818
## Contact Information
19-
{% assign author=site.data.authors["Sungmin park"] %}
19+
{% assign author=site.data.authors["Sungmin Park"] %}
2020
<div>{% include author-links.html author=author %}</div>
2121

0 commit comments

Comments
 (0)