-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (82 loc) · 5.52 KB
/
index.html
File metadata and controls
108 lines (82 loc) · 5.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>ICAR by icar-project</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">ICAR</h1>
<p class="header">International Cognitive Ability Resource</p>
<ul>
<li><a class="buttons github" href="https://github.com/icar-project">GitHub Profile</a></li>
</ul>
</header>
<section>
<h1>Welcome to ICAR!</h1>
<p>The ICAR package has been developed to include functions for the generation of cognitive ability item types. The ICAR package is intended to facilitate the distribution of cognitive ability measures which have been described in several locations as the International Cognitive Ability Resource.</p>
<p>Track development at <a href="http://github.com/frenchja/icar/">http://github.com/frenchja/icar/</a>, log issues or contribute ideas at <a href="https://github.com/frenchja/icar/issues">https://github.com/frenchja/icar/issues</a>.</p>
<h2>Why Use ICAR?</h2>
<p>ICAR is open-source software! As such, in addition to the Personality, Motivation, & Cognition Lab at Northwestern University, it attracts bright, motivated collaborators from across the globe. </p>
<p>Second, obtaining quality assessments shouldn't be an expensive endeavor. Unlike other measures of cognitive ability, ICAR is entirely free - just respect the open-source license below.</p>
<p>Last, your feedback and ideas help shape ICAR. If you have critiques about existing functions, or ideas for new items and algorithms, you can engage us in a dialog using the <a href="https://github.com/frenchja/icar/issues">issues tracker</a>. </p>
<h2>Package Details</h2>
<ul>
<li>based on <a href="http://www.r-project.org/">R</a>, an open-source statistics language</li>
<li>freely distributed under the GPLv3 license</li>
<li>developed and tested by the <a href="http://personality-project.org/pmc.html">Personality, Motivation, and Cognition Lab</a> at <a href="http://www.northwestern.edu/">Northwestern University</a> and collaborators</li>
<li>used by the Personality Project's <a href="http://test.personality-project.org/">"Big Five" Assessment</a>
</li>
</ul><h2>Install</h2>
<p>To install the development version of <code>icar</code>, it's easiest to use the <a href="https://github.com/hadley">Hadley Wickam's</a> <code>devtools</code> package. To install or update, run:</p>
<div class="highlight"><pre><span class="c1"># install.packages('devtools')</span>
library<span class="p">(</span>devtools<span class="p">)</span>
install_github<span class="p">(</span>repo <span class="o">=</span> <span class="s">'icar'</span><span class="p">,</span> username <span class="o">=</span> <span class="s">'frenchja'</span><span class="p">)</span>
library<span class="p">(</span>icar<span class="p">)</span>
</pre></div>
<h2>References</h2>
<p>French, J. A., Condon, D. M., & Revelle, W. (2013). icar: International Cognitive Ability Resource. R package version 0.1. <a href="http://github.com/frenchja/icar/">http://github.com/frenchja/icar/</a></p>
<p>Condon, D. M. & Revelle, W. (in manuscript). The International Cognitive Ability Resource: Development and initial validation of a public-domain measure.</p>
<p>Condon, D. M., French, J. A., Brown, A., & Revelle, W. ( June, 2013). Development and Validation of the
International Cognitive Ability Resource. Association for Research in Personality Conference. Charlotte, N</p>
<h2>License</h2>
<p>ICAR Package for Cognitive Ability Item Types
Copyright (C) 2013 Jason A. French</p>
<p>This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.</p>
<p>This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License
along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</p>
<p><strong>In short, this package is free to use as long as you 1) cite us, 2) share any modified source code, and 3) freely release any modified products.</strong></p>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-37700817-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>