Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TCHES #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/ccfAbbrFull.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2019-2024 All Rights Reserved.
* ------------------------------------------------------
* Generated by dataGen.js
* Last updated: 2024-11-09
* Last updated: 2024-11-14
*/

ccf.abbrFull = {
Expand Down Expand Up @@ -192,6 +192,7 @@ ccf.abbrFull = {
CSFW: "IEEE COMPUTER SECURITY FOUNDATIONS WORKSHOP",
SRDS: "IEEE INTERNATIONAL SYMPOSIUM ON RELIABLE DISTRIBUTED SYSTEMS",
CHES: "INTERNATIONAL CONFERENCE ON CRYPTOGRAPHIC HARDWARE AND EMBEDDED SYSTEMS",
TCHES: "IACR TRANSACTIONS ON CRYPTOGRAPHIC HARDWARE AND EMBEDDED SYSTEMS",
DSN: "INTERNATIONAL CONFERENCE ON DEPENDABLE SYSTEMS AND NETWORKS",
RAID: "INTERNATIONAL SYMPOSIUM ON RECENT ADVANCES IN INTRUSION DETECTION",
PKC: "INTERNATIONAL WORKSHOP ON PRACTICE AND THEORY IN PUBLIC KEY CRYPTOGRAPHY",
Expand Down
4 changes: 3 additions & 1 deletion data/ccfFullUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2019-2024 All Rights Reserved.
* ------------------------------------------------------
* Generated by dataGen.js
* Last updated: 2024-11-09
* Last updated: 2024-11-14
*/

ccf.fullUrl = {
Expand Down Expand Up @@ -245,6 +245,8 @@ ccf.fullUrl = {
"/conf/srds/srds",
"INTERNATIONAL CONFERENCE ON CRYPTOGRAPHIC HARDWARE AND EMBEDDED SYSTEMS":
"/conf/ches/ches",
"IACR TRANSACTIONS ON CRYPTOGRAPHIC HARDWARE AND EMBEDDED SYSTEMS":
"/journals/tches/tches",
"INTERNATIONAL CONFERENCE ON DEPENDABLE SYSTEMS AND NETWORKS":
"/conf/dsn/dsn",
"INTERNATIONAL SYMPOSIUM ON RECENT ADVANCES IN INTRUSION DETECTION":
Expand Down
3 changes: 2 additions & 1 deletion data/ccfRankAbbr.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2019-2024 All Rights Reserved.
* ------------------------------------------------------
* Generated by dataGen.js
* Last updated: 2024-11-09
* Last updated: 2024-11-14
*/

ccf.rankAbbrName = {
Expand Down Expand Up @@ -184,6 +184,7 @@ ccf.rankAbbrName = {
"/conf/csfw/csfw": "CSFW",
"/conf/srds/srds": "SRDS",
"/conf/ches/ches": "CHES",
"/journals/tches/tches":"TCHES",
"/conf/dsn/dsn": "DSN",
"/conf/raid/raid": "RAID",
"/conf/pkc/pkc": "PKC",
Expand Down
3 changes: 2 additions & 1 deletion data/ccfRankDb.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2019-2024 All Rights Reserved.
* ------------------------------------------------------
* Generated by dataGen.js
* Last updated: 2024-11-09
* Last updated: 2024-11-14
*/

ccf.rankDb = {
Expand Down Expand Up @@ -182,6 +182,7 @@ ccf.rankDb = {
"/conf/csfw": "/conf/csfw/csfw",
"/conf/srds": "/conf/srds/srds",
"/conf/ches": "/conf/ches/ches",
"/journals/tches": "/journals/tches/tches",
"/conf/dsn": "/conf/dsn/dsn",
"/conf/raid": "/conf/raid/raid",
"/conf/pkc": "/conf/pkc/pkc",
Expand Down
4 changes: 3 additions & 1 deletion data/ccfRankFull.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2019-2024 All Rights Reserved.
* ------------------------------------------------------
* Generated by dataGen.js
* Last updated: 2024-11-09
* Last updated: 2024-11-14
*/

ccf.rankFullName = {
Expand Down Expand Up @@ -249,6 +249,8 @@ ccf.rankFullName = {
"IEEE International Symposium on Reliable Distributed Systems",
"/conf/ches/ches":
"International Conference on Cryptographic Hardware and Embedded Systems",
"/journals/tches/tches":
"IACR Transactions on Cryptographic Hardware and Embedded Systems",
"/conf/dsn/dsn":
"International Conference on Dependable Systems and Networks",
"/conf/raid/raid":
Expand Down
3 changes: 2 additions & 1 deletion data/ccfRankUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2019-2024 All Rights Reserved.
* ------------------------------------------------------
* Generated by dataGen.js
* Last updated: 2024-11-09
* Last updated: 2024-11-14
*/

ccf.rankUrl = {
Expand Down Expand Up @@ -184,6 +184,7 @@ ccf.rankUrl = {
"/conf/csfw/csfw": "B",
"/conf/srds/srds": "B",
"/conf/ches/ches": "B",
"/journals/tches/tches": "B",
"/conf/dsn/dsn": "B",
"/conf/raid/raid": "B",
"/conf/pkc/pkc": "B",
Expand Down
1 change: 1 addition & 0 deletions data/dataGen.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const ccfRankList =
"B CSFW IEEE Computer Security Foundations Workshop /conf/csfw /conf/csfw/csfw\n" +
"B SRDS IEEE International Symposium on Reliable Distributed Systems /conf/srds /conf/srds/srds\n" +
"B CHES International Conference on Cryptographic Hardware and Embedded Systems /conf/ches /conf/ches/ches\n" +
"B TCHES IACR Transactions on Cryptographic Hardware and Embedded Systems /journals/tches /journals/tches/tches\n" +
"B DSN International Conference on Dependable Systems and Networks /conf/dsn /conf/dsn/dsn\n" +
"B RAID International Symposium on Recent Advances in Intrusion Detection /conf/raid /conf/raid/raid\n" +
"B PKC International Workshop on Practice and Theory in Public Key Cryptography /conf/pkc /conf/pkc/pkc\n" +
Expand Down