Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrates blacklight-citeproc gem into application. #514

Closed
wants to merge 6 commits into from

Conversation

bwatson78
Copy link
Contributor

  1. Gemfile*: adds and incorporates needed gem and it's dependencies.
  2. citation_controller.rb: overrides and refactors gem's original controller because
    error was occuring when attempting to print multiple bookmarks' citations.
  3. catalog_controller.rb: institutes the configuration for the citation gem into the catalog controller.
  4. solr_document.rb: allows the extension of Bibtex into a solr_document.
  5. print_multiple.html.erb: creates a unique view for printing multiple citations, so that
    space may be incorporated in between each document's citation.
  6. print_single.html.erb: overrides the gem's default in order to display the citations with appropriate styling.
  7. routes.rb: removes the gem's routes and, instead, points to the refactored/retooled controller listed above.

… citations.

1. Gemfile*: adds and incorporates needed gem and it's dependencies.
2. citation_controller.rb: overrides and refactors gem's original controller because
   error was occuring when attempting to print multiple bookmarks' citations.
3. catalog_controller.rb: institutes the configuration for the citation gem into the catalog controller.
4. solr_document.rb: allows the extension of Bibtex into a solr_document.
5. print_multiple.html.erb: creates a unique view for printing multiple citations, so that
   space may be incorporated in between each document's citation.
6. print_single.html.erb: overrides the gem's default in order to display the citations with appropriate styling.
7. routes.rb: removes the gem's routes and, instead, points to the refactored/retooled controller listed above.
@bwatson78
Copy link
Contributor Author

bwatson78 commented Apr 20, 2020

Screen Shot 2020-04-20 at 3 44 39 PM

@bwatson78
Copy link
Contributor Author

Screen Shot 2020-04-20 at 3 44 23 PM

@bwatson78 bwatson78 mentioned this pull request Apr 21, 2020
3 tasks
@bwatson78 bwatson78 changed the title Integrates blacklight-citeproc gem into application. [WORK IN PROGRESS] Integrates blacklight-citeproc gem into application. Apr 21, 2020
@maxkadel maxkadel self-requested a review April 22, 2020 13:14
@bwatson78 bwatson78 closed this Apr 28, 2020
@bwatson78 bwatson78 deleted the implement_citation_gem_490 branch April 28, 2020 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants