Skip to content

Releases: comses/catalog

contact author prototype

22 Aug 04:55
Compare
Choose a tag to compare

Initial draft of a contact author workflow allowing curators to contact authors with publications.

Still needs some additional tuning to track responses and the ability to resend a note (or different notes).

Curators can select a single email that will be checked against the Publication.contact_email field, or select the number of authors to contact to contact the first N authors with the most unarchived models. Authors who have been already contacted do not receive a second email for the time being, though we may want to resend these notifications at some point to remind them.

network and data visualization prototype

25 Apr 23:21
4142850
Compare
Choose a tag to compare
  • add prototype network + data visualiation from @dhruvilpatel's Master's project
  • fix ASU library search
  • other bugfixes and improvements to Docker

improved load times

05 Sep 23:29
Compare
Choose a tag to compare
  • downgrade to django 1.10 for compatibility with django-haystack
  • improve dashboard loading times by caching contributor data in redis

update to Django 1.11

10 Jun 07:47
Compare
Choose a tag to compare

Fixes to citation merging and import and general improvements to citation as a submodule

citation app refactor

30 Jan 06:33
Compare
Choose a tag to compare
  • split citation into a standalone django app, catalog now is mainly responsible for a legacy UI. New UI will be in comses.net wagtail site
  • add author and keyword search
  • improved canonical URLs for publications

fix PublicationSerializer

26 Oct 18:12
Compare
Choose a tag to compare
  • container and authors are now fixed and properly read only
  • bibtex import no longer creates duplicate Containers
  • upgrade to DRF 3.5

load_bibtex patch

30 Sep 00:26
Compare
Choose a tag to compare

fix directory creation in load_bibtex management command to store invalid/duplicate publications

add volume, pages, keywords

29 Sep 21:52
Compare
Choose a tag to compare

add volume, pages, and keywords to Publication bibtex load

schema & data improvements to Publication.status

29 Sep 17:13
Compare
Choose a tag to compare
  • numerous schema changes & improvements to Publication.Status and internal bookkeeping
  • set flagged as a separate boolean that doesn't change status
  • refactored bibtex data import management command

Dockerized deployment and dedupe support

03 Sep 00:55
Compare
Choose a tag to compare
  • dockerized deployment for dev and prod settings
  • @cpritcha moved core app into citation app and added a slew of dedupe / bibliographic processing code and an improved data model design to deal with incoming publications, merging publications & authors (still work-in-progress)
  • bug fixes and UI improvements