Newer
Older
Master_thesis / thesis / countpublications.csh
@Sascha Liechti Sascha Liechti on 30 Sep 2019 330 bytes Minor updates
#!/bin/csh

set withID = `grep "article{LHCb-PAPER-20" LHCb-PAPER.bib | wc -l`
set arxiv = `grep "arXiv" LHCb-PAPER.bib | wc -l`
set pub = `grep "journal" LHCb-PAPER.bib | wc -l`
set note = `grep "note" LHCb-PAPER.bib | wc -l`

echo There are $withID papers with a number, $arxiv on arxiv and $pub published "("$note not yet")"