-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsoftware.html
122 lines (106 loc) · 6.1 KB
/
software.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Alan Ritter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="./bootstrap/css/bootstrap.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="./bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="./bootstrap/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./bootstrap/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./bootstrap/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./bootstrap/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="./bootstrap/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html">Alan Ritter</a>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="projects.html">Research</a></li> -->
<li><a href="publications.html">Publications</a></li>
<li class="active"><a href="software.html">Software</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="application_materials/alan_ritter_CV.pdf">C.V.</a></li>
<!-- <li><a href="application.html">Job Application Materials</a></li> -->
<!-- <li><a href="travel.html">Upcoming Travel</a></li> -->
</ul>
<div class="nav-collapse">
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<h1>Software/Data/Demos</h1>
<ul>
<li><a href='http://statuscalendar.com'>Twitter Calendar Extraction Demo</a></li>
<li><a href='http://github.com/aritter/twitter_nlp'>Twitter NLP Tools</a></li>
<li><a href='http://kb1.cse.ohio-state.edu:8123/events/ddos'>Cybersecurity Event Extraction from Social Media Demo</a></li>
<li><a href='http://kb1.cse.ohio-state.edu:8123/events/threat'>Software Vulnerability Extraction and Severity Analysis Demo</a></li>
<li><a href='http://github.com/aritter/dnmar'>Missing Data in Distant Supervision</a></li>
<li><a href='http://alt.qcri.org/semeval2015/task10/index.php?id=data-and-tools'>SemEval Sentiment Dataset</a></li>
<li><a href='http://kb1.cse.ohio-state.edu:8010/cgi-bin/mt_chat3.py'>Data-Driven Response Generation Demo</a></li>
<!-- <li><a href="http://rv-n13.cs.washington.edu:1234/shakespere/shakespere.py"><font color="gray">Shakespeare Translator</font></a></li> -->
<!-- <li><a href='http://www.cs.washington.edu/homes/aritter/twitter_chat/'>Twitter Conversation Corpus</a></li> -->
<!-- <li><a href='http://rv-n12.cs.washington.edu:1234/lda_sp_demo_v3/lda_sp/relations/'>Topic-Model Based Selectional Preferences</a> see also <a href="https://github.com/aritter/LDA-SP">Inference and Evaluation Code</a></li> -->
<!-- <li><a href='freebase_html.html'>Querying and Updating Freebase with Web Tables</a></li> -->
<!-- <li><a href='http://turingc.cs.washington.edu:7125/TextRunner/cgi-bin/raw_hyp.pl?http'>Hypernyms Extracted from the Web</a></li> -->
<!-- <li><a href='hyp.zip'>Hypernyms Extracted from the Web</a></li> -->
<!-- <li><a href="http://milkhog.cs.washington.edu:1234/tgrep/tgrep_extract.py">Extraction patterns over parsed news articles (using the Charniak Parser and tgrep2)</a></li> -->
<!-- <li><a href="http://turingc.cs.washington.edu:1234/conflict-dev.pl?pred=invented&n=100000">Automatically detecting conflicting statements on the web</a></li> -->
<!-- <li><a href="http://turingc.cs.washington.edu:7125/TextRunner/cgi-bin/analogy.pl">Solving analogies using TextRunner</a></li> -->
</ul>
<!--
<h3>Presentations</h3>
<a href="navdas(2).ppt">NRL Seminar</a> <br/>
<a href="poster.pdf">openMosix Load Balancing Poster</a>
-->
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster
<script src="bootstrap/js/jquery.js"></script>
<script src="bootstrap/js/bootstrap-transition.js"></script>
<script src="bootstrap/js/bootstrap-alert.js"></script>
<script src="bootstrap/js/bootstrap-modal.js"></script>
<script src="bootstrap/js/bootstrap-dropdown.js"></script>
<script src="bootstrap/js/bootstrap-scrollspy.js"></script>
<script src="bootstrap/js/bootstrap-tab.js"></script>
<script src="bootstrap/js/bootstrap-tooltip.js"></script>
<script src="bootstrap/js/bootstrap-popover.js"></script>
<script src="bootstrap/js/bootstrap-button.js"></script>
<script src="bootstrap/js/bootstrap-collapse.js"></script>
<script src="bootstrap/js/bootstrap-carousel.js"></script>
<script src="bootstrap/js/bootstrap-typeahead.js"></script>
-->
<script src="./bootstrap/js/bootstrap-min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2879579-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>