Skip to content

jpstroop/storage_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage Finder

A standalone rewrite of the Cornell Data Storage Finder* to Vue.js

* Created by the Cornell University Research Data Management Service Group and Cornell Information Technologies Custom Development Group (2018). Finder Module. Drupal 8. https://github.com/CU-CommunityApps/CD-finder

Demo

Data and Descriptions

The description of features are partly made up, and partly from here, and partly nonsense. The questions in the initial commit were taken from the Cornell app. There's no IP/license statement listed on those, but all credit should go to the Cornell University Research Data Management Service Group

Configuration

See data/categories.json, data/features.json, data/options.json.

Each feature (the checkboxes and tags) is in exactly one category (categories are the questions), and each option (storage service) has many features. The id properties link everything, as though the JSON files were little relational tables. If you poke around for a few minutes you'll be able to figure it out.

data relationships

Update the Demo

See ghpages.sh.

Developing / Building

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published