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

Publication year #174

Open MarcoAJanssen opened 5 years ago

MarcoAJanssen commented 5 years ago

It would be helpful to include the year of publication in publication.csv

cpritcha commented 5 years ago

Publication year (year_published) is now included database exports.

MarcoAJanssen commented 5 years ago

There is a problem since 101 publications have a value 0 for year_published, while all of them have a year of publication. So something went wrong in the script.

cpritcha commented 5 years ago

I fixed it. I was converting nulls to zeros and forget to exclude that column. I also changed how the year extraction method works so that now there is only one publication without year information (previously I tried to parse date information as a partial date but some of the raw data are date ranges instead of single dates).