Skip to content

Commit 1e67c9a

Browse files
committed
scaffolding
0 parents  commit 1e67c9a

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

README.rst

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
UPIQ plotqi Repository
2+
======================
3+
4+
This repository serves as a place for code during development of a
5+
new data-visualization toolkit for use with QI Teamspace.
6+
7+
Organization
8+
------------
9+
10+
* The ``spec/`` directory may contain documentation and/or code related to
11+
documenting ideas or requirements.
12+
13+
* The ``src/`` directory should contain working source code, possibly
14+
organized into subdirectories for respective types of source assets;
15+
build scaffolding, as necessary, may also be placed here.
16+
17+
18+
Copyright
19+
---------
20+
21+
All content within this repository, unless otherwise noted elsewhere, is
22+
Copyright 2014, University of Utah. Licensed under and MIT-style license.
23+
24+
See ``doc/COPYING.txt``
25+
26+
Contributors
27+
------------
28+
29+
* `Sean Upton`_ (UPIQ, University of Utah Health Sciences)
30+
.. _`Sean Upton`: https://github.com/seanupton
31+
32+
* Atomic Jolt
33+

doc/COPYING.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) 2014 The University of Utah
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.
20+
21+

spec/TODO.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
* Add JSON specification documents.
3+
4+
* Reference code for model and/or requirements/ideas for transforming JSON.
5+
6+

src/TODO.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
* Add respective directories for stylesheet, javascript assets as needed.

0 commit comments

Comments
 (0)