You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could include a metadata tag in the population files to include a DOI entry, with an added citation() method in population model that prints the DOI for citing specific models.
The text was updated successfully, but these errors were encountered:
update asdf model files in /data/ to include a citation field that is a list of strings.
Add relevant citations DOIs, for all three current models are ["10.3847/1538-4357/ab5fd3", "10.3847/1538-4357/aca09d"], to the current asdf files. Probably should read them in add the field and save them, then commit the new model files
update validate_asdf_population_model to include a checks for this field
update all docs and mention this field
add citation (property) method to PopulationModel which returns this list of DOIs for a given model. Add tests to test this functionality. You will also need to modify PopulationModel init and from_asdf and to_asdf to include citations parameters and save/write them. Update tests accordingly.
We could include a metadata tag in the population files to include a DOI entry, with an added citation() method in population model that prints the DOI for citing specific models.
The text was updated successfully, but these errors were encountered: