openbases.main.papers package

Module contents

class openbases.main.papers.Author(name, orcid, affiliation)[source]

Bases: object

an Author holds a name, orcid id, and affiliation

class openbases.main.papers.Journal[source]

Bases: object

joss = 'joss'
rse = 'rse'
class openbases.main.papers.Paper(filename, quiet=False)[source]

Bases: object

get(key, quiet=True, sep=', ', field=None)[source]

return a key from the yaml, default is silent (no print) if doesn’t exist. If the yaml item is a list with different subfields, then field must also be defined.