Skip to content

Commit

Permalink
Changed name from PRISMH to RIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jayclassless committed Sep 25, 2015
1 parent 1538069 commit 1cd02b9
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 39 deletions.
16 changes: 11 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
*********************
PRISMH Change History
*********************
*******************
RIOS Change History
*******************


0.1.0 (2015-xx-xx)
0.2.0 (2015-xx-xx)
==================

* Initial publication for review.
* Changed name of standard to RIOS - Research Instrument Open Standard


0.1.0 (2015-08-24)
==================

* Initial publication of PRIMSH for review.

16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
.. image:: https://readthedocs.org/projects/prismh-specification/badge/?version=latest
:target: https://prismh-specification.readthedocs.org
.. image:: https://readthedocs.org/projects/rios/badge/?version=latest
:target: https://rios.readthedocs.org
:alt: Documentation Status

****************************************************************
PRISMH - Portable Research Instrument Standard for Mental Health
****************************************************************
****************************************
RIOS - Research Instrument Open Standard
****************************************

Overview
========

This repository contains the source materials needed to produce the PRISMH
This repository contains the source materials needed to produce the RIOS
documentation site and specifications.


Contributing
============

Contributions to the PRISMH specifications or this site specifically must be
Contributions to the RIOS specifications or this site specifically must be
made by forking this repository, implementing your desired changes, and then
submitting a Pull Request back to the project.

Expand All @@ -32,7 +32,7 @@ that is included in this repository.

.. _`Python`: https://www.python.org/

Assuming the reccommended toolset is available, the full PRISMH site can be
Assuming the reccommended toolset is available, the full RIOS site can be
generated by executing ``make html`` within the ``/docs/`` directory in this
repository. The output will be placed in ``/docs/build/html``.

8 changes: 4 additions & 4 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/PRISMH.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/RIOS.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/PRISMH.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/RIOS.qhc"

applehelp:
$(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
Expand All @@ -104,8 +104,8 @@ devhelp:
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/PRISMH"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/PRISMH"
@echo "# mkdir -p $$HOME/.local/share/devhelp/RIOS"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/RIOS"
@echo "# devhelp"

epub:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/assessment_specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Assessment Document Specification

Overview
========
A PRISMH Assessment Document is a standard means to represent a set of values
A RIOS Assessment Document is a standard means to represent a set of values
that fulfill the requirements described in a corresponding :doc:`Instrument
Definition </instrument_specification>`.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/calculation_set_specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Calculation Set Definition Specification

Overview
========
A PRISMH Calculation Set Definition is a standard means to represent a set of
A RIOS Calculation Set Definition is a standard means to represent a set of
calculations that can be applied to the data collected in an :doc:`Assessment
Document </assessment_specification>` for a given :doc:`Instrument Definition
</instrument_specification>`.
Expand Down
18 changes: 9 additions & 9 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# PRISMH documentation build configuration file, created by
# RIOS documentation build configuration file, created by
# sphinx-quickstart on Mon Mar 23 11:15:25 2015.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -52,7 +52,7 @@
master_doc = 'index'

# General information about the project.
project = u'PRISMH'
project = u'RIOS'
copyright = u'2015, Prometheus Research, LLC'
author = u'Prometheus Research, LLC'

Expand All @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = '0.2.0'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -206,7 +206,7 @@
#html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'PRISMHdoc'
htmlhelp_basename = 'RIOSdoc'

# -- Options for LaTeX output ---------------------------------------------

Expand All @@ -228,7 +228,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'PRISMH.tex', u'PRISMH Documentation',
(master_doc, 'RIOS.tex', u'RIOS Documentation',
u'Prometheus Research, LLC', 'manual'),
]

Expand Down Expand Up @@ -258,7 +258,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'prismh', u'PRISMH Documentation',
(master_doc, 'rios', u'RIOS Documentation',
[author], 1)
]

Expand All @@ -272,8 +272,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'PRISMH', u'PRISMH Documentation',
author, 'PRISMH', 'One line description of project.',
(master_doc, 'RIOS', u'RIOS Documentation',
author, 'RIOS', 'Research Instrument Open Standard',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/alltypes-form.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

"defaultLocalization": "en",
"title": {
"en": "All PRISMH Data Types"
"en": "All RIOS Data Types"
},

"pages": [
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/alltypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Overview
========

The following examples illustrate an Instrument that contains fields of every
data type supported by the PRISMH specification. It is accompanied by a Web
data type supported by the RIOS specification. It is accompanied by a Web
Form that is broken up into several pages and uses all available element types.


Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
****************************************************************
PRISMH - Portable Research Instrument Standard for Mental Health
****************************************************************
****************************************
RIOS - Research Instrument Open Standard
****************************************

Welcome! This site is the home of the documentation and specifications around
**PRISMH**, the Portable Research Instrument Standard for Mental Health.
**RIOS**, the Research Instrument Open Standard.


Introduction
Expand Down
2 changes: 1 addition & 1 deletion docs/source/instrument_specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Instrument Definition Specification

Overview
========
A PRISMH Instrument Definition is a standard means to represent a set of data
A RIOS Instrument Definition is a standard means to represent a set of data
that must are to be collected about a subject. It is intended to define
**what** data is to be collected, not necessarily **how** that data is
collected.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Overview
Introduction
============

The PRISMH specification describe a collection of configuration files that are
The RIOS specification describe a collection of configuration files that are
used to define the process of data collection in an open and transportable way.


Expand All @@ -18,7 +18,7 @@ Major Components
Instrument
----------
:doc:`Instrument Definition </instrument_specification>` are the base of the
PRISMH specification. They contain the definition of **what** data is to be
RIOS specification. They contain the definition of **what** data is to be
collected. At its heart, it is a list of field definitions that specify the
name, data type, and type constraints. There is no information or instruments
on **how** the data is to be retrieved or collected -- only **what** data needs
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sms_interaction_specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SMS Interaction Configuration Specification

Overview
========
A PRISMH SMS Interaction Configuration is a standard means to augment an
A RIOS SMS Interaction Configuration is a standard means to augment an
:doc:`Instrument Definition </instrument_specification>` with additional
configuration and meta-data that allows the Instrument to be administered via
an SMS text message-based application.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/web_form_specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Web Form Configuration Specification

Overview
========
A PRISMH Web Form Configuration is a standard means to augment an
A RIOS Web Form Configuration is a standard means to augment an
:doc:`Instrument Definition </instrument_specification>` with additional
configuration and meta-data that allows the Instrument to be administered via a
web-based application.
Expand Down

0 comments on commit 1cd02b9

Please sign in to comment.