-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopular_press.html
More file actions
140 lines (131 loc) · 5.36 KB
/
popular_press.html
File metadata and controls
140 lines (131 loc) · 5.36 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
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<title>Popular Press</title>
<meta charset="utf-8">
<meta name="description" content="Popular press articles for Dr. Tom Narock">
<link href="css/layout.css" rel="stylesheet" type="text/css" media="all">
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "WebPage",
"name": "Tom Narock's Popular Press Articles and Videos",
"author": {
"@type": "Person",
"url": "http://narock.github.io/",
"honorificPrefix": "Dr.",
"name": "Tom Narock",
"honorificSuffix": "PhD",
"affiliation": {
"@type": "Organization",
"legalName": "Goucher College",
"address": {
"@type": "PostalAddress",
"streetAddress": "1021 Dulaney Valley Road",
"addressLocality": "Baltimore",
"addressRegion": "MD",
"postalCode": "21204"
},
"department": {
"@type": "Organization",
"legalName": "Center for Data, Mathematical, and Computational Sciences"
}
}
}
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K0JYRKZMQT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K0JYRKZMQT');
</script>
</head>
<body id="top">
<div class="wrapper row1">
<header id="header" class="clear">
<div id="logo" class="fl_left">
<h1>Popular Press</h1>
</div>
</div>
<div class="wrapper row3">
<main id="container" class="clear">
<table>
<thead>
<tr>
<th>Date</th>
<th>Source</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>January 2018</td>
<td><a href="https://soundcloud.com/science-sortof/275-publishing-rocks">Podcast</a></td>
<td>Chris Jackson and Tom Narock chat with Science... Sort of about preprints, EarthArXiv, and computers taking over the world.</td>
</tr>
<tr>
<td>November 2017</td>
<td><a href="http://forecastpod.org/index.php/2017/11/01/the-launch-of-eartharxiv/">Podcast</a></td>
<td>Chris Jackson and Tom Narock chat with Nature's Forcast podcast about preprints and EarthArXiv.</td>
</tr>
<tr>
<td>November 2017</td>
<td><a href="http://www.dontpanicgeocast.com/?p=572">Podcast</a></td>
<td>Chris Jackson and Tom Narock chat with Geocast about preprints and EarthArXiv.</td>
</tr>
<tr>
<td>October 2017</td>
<td><a href="https://cos.io/blog/community-driven-science-interview-eartharxiv-founders-chris-jackson-tom-narock-and-bruce-caron/">Blog</a></td>
<td>The Center for Open Science, whose technology hosts EarthArXiv, wrote a blog post interviewing the founders of EarthArXiv.</td>
</tr>
<tr>
<td>October 2017</td>
<td><a href="https://agilescientific.com/blog/2017/10/25/eartharxiv-wants-your-preprints">Podcast</a></td>
<td>Chris Jackson and Tom Narock visited with Undersampled Radio to chat about preprints and EarthArXiv.</td>
</tr>
<tr>
<td>September 2017</td>
<td><a href="http://www.sciencemag.org/news/2017/09/dueling-preprint-servers-coming-geosciences">Science</a></td>
<td>Science magazine published an article on our EarthArXiv preprint efforts.</td>
</tr>
<tr>
<td>April 2015</td>
<td><a href="http://us6.campaign-archive2.com/?u=86aa1b42c6&id=ad76d1c7f1">Marymount University</a></td>
<td>School newsletter featured an article on GeoLink student researchers</td>
</tr>
<tr>
<td>February 2015</td>
<td><a href="http://www.marymount.edu/Home/News-Events/News?newsId=65">Marymount University</a></td>
<td>Marymount Faculty Spotlight</td>
</tr>
<tr>
<td>January 2015</td>
<td><a href="http://news.sciencemag.org/scientific-community/2014/12/geoscientists-aim-magnify-specialized-web-searching">Science Online</a><br /><br /><a href="http://www.sciencemag.org/content/347/6217/11.summary">Print</a></td>
<td>Science news article on our NSF-funded GeoLink project</td>
</tr>
<tr>
<td>May 2014</td>
<td><a href="http://www.dataversity.net/easing-way-linked-open-data-geosciences-domain/">SemanticWeb.com</a></td>
<td>SemanticWeb.com is the leading website dedicated to news and information about the
application of Semantic Technologies. On May 21, 2014, SemanticWeb.com published an article about our NSF-funded OceanLink project
</td>
</tr>
<tr>
<td>October 2013</td>
<td><a href="https://www.youtube.com/watch?v=8_CJKhQQJqE">YouTube</a></td>
<td>National Science Foundation YouTube video on our OceanLink project</td>
</tr>
<tr>
<td>November 2009</td>
<td><a href="http://www.scientificamerican.com/article/semantics-searching-intuitive-internet/">Scientific American</a></td>
<td>Interviewed for story on Semantic Web</td>
</tr>
</tbody>
</table>
</main>
</div>
</body>
</html>