Skip to content

Commit 41d5913

Browse files
committed
first pass at website
0 parents  commit 41d5913

File tree

5 files changed

+110
-0
lines changed

5 files changed

+110
-0
lines changed

ClawpackLogoTitleFrame.jpg

149 KB
Loading

GeoClawLogoTitleFrame.jpg

158 KB
Loading

LICENSE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2025, Clawpack Repositories
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are met:
7+
8+
1. Redistributions of source code must retain the above copyright notice, this
9+
list of conditions and the following disclaimer.
10+
11+
2. Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
14+
15+
3. Neither the name of the copyright holder nor the names of its
16+
contributors may be used to endorse or promote products derived from
17+
this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# clawdev-2025
2+
3+
Webpages and other resources for Clawpack hackathon October 6-8, 2025.
4+
5+
Webpages deploy to https://www.clawpack.org/clawdev-2025/
6+
7+
See the [wiki](https://github.com/clawpack/clawdev-2025/wiki) for project ideas.

index.html

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<html>
2+
3+
<title>GeoClaw Developers Workshop</title>
4+
<link rel="icon" href="http://depts.washington.edu/clawpack/clawicon.ico" />
5+
6+
<body TEXT="#000000" BGCOLOR="#FFFFE8" LINK="#7F0000" VLINK="#7F0000">
7+
<font FACE="HELVETICA,ARIAL">
8+
9+
<center>
10+
<a href="http://www.geoclaw.org">
11+
<IMG SRC="ClawpackLogoTitleFrame.jpg" WIDTH="400" VSPACE="20"
12+
HSPACE="0"
13+
ALT="GeoClaw" BORDER="0" LOOP="0"> </a>
14+
&nbsp;&nbsp;
15+
<a href="http://www.geoclaw.org">
16+
<IMG SRC="GeoClawLogoTitleFrame.jpg" WIDTH="400" VSPACE="20"
17+
HSPACE="0"
18+
ALT="GeoClaw" BORDER="0" LOOP="0"> </a>
19+
<font color="#7F0000">
20+
<h1>Clawpack Developers' Workshop and Hackathon</h1>
21+
<h2>October 6-8, 2025</h2>
22+
<h2>www.clawpack.org/clawdev-2025</h2>
23+
<p>
24+
</font>
25+
</font>
26+
</center>
27+
28+
<p>
29+
30+
<br>
31+
<h2><font color="#7F0000">Description of the workshop</font></h2>
32+
33+
34+
The workshop takes place October 6-8, 2025 at the University of Washington
35+
and will focus on collaborations between core <a
36+
href="http://www.clawpack.org">Clawpack</a> developers, their students, and
37+
users with new development needs.
38+
<p>
39+
40+
It immediately follows the
41+
<a
42+
href="https://sites.google.com/view/2025siampnwconference/home">
43+
5th Biennial Meeting of the Pacific Northwest Section of SIAM</a>
44+
(Jointly with the 35th Pacific Northwest Numerical Analysis Seminar).
45+
46+
47+
<p>
48+
The Github repository <a
49+
href="https://github.com/clawpack/clawdev-2025">clawpack/clawdev-2025</a>
50+
contains these webpages and can also be used for sharing resources.
51+
<p>
52+
The <a href="https://github.com/clawpack/clawdev-2025/wiki">wiki</a>
53+
in this repository can be used for suggesting projects (preferably
54+
with links to relevant Github Issues).
55+
56+
<p>
57+
On Monday October 6 we will meet in Lewis Hall 208, the Wan Conference room.
58+
Plans for the following days are not fixed.
59+
60+
<p>
61+
If you are interested in participating please contact
62+
Randy LeVeque, <tt>(rjl at uw.edu)</tt>
63+
64+
<p>
65+
<h3>Participants so far:</h3>
66+
<ul>
67+
<li> Loyce Adams
68+
<li> Marsha Berger
69+
<li> Donna Calhoun
70+
<li> Dave George
71+
<li> David Ketcheson
72+
<li> Randy LeVeque
73+
<li> Kyle Mandli
74+
<li> Keh-Ming Shyue
75+
</ul>

0 commit comments

Comments
 (0)