We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc38b8 commit e28279eCopy full SHA for e28279e
README.md
@@ -0,0 +1,21 @@
1
+
2
+## CBRAIN APIs
3
4
+This repository contains libraries for accessing the CBRAIN
5
+platform.
6
7
+Two languages are currently supported:
8
9
+* Ruby; the API can be found in the file ``ruby/cbrain_ruby_api.rb``
10
+* Perl; the API can be found in the file ``perl/CbrainPerlAPI.pm``
11
12
+The full documention about these APIs can be generated locally
13
+by running a bash script provided at the top of the repository,
14
+``install_doc.sh``.
15
16
+## Credits
17
18
+This project's code was originally a part of the CBRAIN platform
19
+(released separately), but the API itself was funded by CANARIE
20
+during the summer of 2014.
21
0 commit comments