This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name,group,round | |
DataPLANT,2,1 | |
GHGA,1,1 | |
KonsortSWD,3,1 | |
NFDI4BioDiversity,2,1 | |
NFDI4Cat,5,1 | |
NFDI4Chem,5,1 | |
NFDI4Culture,3,1 | |
NFDI4Health,1,1 | |
NFDI4Ing,4,1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from,to | |
DataPLANT,NFDI4BioDiversity | |
DataPLANT,NFDI4Chem | |
GHGA,NFDI4Health | |
KonsortSWD,BERD@NFDI | |
KonsortSWD,NFDI4BioDiversity | |
KonsortSWD,NFDI4Earth | |
KonsortSWD,NFDI4Health | |
KonsortSWD,Text+ | |
NFDI4BioDiversity,NFDI4Earth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name,group | |
BERD@NFDI,3 | |
DAPHNE4NFDI,5 | |
DataPLANT,2 | |
FAIRmat,5 | |
GHGA,1 | |
KonsortSWD,3 | |
MaRDI,4 | |
NFDI-MatWerk,4 | |
NFDI-Neuro,1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from,to | |
BERD@NFDI,KonsortSWD | |
BERD@NFDI,MaRDI | |
BERD@NFDI,NFDI4Memory | |
BERD@NFDI,Text+ | |
DAPHNE4NFDI,FAIRmat | |
DAPHNE4NFDI,NFDI-MatWerk | |
DAPHNE4NFDI,NFDI4Cat | |
DAPHNE4NFDI,NFDI4Chem | |
DAPHNE4NFDI,NFDI4Health |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://www.ctan.org/xml/2.0/author/knuth\?ref\=true | grep "<package key=" | perl -0777 -pe 's/<package key="(.+?)" \/>/$1/g' | sort |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% \iffalse | |
%<*batchfile> | |
\begingroup % starte eine Gruppe | |
\input docstrip.tex | |
\keepsilent | |
\askforoverwritefalse | |
\nopreamble | |
\nopostamble | |
\generate{\file{MeinMWE.tex}{\from{\jobname.dtx}{code}}} | |
\endgroup % beende die Gruppe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% \iffalse | |
%<*batchfile> | |
\begingroup % startet eine Gruppe | |
\input docstrip.tex | |
\keepsilent % kein detailliertes Feedback | |
\askforoverwritefalse % überschreibe alte Version | |
\generate{\file{MeinPaket.sty}{\from{\jobname.dtx}{sty}}} | |
\endgroup % beendet die Gruppe | |
%</batchfile> | |
%<*driver> |