comses / catalog

Web tools to annotate publications related to computational modeling
http://catalog.comses.net
GNU General Public License v3.0
3 stars 3 forks source link

automatically create "Source Code" model documentation linkages when code archive url is present #106

Closed MarcoAJanssen closed 5 years ago

MarcoAJanssen commented 7 years ago

It is not needed to have both a URL entry and "software" in model documentation. Perhaps only URL is sufficient and infer we have software in the model documentation.

alee commented 5 years ago

Agreed, source code as an entry in the Model Documentation set is definitely implied if the code archive URL is present (and reachable).

@cpritcha we should add some logic to automatically add a relation between Publication and ModelDocumentation.SOURCE_CODE if the code archive URL is valid. Either as a periodic cron task or a signal to run on Publication.save etc.

cpritcha commented 5 years ago

Since we have code archive urls now we should remove "Source code" as a documentation category.

cpritcha commented 5 years ago

I've removed Source code as a documentation category