grambank / grambank-analysed

3 stars 0 forks source link

BibTeX-making program #87

Closed johenglisch closed 1 year ago

johenglisch commented 1 year ago

Here's the bibtex generator (cf. #85). Some information is still missing in the entry:

https://github.com/grambank/grambank-analysed/blob/61f78b04e61d59e140489aeaceeb624a103a3fc7/R_grambank/wrangle_authors/make_bibtex.py#L95-L104

HedvigS commented 1 year ago

Okay. I'm not sure what the next step is here.

johenglisch commented 1 year ago

All that's left is to edit the make_bibtex.py file, so those ??? are replaced with the actual information for the citation.

HedvigS commented 1 year ago

Got it, i thought I had sent that to you before but I must have missed it. It's:

 print(BIBTEX_TEMPLATE.format( 
     bibtype='article', 
     bibkey='Grambank2023', 
     author=authors, 
     year='in press, 
     title='Grambank reveals the importance of genealogical constraints on linguistic diversity and highlights the impact of language loss', 
     journal='Science Advances'
 )) 
HedvigS commented 1 year ago

we haven't got the other obligatory fields for the article entry type yet.

johenglisch commented 1 year ago

Thanks.

we haven't got the other obligatory fields for the article entry type yet.

Oh well, it's not the first time I typed the words chicken or the egg problem today. ¯\(ツ)\