hoelzer / dfg

A LaTeX template for a basic DFG (Deutsche Forschungsgemeinschaft, German Research Foundation) grant proposal.
GNU General Public License v3.0
69 stars 44 forks source link

~[Feature Request] Literature sorting improvement~ Literature in v54.01 DFG template #31

Open gituser789 opened 2 years ago

gituser789 commented 2 years ago

Summary Is there a way to include literature sorting with different labels directly into the template? e.g. own literature labeled as [E1], [E2], ... others literature labeld as [1], [2], ...

Describing the Problem There are mainly two different literature sections

The general order is

The result is a unsorted mixture of literature in the text. Lets assume [1]-[10] are own literature, and [11-30] others. In Chapter 1 in the text, there is a mixture of the literature, e.g.

txt [11], ..... [1] .... [12] ... [2,3] .... [13].... [14]....

Possible Solution is there a way to label own literature with additonal sign directly into the template?

txt [1], ..... [E1] .... [2] ... [E2, E3] .... [3].... [4]....
hoelzer commented 2 years ago

Neat, I also agree that's a good feature to have to clearly distinguish between own and other literature in the text. I'll also check the PR.

hoelzer commented 1 year ago

hey @gituser789 -- unfortunately the DFG changed the literature section in the newest v54 template -.-

Now there is only Section 3 left, see the descriptions here

This list should only contain those works that you cited in sections 1 and 2. The font used for the publication list should not be less than Arial 9 point. For both new proposals and renewal proposals, you can refer to your own works and those of others; there is no limit to the total number of publications listed. Works which are not in the public domain are not considered publications and cannot be cited. An exception is made for papers that have already been accepted for publication, in which case the manuscript and the editor’s confirmation of acceptance must be enclosed.

A maximum of ten of your own publications that are most relevant to the project can be highlighted in bold or some other way. Even if there are several applicants, the maximum of ten highlighted works may not be exceeded.

For now, to fulfill the request here: https://github.com/hoelzer/dfg/issues/28, I will remove the complicated "own" literature section 1.2 and keep section 3 bc/ this is the new DFG template. Then all literature is listed here. Then, it should be relatively easy to implement a way to make up to 10 selected citations bold. However, another way would be also to use your nice implementation adding a prefix "O" ("Own") or "E" ("Eigene", in the german version). But then we would need smt like the following I guess

This is a nice research text [O1]. And this is based on others work [2,3] but also some own paper [O4] and something else [5].

Project- and subject-related list of publications

[O1] My own first paper. Nature. 2022 [2] Some other paper. Science. 1980 [3] Yet some other paper. NAR. 2001 [O4] Another own paper. Science. 2021 [5] Some other paper. Cell. 1999

What do you think? I will merge a PR w/ the updates for the DFG template v54.01 in the next minutes so this code base can be used as an basis.