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

invalid URLs #107

Closed MarcoAJanssen closed 5 years ago

MarcoAJanssen commented 7 years ago

We need to keep track of URLs that are not functional or behind passwords. So far a note has been created if we came across this. It would be better to have a category "invalid URL" to keep track how frequent URLs do not work anymore.

cpritcha commented 5 years ago

URLStatusLog tracks this.

MarcoAJanssen commented 5 years ago

Please provide more information than a criptic response. I do not think it is resolved.

cpritcha commented 5 years ago

Dhruvil made a periodic validate urls task that goes through each publication and makes a request for each of the publication's urls. URLs responses are saved in the database. A type field tracks whether or not the request was successful (it also includes the url category such as whether or not it is a CoMSES url, a FigShare url etc).