su-sws / stanford_publication
A Drupal publication content type and views.
Installs: 10 390
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 30
Forks: 1
Open Issues: 0
Type:drupal-custom-module
Requires
- citation-style-language/locales: 1.0.0
- citation-style-language/styles-distribution: 1.0.0
- composer/installers: ^1.2
- drupal/ctools: ^3.4
- drupal/element_class_formatter: ^1.3
- drupal/field_formatter_class: ^1.0
- drupal/field_group: ^3.0
- drupal/inline_entity_form: ^1.0
- drupal/name: ^1.0
- drupal/node_revision_delete: ^1.0
- drupal/pathauto: ^1.8
- drupal/rabbit_hole: ^1.0
- drupal/taxonomy_menu: dev-3.x
- drupal/ui_patterns: ^1.2
- drupal/views_infinite_scroll: ^2.0
- drupal/views_taxonomy_term_name_depth: ^7.0
- seboettg/citeproc-php: 2.4.1
- su-sws/drupal-patches: ^8.0
- su-sws/jumpstart_ui: ^8.1
- su-sws/react_paragraphs: ^8.2
README
Version: 8.x-1.x
Maintainers: Mike Decker, sherakama
Changelog: Changelog.txt
Description
This module provides a publication content type and an entity type for citation sources and bibliography formatting. This uses a php library and a form of XML structure known as CSL.
Accessibility
This module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more infor mation on the policy please visit: https://ucomm.stanford.edu/policies/accessibility-policy.html.
Installation
Install this module like any other module. See Drupal Documentation
Configuration
Nothing special needed.
Troubleshooting
If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.
Developer
If you wish to develop on this module you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this module. To install:
npm install
npm run build
Contribution / Collaboration
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests