-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
39 lines (39 loc) · 1.41 KB
/
config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<applist>
<app>
<Name>Refraction</Name>
<Title>Wave Refraction</Title>
<Author>Hailey Johnson</Author>
<Script>Refraction</Script>
<ImgSrc>refraction.JPG</ImgSrc>
<Description>This model demonstrates the evolution of wave rays over nearshore
bathymetry.</Description>
</app>
<app>
<Name>SedTrans</Name>
<Title>Sediment Transport</Title>
<Author>Hailey Johnson</Author>
<Script>SedTrans</Script>
<ImgSrc>sed_trans.jpg</ImgSrc>
<Description>This model shows the potential for alongshore sediment transport potential
and gradients as a function of wave angle and height.</Description>
</app>
<app>
<Name>Profiles</Name>
<Title>Equilibrium Beach Profiles</Title>
<Author>Hailey Johnson</Author>
<Script>BeachProfiles</Script>
<ImgSrc>profiles.jpg</ImgSrc>
<Description>This model animates the evolution of an equilibrium beach profiles as it adjusts
to changes in sea level, according to Bruun's rule.</Description>
</app>
<app>
<Name>Cliffs</Name>
<Title>Sea Cliff Retreat</Title>
<Author>Hailey Johnson</Author>
<Script>SeaCliffs</Script>
<ImgSrc>cliffs.jpg</ImgSrc>
<Description>This model animates the process of sea cliff retreat due to wave action
and notch erosion.</Description>
</app>
</applist>