https://github.com/tripal/tripal_file
Manages site-wide files and associates them with content in a Tripal site.
https://github.com/tripal/tripal_file
Last synced: about 1 month ago
JSON representation
Manages site-wide files and associates them with content in a Tripal site.
- Host: GitHub
- URL: https://github.com/tripal/tripal_file
- Owner: tripal
- Created: 2019-11-15T20:10:21.000Z (over 5 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2023-03-27T18:22:06.000Z (about 2 years ago)
- Last Synced: 2025-02-15T04:33:40.512Z (3 months ago)
- Language: PHP
- Size: 985 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Tripal File Extension Module
[](https://tripal-file.readthedocs.io/en/latest/?badge=latest)
[](https://zenodo.org/badge/latestdoi/221995548)The Tripal File module supports association of data files with content in a Chado database and for integration of those associations with content types on a Tripal website.

These associations are meant to support [FAIR data principles]() by integrating with Tripal content web services such that:
- Files are findable and accessible via Tripal's content web services.
- Metadata about files use globally unique controlled vocabularies. These metadata can be assigned as properties of each file.
- License and usage details can be assigned to each file.This module provides two new content types for Tripal sites: File and License.
Development of the Tripal File module was funded by the [National Science Foundation award #1659300](https://nsf.gov/awardsearch/showAward?AWD_ID=1659300) and the [National Research Support Program (NRSP) 10 project](https://www.nrsp10.org/) and the McIntire-Stennis project 1019284.
## Documentation
Please see the [online documentation](https://tripal-file.readthedocs.io/en/latest/) for installation and usage instructions.