-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusing.php.html
More file actions
136 lines (134 loc) · 5.59 KB
/
using.php.html
File metadata and controls
136 lines (134 loc) · 5.59 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Using Boa - Boa - Iowa State University</title>
<link href="css/base.css" media="all" rel="stylesheet">
<link href="css/style.css" media="all" rel="stylesheet">
<!--[if lt IE 9]>
<style>
ul.left > li, ul.right > li{ *display: inline; }
#ribbon form > input[type="submit"]{ *vertical-align: baseline; }
</style>
<![endif]-->
<!-- SYNTAX HIGHLIGHTING -->
<script type="text/javascript" src="https://boalang.org/boa/sites/all/libraries/ace/src/ace.js"></script>
<script type="text/javascript" src="https://boalang.org/boa/sites/all/libraries/ace/src/theme-crimson_editor.js"></script>
<script type="text/javascript" src="https://boalang.org/boa/sites/all/libraries/ace/src/mode-boa.js"></script>
<script type="text/javascript" src="https://boalang.org/boa/sites/all/libraries/ace/src/mode-java.js"></script>
<link href="https://boalang.org/boa/sites/all/themes/boa/css/boa-style.css" media="screen" rel="stylesheet" type="text/css"/>
<!-- END SYTNAX HIGHLIGHTING -->
</head>
<body>
<div class="skip"><a accesskey="2" href="using.php.html#container">Skip
Navigation</a></div>
<div class="hwrapper" id="header">
<div id="top-strip">
<div class="grids-24">
<div class="grid-8">
</div>
<div class="grid-16">
</div>
</div>
</div>
<div id="ribbon">
<div class="grids-24">
<div class="grid-16">
<h1 class="nameplate"><a accesskey="1" href="index.html"><img src="img/boa-white.png"></a></h1>
</div>
<div class="grid-8">
<form action="http://www.google.com/search" method="GET">
<input name="as_sitesearch" type="hidden" value="boa.cs.iastate.edu" />
<input accesskey="s" name="as_q" placeholder="Search" tabindex="1" type="text" />
<input name="btnG" title="Search" type="submit" value="" />
</form>
</div>
</div>
<div class="grids-24">
<div class="grid-12">
<h2 class="site-title"></h2>
</div>
<div class="grid-12">
<h2 style="text-align: right;" class="site-title"><a href="mailto:boasupport@iastate.edu">Contact Us</a></h2>
</div>
</div>
</div>
</div>
<div id="container">
<div class="grids-24">
<div class="grid-5 sidebar" id="left-sidebar">
<ul class="navigation"><li><a href="papers/index.php.html">Publications</a></li>
<li><a href="https://groups.google.com/g/boa-user">User Forum</a></li>
<li><a href="ide/index.php.html">IDE Support</a></li>
<li><a href="api/index.php.html">Client API</a></li>
<li><a href="https://boalang.org/boa/index.php">User Login (MSR)</a></li>
<li><a href="https://boalang.org/boac/index.php">User Login (COVID-19)</a></li>
<li><a href="https://boalang.org/boag/index.php">User Login (Genomics)</a></li>
<li><a href="index.php.html">About</a></li>
<li><a href="policies/index.php.html">Privacy & Terms</a></li>
</ul>
<div id="news-widget" class="sidebar-item"><h4 class="title">News</h4>
<b>Aug '22</b>: New <a href="ide/vscode/index.html">VSCode extension</a> available<br />
<b>Jun '22</b>: New <a href="https://www.npmjs.com/package/@boalang/boa-api">Boa API for JavaScript</a> available<br />
<b>Mar '20</b>: New Boa site for CORD-19 available<br />
<b>Sep '19</b>: New <a href="https://pypi.org/project/boa-api/">Boa API for Python</a> available<br />
</div>
</div>
<div class="grid-19" id="content">
<div class="header gutter"><h1>Using Boa</h1>
<h3 class="title">BoaC for SARS-CoV-2/COVID-19 Open Research Dataset (CORD-19)</h3>
<p>
<b>Interested in trying out BoaC?</b> <a href="https://boalang.org/boac/">Log in</a> and try running some <a href="examples/boac/index.html">examples</a>
<br/>
<b>Don't have a user yet?</b> <a href="https://boalang.org/boac/?q=user/register">Create a user for BoaC</a>
</p>
<h3 class="title">Boa for Mining Software Repositories (MSR)</h3>
<p>
<b>Interested in trying out Boa?</b> <a href="https://boalang.org/boa/">Log in</a> and try running some <a href="examples/index.html">examples</a>
<br/>
<b>Don't have a user yet?</b> <a href="request/index.html">Request a user for Boa MSR</a>
</p>
</div>
</div>
</div>
</div>
<div class="fwrapper grids-24">
<div class="grids-24" id="footer">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1547227-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<div class="grid-3 first"><a class="nameplate" href="http://www.iastate.edu/"><img alt="Iowa State University" src="img/sprite.png"></a></div>
<div class="grid-21 last">
<span><a href="http://design.cs.iastate.edu/">Laboratory of Software Design</a>, <a href="http://www.cs.iastate.edu/">Department of Computer Science</a>, </span><script type="text/javascript"><!--
document.write('<a href="mailto:' + (['hridesh', 'iastate.edu'].join('@'))
+ '">' + (['hridesh', 'iastate.edu'].join('@')) + '<\/a>');
// --></script>
<ins><noscript><div><code>hridesh (at) iastate (dot) edu</code></div></noscript></ins>
<p>Copyright © 2012–2015, Iowa State University of Science and Technology. All rights reserved.</p>
<p>
</p>
<p>
This material is based upon work supported by the US National Science
Foundation (NSF) under grants CCF-19-34884, CNS-15-13263, CNS-15-12947,
CCF-14-23370, CCF-13-49153, CCF-11-17937, CCF-10-17334, and CCF-10-18600.
</p>
<p>
Any opinions, findings, and conclusions or recommendations expressed in this
material are those of the author(s) and do not necessarily reflect the views of
the National Science Foundation.
</p>
</div>
</div>
</div>
</body>
</html>