Skip to content

Commit

Permalink
add conferences
Browse files Browse the repository at this point in the history
  • Loading branch information
swkim101 committed Aug 13, 2024
1 parent fa94d87 commit 73374ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_crawler/venues/2024/dblp.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const names = [
["neurips", (year) => `${prefix}/conf/nips/neurips${year}.html`],
["ubicomp", (year) => `${prefix}/conf/huc/ubicomp${year}.html`],
["acl", (year) => `${prefix}/conf/acl/acl${year}-1.html`],
["vldb", (year) => `${prefix}/journals/pvldb/pvldb${year-2006}.html`]
["pacmpl", (year) => `${prefix}/journals/pacmpl/pacmpl${year-2016}.html`]
["vldb", (year) => `${prefix}/journals/pvldb/pvldb${year-2006}.html`],
["pacmpl", (year) => `${prefix}/journals/pacmpl/pacmpl${year-2016}.html`],
]

const venues = names.map(([name, fn]) => ({
Expand Down

0 comments on commit 73374ad

Please sign in to comment.