Skip to content

mastersthesis / phdthesis vs thesis #131

@michalc

Description

@michalc

I see in the code "mastersthesis" and "phdthesis" types are used:

when 'phdthesis'
type_and_school_from_model(model, 'Doctoral dissertation')
when 'mastersthesis'
type_and_school_from_model(model, "Master's thesis")

But in 1.2.0 spec it looks like the only type is "thesis" and no "mastersthesis" or "phdthesis", and similarly in the 1.3.0 spec.

I also see that in one of the tests in this repo uses mastersthesis, even though it doesn't seem to adhere to the spec.

And from some of my own brief tests, I couldn't get a CITATION.cff file to validate with cffconvert if it used the type "mastersthesis".

Should the types of "mastersthesis" and "phdthesis" be replaced by a single thesis, to bring this in line with the spec?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions