You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a copy of an issue from the original (euisuny) repo. The issue cannot be transferred because they are owned by two different users.
Professors collaborate on some papers, so their .bib files have duplicated entries, which should be merged. For example, since 2016:
* Synthesizing Symmetric Lenses
* From C to Interaction Trees: Specifying, Verifying, and Testing a Networked Server
* Synthesizing Quotient Lenses
* Synthesizing Bijective Lenses
I am suspicious that this is why there are lines like
here in the Makefile. The bib2bib documentation says -c is to "specify a condition for selecting the entries," so evidently this filters POPLmark out of Benjamin's papers.
So it is a matter of coming up with a proper condition for selecting more recent papers.
The text was updated successfully, but these errors were encountered:
I wonder if we could actually implement the bibliography generation step in Haskell? This would eliminate the bib2bib dependency, and provide more flexibility for filtering/transforming bibliography.
This is a copy of an issue from the original (euisuny) repo. The issue cannot be transferred because they are owned by two different users.
The text was updated successfully, but these errors were encountered: