-
Notifications
You must be signed in to change notification settings - Fork 30
Dive into Questioning Authority
This tutorial is known to work with rails 4.x and ruby 2.x.
Please update this wiki to reflect any other versions that have been tested.
This tutorial assumes that you have some basic familiarity with Ruby and Rails. If you are new to Rails, we recommend going through the RailsBridge Tutorial first.
A fun way to learn about the basic Rails syntax and patterns is the Rails for Zombies tutorial.
The tutorial also mentions using Ruby Version Manager, a.k.a RVM. Before starting this tutorial, visit the RVM website to learn about how that tool is used. RVM is not required in order to do the tutorial, but you will probably find it useful.
Your system should have the following installed before beginning the walkthrough
- Add Questioning Authority to a new rails application
- Use Questioning Authority to look up a specific term
- Use Questioning Authority as an auto-complete suggestion list
- Get more information on a Questioning Authority term response
- Lesson: Generate a Rails Application with Questioning Authority
- Lesson: Start the Application & Search for a Term
- Lesson: Build an Autocomplete View
- Lesson: Get More Information on a Term Response
TODO
Using Questioning Authority
- Connecting to Discogs
- Connecting to GeoNames
- Connecting to Getty
- Connecting to Library of Congress (LOC)
- Connecting to Medical Subject Headings (MeSH)
- Connecting to OCLC FAST
Custom Controlled Vocabularies
Linked Data Access to Authorities
- Connecting to Linked Data authorities
- Using the Linked Data module to access authorities
- Configuring access to a Linked Data authority
- Language processing in Linked Data authorities
Contributing to Questioning Authority
- Contributing a new external authority
- Template for authority documentation
- Understanding Existing Authorities