Skip to content

Commit

Permalink
Fix IEEE S&P to cover alternate booktitles in some years (emeryberger…
Browse files Browse the repository at this point in the history
…#6806)

* Fix IEEE S&P to cover alternate booktitles in some years

In some years (e.g., 2002, 2006, 2007) IEEE used "S&P" as booktitle for the Oakland proceedings. This seems to be a recent regression.

* Added additional IEEE S&P name

Added additional name for IEEE Symposium on Security and Privacy based on Emery's feedback on the PR
  • Loading branch information
gannimo authored Jan 18, 2024
1 parent af3fa22 commit c9f5bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions filter.xq
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
//article[journal="IEEE Trans. Vis. Comput. Graph."],
//article[journal="IEEE Trans. Comput. Aided Des. Integr. Circuits Syst."],
//inproceedings[booktitle="IEEE Symposium on Security and Privacy"],
//inproceedings[booktitle="S&P"],
//inproceedings[booktitle="SP"],
//inproceedings[booktitle="ACM Conference on Computer and Communications Security"],
//inproceedings[booktitle="CCS"],
Expand Down
1 change: 1 addition & 0 deletions util/csrankings.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def test_pagecount() -> int:
Area("oakland"): [
Conference("IEEE Symposium on Security and Privacy"),
Conference("SP"),
Conference("S&P"),
],
Area("usenixsec"): [
Conference("USENIX Security Symposium"),
Expand Down

0 comments on commit c9f5bee

Please sign in to comment.