Skip to content

Commit 2d64e26

Browse files
committed
Added conference track for SIGGRAPH.
1 parent 3c5d256 commit 2d64e26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

filter.xq

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
//article[journal="ACM Trans. Graph."],
152152
//article[journal="ACM Trans. Embed. Comput. Syst."],
153153
//inproceedings[booktitle="SIGGRAPH"],
154+
//inproceedings[booktitle="SIGGRAPH (Conference Paper Track)"],
154155
//article[journal="Comput. Graph. Forum"],
155156
//inproceedings[booktitle="ASE"],
156157
//inproceedings[booktitle="ICSE"],

util/csrankings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def test_pagecount() -> int:
261261
Area("kdd"): [Conference("KDD")],
262262
Area("aaai"): [Conference("AAAI"), Conference("AAAI/IAAI")],
263263
Area("ijcai"): [Conference("IJCAI")],
264-
Area("siggraph"): [Conference("ACM Trans. Graph."), Conference("SIGGRAPH")],
264+
Area("siggraph"): [Conference("ACM Trans. Graph."), Conference("SIGGRAPH"), Conference("SIGGRAPH (Conference Paper Track)")],
265265
Area("siggraph-asia"): [
266266
Conference("ACM Trans. Graph."),
267267
Conference("SIGGRAPH Asia"),

0 commit comments

Comments
 (0)