Skip to content

Commit 6832614

Browse files
committed
update papers
1 parent 11950eb commit 6832614

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ <h3 class="mb-0">Postdocs and PhD students</h3>
108108
<div class="resume-section-content">
109109
<h2 class="mb-5">Recent Publications</h2>
110110
<!-- PUBS -->
111-
<h3 class="mb-0">2025</h3><ul><li>Matteo Ceccarello, Anton Dignös, Johann Gamper, Christina Khnaisser <emph><a href="https://doi.org/10.1007/s10619-024-07452-6">Indexing temporal relations for range-duration queries.</a></emph> Distributed Parallel Databases</li></ul>
111+
<h3 class="mb-0">2025</h3><ul><li>Alessio Mazzetto, Matteo Ceccarello, Andrea Pietracaprina, Geppino Pucci, Eli Upfal <emph><a href="https://proceedings.mlr.press/v272/mazzetto25a.html">Center-Based Approximation of a Drifting Distribution.</a></emph> ALT</li>
112+
<li>Matteo Ceccarello, Anton Dignös, Johann Gamper, Christina Khnaisser <emph><a href="https://doi.org/10.1007/s10619-024-07452-6">Indexing temporal relations for range-duration queries.</a></emph> Distributed Parallel Databases</li></ul>
112113
<h3 class="mb-0">2024</h3><ul><li>Adam Charane, Matteo Ceccarello, Johann Gamper <emph><a href="https://doi.org/10.1007/978-3-031-68323-7_19">Comparison of Measures for Characterizing the Difficulty of Time Series Classification.</a></emph> DaWaK</li>
113114
<li>Adam Charane, Matteo Ceccarello, Johann Gamper <emph><a href="https://ceur-ws.org/Vol-3653/paper4.pdf">Shapelets Evaluation using Silhouettes for Time Series Classification.</a></emph> DOLAP</li>
114115
<li>Aristides Gionis, Lutz Oettershagen, Ilie Sarpe <emph><a href="https://doi.org/10.1145/3589335.3641245">Mining Temporal Networks.</a></emph> WWW</li>

update-papers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
]
2323

2424
def get_author(author, from_year, to_year):
25+
print(f"Updating {author}")
2526
url = f'https://dblp.org/search/publ/api?q=author:{author}:&format=json'
2627
url = f'https://dblp.uni-trier.de/search/publ/api?q=author:{author}:&format=json'
2728
req = urllib.request.urlopen(url)

0 commit comments

Comments
 (0)