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

bibtool: added year to citekey #406

Merged
merged 2 commits into from
Sep 13, 2022
Merged

Conversation

marcfehling
Copy link
Member

Part of #389. This should fix part 2 of #405.

I've changed the citekey that in starts with the year.

The nice thing about this approach is that the publications are now also sorted by year first, which lets us easily identify articles that are in the wrong file. I moved some articles around in the second commit and found a few duplicates.

Comment on lines +573 to +574
year = 2015,
month = nov,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The conference happened in Nov 15, but the article was first published online Mar 2016.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a general rule, please do one thing at a time. It's impossible to look through thousands of lines of changes that are automatically generated if you're also making semantic changes. If you need to make a change like this, do it in a separate patch.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's in the second commit. I can easily turn it into a separate PR if you like.

Comment on lines 23 to 24
year = 2017,
month = aug,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here and for the following: The journals have been published in 2018, but they have been online already in 2017.

@bangerth bangerth merged commit cbe641b into dealii:master Sep 13, 2022
@marcfehling marcfehling deleted the bibtool-citekey branch September 13, 2022 03:45
@marcfehling marcfehling mentioned this pull request Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants