-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add RFC Standard Fetcher #3971
Comments
I'd like to try my hand at this, but i'm confused on where to start. Are there any specific classes or documentation that I should look at? |
Hi, For some general information I suggest taking a look at the contribution guidelines, there a also some code howtos and overview of our code structure linked: For any further questions, just ask here or on our gitter chat |
@Siedlerchr to be honest, the issue description reads a bit cryptic. Do you propose to add an id-based fetcher for those "RFC numbers"? |
Yes, an RFC id based fetcher. I enter the rfc number or Rfc 123 and I get the bibtex entry |
@Quunii I am interested in helping as well. This would be my first contribution to open source... I started to parse through the problem, and I've already made a solution... I assume this is bad open source etiquette since I didn't mention my interest in the first place? :/ Maybe we can work together to finish it? My solution adds a new entry type to the id-based entry generator list, per @Siedlerchr's clarified request. I added a new RFC fetcher class, a test class, and added the RFC fetcher to the list of ID-Based Entry Generators so that it appears in the dropdown. The entry can accept an ID with or without the "rfc" prefix. Should I just submit the pull request? |
@jacksonrya go ahead, and don't worry about it. |
While all RFCs have a DOI, the doi import does not correspond to the real bibtex data.
Implementation is totally easy: Just add the rfc number in the url:
The IETF datatracker tool has a direct export for bibtex:
https://datatracker.ietf.org/doc/rfc1945/
https://datatracker.ietf.org/doc/rfc1945/bibtex/
The text was updated successfully, but these errors were encountered: