-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add help for the IACR eprint fetcher
Closes #176
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Creating entries using IACR eprint IDs | ||
helpCategories: ["Fetching entries from the web", "... using publication identifiers"] | ||
since: 4.1 | ||
--- | ||
|
||
# Creating entries using IACR eprint IDs | ||
|
||
The [International Association for Cryptologic Research](https://www.iacr.org/) maintains an eprint archive to which anyone can submit papers and technical reports. | ||
These eprints are given IDs based on the year of submission, e.g. the 10th submission in 2018 gets the ID "2018/10". | ||
|
||
To create a new entry form an IACR eprint ID, choose **BibTeX → New entry...**. | ||
In the lower part, there is the box "ID-based entry generator". | ||
In the field "ID type", "IACR" should be already selected. | ||
The field "ID" is focused. | ||
Enter the eprints' ID here and press <kbd>Enter</kbd> to generate an entry based on the Id. | ||
You can also click on "Generate". | ||
The new entry is opened in an entry editor. | ||
In case an error occurs, a popup is shown. | ||
|
||
To get the ID, you may want to use their web search form at [https://eprint.iacr.org/search.html](https://eprint.iacr.org/search.html). | ||
|