cryptobib / db

CryptoBib Database for Developers
40 stars 66 forks source link

Add CRYPTO24 #256

Closed thomwiggers closed 1 week ago

thomwiggers commented 3 weeks ago

Initial PR contains just volumes {1,2,3,8,9,10}; it also appears that Cryptobib does not deal with crypto24-10 well (it breaks in gen.py).

thomwiggers commented 3 weeks ago

Why the weird subset of volumes, you might ask? Well, the rest hasn't been added to DBLP yet https://dblp.org/db/conf/crypto/index.html

fabrice102 commented 3 weeks ago

Hi @thomwiggers , thanks for the import!

I believe the issue with gen.py is that crypto_conf_list.bib also needs to be updated: it only has C2024-1/2/3/4.

That is, we need to add:

@Proceedings{C24-10,
  key =          crypto24key10,
  editor =       crypto24ed,
  title =        crypto24name10,
  booktitle =    crypto24name10,
  volume =       crypto24vol10,
  month =        crypto24month,
  address =      cryptoaddr,
  publisher =    crypto24pub,
  series =       mylncs,
  year =         2024,
}

and same for C24-8 and C24-9.

I've just added a section Troubleshooting to the main README: https://github.com/cryptobib/cryptobib?tab=readme-ov-file#troubleshooting

thomwiggers commented 3 weeks ago

Ah right, I simply forgot about that file (and had thought it auto-generated).

michelabdalla commented 1 week ago

@thomwiggers FYI, already added these entries to cryptobib