https://github.com/su-sws/stanford_publication
Publication content type, vocabulary, and Views
https://github.com/su-sws/stanford_publication
d7 module
Last synced: 11 months ago
JSON representation
Publication content type, vocabulary, and Views
- Host: GitHub
- URL: https://github.com/su-sws/stanford_publication
- Owner: SU-SWS
- License: gpl-2.0
- Created: 2013-05-15T00:00:43.000Z (about 13 years ago)
- Default Branch: 8.x
- Last Pushed: 2022-07-08T20:25:50.000Z (about 4 years ago)
- Last Synced: 2025-07-03T14:09:36.041Z (about 1 year ago)
- Topics: d7, module
- Language: PHP
- Size: 539 KB
- Stars: 0
- Watchers: 30
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Stanford Publication](https://github.com/SU-SWS/stanford_publication)
##### Version: 8.x-1.x
[](https://codeclimate.com/github/SU-SWS/stanford_publication/maintainability)
[](https://codeclimate.com/github/SU-SWS/stanford_publication/test_coverage)
[](https://circleci.com/gh/SU-SWS/stanford_publication)
Maintainers: [Mike Decker](https://github.com/pookmish), [sherakama](https://github.com/sherakama)
Changelog: [Changelog.txt](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](https://citationstyles.org/).
Accessibility
---
[](https://www.w3.org/TR/WCAG20/)
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](https://ucomm.stanford.edu/policies/accessibility-policy.html).
Installation
---
Install this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-8)
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](https://help.github.com/articles/using-pull-requests)