forked from brianshaler/PHXdata
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
76 lines (65 loc) · 2.74 KB
/
index.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
<html>
<head>
<title>PHXdata.org - Data mining, processing, and visualization group in Phoenix, AZ</title>
<link rel="stylesheet" href="/css/stylesheet.css" type="text/css" charset="utf-8">
</head>
<body>
<div id="all">
<div id="content">
<div id="header">
<div>
</div>
</div>
<p>PHXdata seeks to unite technologists in the Phoenix area who are engaged in data mining,
parsing, visualization, etc. It also serves as a platform for journalists and government officials
to connect with civic hackers who want to take public data and make it useful.</p>
<p>Join the mailing list at <a href="http://groups.google.com/group/phxdata">http://groups.google.com/group/phxdata</a></p>
<div class="box">
<div class="box-content">
<h1 class="box-header">
Monthly Meeting
</h1>
<p>Workgroup taking public data and
making it available, useful,
and meaningful.</p>
<table cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" style="height: 12px;"></td>
</tr>
<tr>
<td valign="top">When:</td>
<td>1st Tuesday of every month</td>
</tr>
<tr>
<td colspan="2" style="height: 12px;"></td>
</tr>
<tr>
<td valign="top" style="width: 60px;">Where: </td>
<td>Location to be announced</td>
</tr>
</table>
</div>
</div>
<div class="box" style="margin-left: 40px;">
<div class="box-content">
<h1 class="box-header">Our projects</h1>
<ul>
<li><a href="http://catalog.phxdata.org">Open Data Catalog</a></li>
<li><a href="https://github.com/phxdata/azboundary">Arizona Boundary Service</li>
<li><a href="https://github.com/phxdata/recast">Recast</a></li>
<li><a href="http://theyworkforaz.us">TheyWorkForAZ</a></li>
</ul>
<h1 class="box-header">Github</h1>
<a class="github" href="http://github.com/phxdata">http://github.com/phxdata</a>
</div>
</div>
<p>For more information, contact
<a href="http://twitter.com/markng">Mark Ng</a>,
<a href="http://twitter.com/nickmartin">Nick Martin</a>,
<a href="http://twitter.com/brianshaler">Brian Shaler</a>, or
<a href="http://twitter.com/heisenthought">Marc Chung</a>.
</p>
</div>
</div>
</body>
</html>