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

Some housekeeping for 2019 - 2022. #382

Merged
merged 2 commits into from
Sep 1, 2022
Merged

Conversation

marcfehling
Copy link
Member

  • Fix month entries (see Q13 of bibtex FAQ)
  • Fix doi entries (no urls)
  • Remove url if information redundant to doi field
  • Update preprints if published in the meantime. Let url still point to arxiv preprint.

There are tons of additional arxiv preprints for previous years through which we need to go. Part of #289.

Copy link
Member

@bangerth bangerth left a comment

Choose a reason for hiding this comment

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

This wasn't the most exciting patch to sift through :-) But I did, all the way to the bottom, and there are two notes I have:

  • I marked up a number of places where you provide a URL for an article where the article has appeared in a journal but the URL points to arXiv. This isn't right. The preprint on arXiv is not guaranteed to be identical to the one posted on the journal's web site, and only the latter is normative. In those places, please remove the URL. The DOI is enough to click through to the article, there is no need for a separate URL -- but in particular, if we provide one, it needs to go to the article, and not a preprint.
  • I'm of mixed opinion about the removal of arXiv preprint links if a similar article exists. They are often, but not always identical. For example, I have one paper that did not get accepted as originally written, so we put it onto arXiv. Later, we shrunk the article by half and got it published elsewhere. In cases such as this, it might make sense to keep both on the list. Of course, it is not practically possible (=it is not a useful use of anyone's time) to sort out when an arXiv preprint is or isn't identical to a paper. As a consequence, I don't know what to do -- but I might suggest that it isn't the best use of your time to go through all of the arXiv preprints and find out whether there is a corresponding journal article elsewhere in our list.

publications-2020.bib Outdated Show resolved Hide resolved
publications-2020.bib Outdated Show resolved Hide resolved
publications-2020.bib Outdated Show resolved Hide resolved
publications-2020.bib Outdated Show resolved Hide resolved
publications-2021.bib Outdated Show resolved Hide resolved
publications-2021.bib Outdated Show resolved Hide resolved
publications-2021.bib Outdated Show resolved Hide resolved
publications-2021.bib Outdated Show resolved Hide resolved
publications-2021.bib Outdated Show resolved Hide resolved
publications-2022.bib Outdated Show resolved Hide resolved
@marcfehling
Copy link
Member Author

marcfehling commented Sep 1, 2022

I marked up a number of places where you provide a URL for an article where the article has appeared in a journal but the URL points to arXiv. This isn't right. The preprint on arXiv is not guaranteed to be identical to the one posted on the journal's web site, and only the latter is normative. In those places, please remove the URL. The DOI is enough to click through to the article, there is no need for a separate URL -- but in particular, if we provide one, it needs to go to the article, and not a preprint.

I removed the URLs to the preprints if the bibtex entry refers to the published manuscript. We had multiple URLs pointing to preprints before this patch, so I thought this was common practice in the publication list. I removed those entries as well to have a coherent list.

I'm of mixed opinion about the removal of arXiv preprint links if a similar article exists. They are often, but not always identical. For example, I have one paper that did not get accepted as originally written, so we put it onto arXiv. Later, we shrunk the article by half and got it published elsewhere. In cases such as this, it might make sense to keep both on the list. Of course, it is not practically possible (=it is not a useful use of anyone's time) to sort out when an arXiv preprint is or isn't identical to a paper. As a consequence, I don't know what to do -- but I might suggest that it isn't the best use of your time to go through all of the arXiv preprints and find out whether there is a corresponding journal article elsewhere in our list.

I see your point. The case you describe seems to me to be rather the exception. In this patch, I changed arxiv preprints to published manuscripts if I could verify that the authors and the title were similar -- I did not check the contents of these articles in detail.

I like to think of preprints as early-stage research that has been advanced through peer review. Thus personally I consider preprints as duplicate entries, which should be left out if a published manuscript is available, or which should only appear alongside it. Because of this and for cases like the one you described, I liked the idea to connect the published article to the preprints (as we already did for some entries).

What do you think of adding a separate field that contains links to preprints? Since we are using biber it shouldn't be too difficult to add such a field with DeclareDatamodelFields. And we can adjust the jabref templates to display hyperlinks for these new fields as preprint or url to preprint.

As a side note: I closed #344 as one of the authors @elauksap confirmed in #380 (comment) that both preprints indeed became the published article.

@bangerth bangerth merged commit 186417f into dealii:master Sep 1, 2022
@bangerth
Copy link
Member

bangerth commented Sep 1, 2022 via email

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