LinkedEarth / pylipd

Development repository for Python LiPD utilities
https://pylipd.readthedocs.io/en/latest/
Apache License 2.0
2 stars 0 forks source link

bib file is empty #61

Closed khider closed 2 months ago

khider commented 2 months ago

To reproduce:

from pylipd.lipd import LiPD
path = '../data/Pages2k/'

D = LiPD()
D.load_from_dir(path)

data_path = ['../data/Crystal.McCabe-Glynn.2013.lpd', '../data/ODP846.Lawrence.2006.lpd', 'https://lipdverse.org/data/iso2k100_CO06MOPE/1_0_2//CO06MOPE.lpd']

D.load(data_path)

bibs, df = D.get_bibtex(remote = True, save = True, path = '../data/mybiblio.bib', verbose = False)

df.head()

Data can be found here

varunratnakar commented 2 months ago

Fixed