-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
667 lines (621 loc) · 48.8 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<!DOCTYPE html>
<html>
<head>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta charset="utf-8" lang="en">
<title>Macrostrat</title>
<link href="https://fonts.googleapis.com/css?family=Maven+Pro&text=macrostrat.org" rel="stylesheet" type="text/css">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<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-59921731-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Small screen sidebar -->
<div class="snap-drawers">
<div class="snap-drawer snap-drawer-right">
<ul class="nav drawer">
<li class="drawer-menu"><a href="#about"><i class="fa fa-question"></i> About</a></li>
<li class="drawer-menu"><a href="#apps"><i class="fa fa-plane"></i> Apps</a></li>
<li class="drawer-menu"><a href="#api"><i class="fa fa-code"></i> API</a></li>
<li class="drawer-menu"><a href="#people"><i class="fa fa-at"></i> People</a></li>
<li class="drawer-menu"><a href="#donate"><i class="fa fa-usd"></i> Donate</a></li>
<li class="drawer-menu"><a href="#publications"><i class="fa fa-file-o"></i> Publications</a></li>
</ul>
</div>
</div>
<div class="navbar navbar-default navbar-fixed-top close-to-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a href="/"><img src="img/logo_white_small.png" class="logo"></a>
<button type="button" class="navbar-toggle collapsed toggler" id="openRight">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About</a></li>
<li><a href="#apps">Apps</a></li>
<li><a href="#api">API</a></li>
<li><a href="#people">People</a></li>
<li><a href="#donate">Donate</a></li>
<li><a href="#publications">Publications</a></li>
</ul>
</div>
</div>
</div>
<div id="snapContent" class="snap-content scrollable">
<div class="container-fluid">
<div class="row slide main">
<div class="col-xs-12 slide-container welcome">
<div class="slide-content slide-content-padded">
<div class="title">
<h1 class="big">Macrostrat</h1>
<p>A platform for geological data exploration, integration, and analysis</p>
<div class="row">
<div class="col-sm-3 col-sm-offset-1 top-stat-col">
<span class="top-stat" id="n_columns">1,400</span>
<span class="top-stat-label">regional rock columns</span>
</div>
<div class="col-sm-3 top-stat-col">
<span class="top-stat" id="n_units">33,903</span>
<span class="top-stat-label">rock units</span>
</div>
<div class="col-sm-2 top-stat-col">
<span class="top-stat" id="n_polys">2,500,000</span>
<span class="top-stat-label">geologic map polygons</span>
</div>
<div class="col-sm-2 top-stat-col">
<span class="top-stat" id="n_names">51,212</span>
<span class="top-stat-label nohighlight"><a href="Macrostrat_strat_names.html" target="_blank">stratigraphic names</a></span>
</div>
</div>
<a type="button" class="btn btn-danger btn-lg explore-sift" href="/sift/#/">Search</a>
<a type="button" class="btn btn-danger btn-lg explore-sift" href="/map/#3/40.78/-94.13">Geologic Map</a>
<div type="button" class="btn btn-danger btn-lg explore-sift rockd" onclick="window.location='https://rockd.org'">
<div class="rockd-button-container">
<img src="img/rockd.jpg" class="rockd-logo-small"/>Go mobile
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row slide stat-row">
<div class="col-sm-12 slide-container">
<div class="stat-container">
<div class="row stat-container">
<div class="col-sm-6 north-america stat stat-container">
<div class="container-fluid">
<div class="stat-caption">
<h1>North America</h1>
<p id="north-america-stats"></p>
</div>
</div>
</div>
<div class="col-sm-6 caribbean stat stat-container">
<div class="container-fluid">
<div class="stat-caption">
<h1>Caribbean</h1>
<p id="caribbean-stats"></p>
</div>
<a href="https://unsplash.com/@nasa" target="_blank"><i class="fa fa-question attribution"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row slide stat-row">
<div class="col-sm-12 slide-container">
<div class="stat-container">
<div class="row stat-container">
<div class="col-sm-6 new-zealand stat stat-container">
<div class="container-fluid">
<div class="stat-caption">
<h1>New Zealand</h1>
<p id="new-zealand-stats"></p>
</div>
<a href="https://unsplash.com/@nasa" target="_blank"><i class="fa fa-question attribution"></i></a>
</div>
</div>
<div class="col-sm-6 deep-sea stat stat-container">
<div class="container-fluid">
<div class="stat-caption">
<h1>Deep Sea</h1>
<p id="deep-sea-stats"></p>
</div>
<a href="https://unsplash.com/@mleyendecker" target="_blank"><i class="fa fa-question attribution"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row slide" id="burwell">
<div class="col-xs-12 slide-container">
<div class="slide-content slide-content-padded">
<div class="row">
<div class="col-xs-12">
<div class="page-title-holder">
<h1 class="big burwell-title">Geologic Maps</h1>
</div>
</div>
</div>
<div class="row about-row">
<div class="col-xs-12 about-body page-info">
With over 225 maps from data providers around the world across every scale, Macrostrat is the world's largest homogenized geologic map database. Our data processing pipeline links geologic map polygons to Macrostrat column polygons, external stratigraphic name lexicons, and geochronological intervals, enabling the enhancement of the original map data and allowing for direct links into <a href="https://xdd.wisc.edu" target="_blank">xDD</a> (formly GeoDeepDive).
<br><br>
Are you affiliated with a state or national geologic survey? <a href="mailto:[email protected]?Subject=Geologic%20Map%20Collaboration">Get in touch</a> with us - we'd love to collaborate and help publicize your maps!
<br><br>
Get started by <a href="/map">exploring the map</a> or <a href="/map/sources">taking a look at</a> which maps are currently a part of Macrostrat.
</div>
</div>
</div>
</div>
</div>
<div class="row slide" id="about">
<div class="col-xs-12 slide-container">
<div class="slide-content slide-content-padded">
<div class="row">
<div class="col-xs-12">
<div class="page-title-holder about-title">
<h1 class="big">About</h1>
</div>
</div>
</div>
<div class="row about-row">
<div class="col-sm-3 about-body-subtitle">
Summary
</div>
<div class="col-sm-9 about-body page-info">
Macrostrat is a platform for the aggregation and distribution of geological data relevant to the spatial and temporal distribution of sedimentary, igneous, and metamorphic rocks as well as data extracted from them. It is linked to the <a href="https://xdd.wisc.edu" target="_blank">xDD</a> (formly GeoDeepDive) digital library and machine reading system, and it aims to become a community resource for the addition, editing, and distribution of new stratigraphic, lithological, environmental, and economic data. Interactive applications built upon Macrostrat are designed for educational and research purposes.
</div>
</div>
<div class="row about-row">
<div class="col-sm-3 about-body-subtitle">
License
</div>
<div class="col-sm-9 about-body page-info">
All data are provided under a Creative Commons Attribution 4.0 International license (<a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY-4.0</a>).
</div>
</div>
<div class="row about-row">
<div class="col-sm-3 about-body-subtitle">
Citation
</div>
<div class="col-sm-9 about-body page-info">
<b>In presentations:</b> Acknowledge Macrostrat by name. You may also include any of the Macrostrat logos accessible on this webpage. <br><br>
<b>In publications:</b> Acknowledge Macrostrat as the source of any information or data. In publications, you may cite our most recent infrastructure paper, <a href="https://doi.org/10.1029/2018GC007467" target="_blank">Peters et al. (2018)</a>. In addition, you should also include citations to the original references associated with the data set that was used. These references are accessible from the API. If you would like your paper listed in the official publications, please contact us and we will provide a citation and link.
</div>
</div>
<div class="row about-row">
<div class="col-sm-3 about-body-subtitle">
Collaboration
</div>
<div class="col-sm-9 about-body page-info">
Our small team has worked hard to compile, format, and make data available via Macrostrat. We strongly encourage and welcome active collaborations, both scientific and geoinformatic. All data are provided freely on under a <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY-4.0</a> license.
</div>
</div>
<div class="row about-row">
<div class="col-sm-3 about-body-subtitle">
Funding
</div>
<div class="col-sm-9 about-body page-info">
Major Macrostrat data infrastructure development was supported by the US National Science Foundation (EAR-1150082, ICER-1440312), with ongoing support for data acquisition supported by NSF EAR-1948843 and ICER-1928323. Continuous and ongoing support has also been provided by the UW-Madison <a href="http://geoscience.wisc.edu/geoscience/">Department of Geoscience</a>. If you use Macrostrat and like what we do, please consider helping out with a <a href="#donate">donation</a>. Every contribute helps us to maintain infrastructure and keep improving.
</div>
</div>
</div>
</div>
</div>
<div class="row slide" id="apps">
<div class="col-xs-12 slide-container">
<div class="row">
<div class="col-xs-12" id="app-title">
<h1 class="big apps">Built with Macrostrat</h1>
</div>
</div>
<div class="row">
<div class="col-xs-12 app">
<a href="/sift">
<div class="app-background">
<img class="app-img" id="sift" src="img/logo_red.png"/>
<div class="app-background-text">
Sift
<p class="blurb">Explore Macrostrat (by Macrostrat)</p>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 app">
<a href="https://rockd.org">
<div class="app-background">
<img class="app-img" id="rockd" src="img/rockd.jpg"/>
<div class="app-background-text">
Rockd
<p class="blurb">A mobile field book, Macrostrat style.</p>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 app">
<a href="/map">
<div class="app-background">
<img class="app-img" id="gmna" src="img/burwell.png"/>
<div class="app-background-text">
Map
<p class="blurb">Integrating the world's geologic maps (by Macrostrat)</p>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 app">
<a href="https://itunes.apple.com/us/app/mancos/id541570878?mt=8" target="_blank">
<div class="app-background">
<img class="app-img" id="mancos" src="img/mancos.jpg"/>
<div class="app-background-text">
Mancos
<p class="blurb">Explore Macrostrat and PBDB in iOS (by Hunt Mountain Software)</p>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 app">
<a href="http://fc.umn.edu/" target="_blank">
<div class="app-background">
<img class="app-img" src="img/foc.png"/>
<div class="app-background-text">
FOC
<p class="blurb">A glass bottom jet (by Amy Myrbo, Shane Loeffler et al.)</p>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 app">
<a href="https://github.com/UW-Macrostrat/node-api-template">
<div class="app-background">
<img class="app-img" id="gmna" src="img/api.png"/>
<div class="app-background-text app-background-text-small">
API Template
<p class="blurb">Foundation of all Macrostrat services (by Macrostrat)</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row slide" id="api">
<div class="col-xs-12 slide-container">
<div class="slide-content slide-content-padded">
<div class="row">
<div class="col-sm-6">
<div class="page-title-holder api-title">
<h1 class="big">API</h1>
</div>
</div>
<div class="col-sm-6">
<div class="page-info">
All data contained in the Macrostrat database are freely available via our Application Programming Interface (API), which provides a convinient way to retrieve data for analysis or application creation. For more information head over to the <a href="/api">API root</a> to explore available routes.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row slide" id="people">
<div class="col-xs-12 slide-container">
<div class="slide-content slide-content-padded">
<div class="row">
<div class="col-xs-12">
<div class="page-title-holder" id="contact-holder">
<h1 class="big">People</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="shanan">
<div class="person-info">
<n><a href="http://strata.geology.wisc.edu" target="_blank">Shanan Peters</a></n> <br>
<t>Professor, Database Developer</t> <br>
<e>peters -at geology.wisc.edu</e> <br>
</div>
</div>
<div class="col-xs-6 person" id="daven">
<div class="person-info">
<n><a href="https://davenquinn.com" target="_blank">Daven Quinn</a></n> <br>
<t>Research Scientist, Lead Developer</t> <br>
<e>daven.quinn -at wisc.edu</e> <br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="evgeny">
<div class="person-info">
<n>Evgeny Mazko</n> <br>
<t>Graduate Student</t> <br>
<e>mazko -at wisc.edu</e> <br>
</div>
</div>
<div class="col-xs-6 person" id="amy">
<div class="person-info">
<n>Amy Fromandi</n> <br>
<t>Full Stack Developer</t> <br>
<e>afromandi -at- wisc -dot- edu</e> <br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="michael">
<div class="person-info">
<n><a href="https://geoscience.wisc.edu/geoscience/people/staff/name/michael-mcclennen/" target="_blank">Michael McClennen</a></n> <br>
<t>Senior Programmer Analyst</t> <br>
<e>mmcclenn -at- geology.wisc.edu</e> <br>
</div>
</div>
<div class="col-xs-6 person" id="daniel">
<div class="person-info">
<n><a href="http://strata.geology.wisc.edu" target="_blank">Daniel Segessenmen</a></n> <br>
<t>Graduate Student (former)</t> <br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="shan">
<div class="person-info">
<n><a href="https://www.wisc.edu/directories/person.php?name=Victoria+Khoo&email=vkhoo%40wisc.edu&query=victoria%20khoo" target="_blank">Shan Ye</a></n> <br>
<t>Graduate Student (former)</t> <br>
</div>
</div>
<div class="col-xs-6 person" id="ben">
<div class="person-info">
<n><a href="http://strata.geology.wisc.edu" target="_blank">Ben Linzmeier</a></n> <br>
<t>Postdoctoral Scholar (former)</t> <br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="casey">
<div class="person-info">
<n><a href="https://idzikowski-casey.github.io/personal-site/" target="_blank">Casey Idzikowski</a></n> <br>
<t>Research Specialist, Developer (former)</t> <br>
</div>
</div>
<div class="col-xs-6 person" id="afiqah">
<div class="person-info">
<n><a href="https://www.wisc.edu/directories/person.php?name=Victoria+Khoo&email=vkhoo%40wisc.edu&query=victoria%20khoo" target="_blank">Afiqah Rafi</a></n> <br>
<t>Undergrad Student (former)</t> <br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="andrew">
<div class="person-info">
<n><a href="http://www.azstrata.org" target="_blank">Andrew Zaffos</a></n> <br>
<t>Data Mobilization and Research Scientist</t> <br>
<e>azaffos -at- email.arizona.edu</e> <br>
</div>
</div>
<div class="col-xs-6 person" id="sharon">
<div class="person-info">
<n><a href="http://geoscience.wisc.edu/geoscience/people/student/?id=1007" target="_blank">Sharon McMullen</a></n> <br>
<t>Researcher (former)</t> <br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="jon">
<div class="person-info">
<n><a href="http://www.jonhusson.com" target="_blank">Jon Husson</a></n> <br>
<t>Postdoctoral Researcher (former)</t> <br>
<e>jhusson - at - uvic.ca</e> <br>
</div>
</div>
<div class="col-xs-6 person" id="erika">
<div class="person-info">
<n><a href="https://github.com/ItoErika" target="_blank">Erika Ito</a></n> <br>
<t>Research Intern (former)</t> <br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="noel">
<div class="person-info">
<n><a href="http://sedpaleo.org" target="_blank">Noel Heim</a></n> <br>
<t>Researcher (former)</t> <br>
</div>
</div>
<div class="col-xs-6 person" id="john">
<div class="person-info">
<n><a href="http://www.johnjcz.com" target="_blank">John Czaplewski</a></n> <br>
<t>Next-level Developer (former)</t> <br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 person" id="puneet">
<div class="person-info">
<n><a href="http://punkish.org" target="_blank">Puneet Kishor</a></n> <br>
<t>Generally Ignored</t> <br>
<e>punkish at eidesis.org</e> <br>
</div>
</div>
<div class="col-xs-6 person" id="none">
<div class="person-info">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row slide" id="donate-row">
<div class="col-xs-12 slide-container" id="donate">
<div class="slide-content slide-content-padded">
<div class="row row-eq-height">
<div class="col-sm-6">
<div class="page-title-holder" id="donate-title-container">
<div class="donate-container">
<h1 class="big">Donate</h1>
<a class="btn btn-danger btn-lg" href="https://secure.supportuw.org/give/?id=E0A03FA3-B2A0-431C-83EE-A121A04EEB5D" target="_blank">Donate now</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="page-info donate">
Grant funding, principally from the <a href="http://www.nsf.gov" target="_blank">U.S. National Science Foundation</a>, got Macrostrat off the ground and keeps us innovating, but maintaining and growing a free and open digital resource involves ongoing expenses beyond the grant cycle, like annual certificate renewals, cloud server hosting and backup storage that keep your connection safe, domain name registrations that keep us located on the web, and system upgrades to keep us fast and efficient. If you would like to help us continue to grow and provide free resources, you can do so with a one-time or recurring gift to the UW Foundation Paleontology Program Fund in Geology. Thank you!
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row slide" id="publications">
<div class="col-xs-12 slide-container">
<div class="slide-content slide-content-padded">
<div class="row">
<div class="col-xs-12">
<div class="page-title-holder">
<h1 class="big">Publications</h1>
<p class="blurb">literature utilizing Macrostrat</p>
</div>
</div>
</div>
<!-- NB: adding pubs to list requires updating css .pub-list counter -->
<div class="row">
<div class="col-xs-12">
<ol class="pub-list" reversed>
<li>Jones, L.A., C.D. Dean, W. Gearty, B.J. Allen. 2024. rmacrostrat : An R package for accessing and retrieving data from the Macrostrat geological database. <em>Geosphere</em>, 20(6):1456–1467. 10.1130/GES02815.1. <a href='https://doi.org/10.1130/GES02815.1'>[link]</a></li>
<li>Howes, B., A. Mehra, E. Geyman, J. Wilcots, R. Manzuk, C. Deutsch, A. Maloof. 2024. The where, when, and how of ooid formation: what ooids tell us about ancient seawater chemistry. <em>Earth and Planetary Science Letters</em>, 637:118697. 10.1016/j.epsl.2024.118697. <a href='https://doi.org/10.1016/j.epsl.2024.118697'>[link]</a></li>
<li>Smiley, T.M., A.Bahadori, E.T. Rasbury, W.E. Holt, C. Badgley. 2024. Tectonic extension and paleoelevation influence mammalian diversity dynamics in the Basin and Range Province of western North America. <em>Science Advances</em>, 10:eadn6842. 10.1126/sciadv.adn6842. <a href='https://doi.org/10.1126/sciadv.adn6842'>[link]</a></li>
<li>Gazdewich, S., T. Hauck, J. Husson. 2024. Authigenic carbonate burial within the Late Devonian western Canada sedimentary basin and its impact on the global carbon cycle. <em>Geochemistry, Geophysics, Geosystems</em> 10.1029/2023GC011376. <a href='https://doi.org/10.1029/2023GC011376'>[link]</a></li>
<li>Segessenman, D.C. and S.E. Peters. 2024. Transgression-regression cycles drive correlations in Ediacaran-Cambrian rock and fossil records. <em>Paleobiology</em> 10.1017/pab.2023.31. <a href='https://doi.org/10.1017/pab.2023.31'>[link]</a></li>
<li>Quinn, D.P., C.R. Idzikowski, S.E. Peters. 2024. Building a multi-scale, collaborative, and time-integrated digital crust: The next stage of the Macrostrat data system. <em>Geoscience Data Journal</em> 10.1002/gdj3.189. <a href='https://doi.org/10.1002/gdj3.189'>[link]</a></li>
<li>Tasistro-Hart, A.R. and F.A. Macdonald. 2023. Phanerozoic flooding of North America and the Great Unconformity. <em>Proceedings of the National Academy of Sciences</em> 120(37):e2309084120. <a href='https://www.pnas.org/doi/abs/10.1073/pnas.2309084120'>[link]</a></li>
<li>Husson, J.M. and L.A. Coogan. 2023. River chemistry reveals a large decrease in dolomite abundance across the Phanerozoic. <em>Geochemical Perspective Letters</em> 26:1-6. <a href='https://doi.org/10.7185/geochemlet.2316'>[link]</a></li>
<li>Walton, C.R., J. Hao, F. Huang, F.E. Jenner, H. Williams, A.L. Zerkle, A. Lipp, R.M. Hazen, S.E. Peters, O. Shorttle. 2023. Evolution of the crustal phosphorus reservoir. <em>Science Advances</em> 9(18):eade6923. <a href='https://doi.org/10.1126/sciadv.ade6923'>[link]</a></li>
<li>Balseiro, D. and M.G. Powell. 2023. Relative oversampling of carbonate rocks in the North American marine fossil record. <em>Paleobiology</em> <a href='https://doi.org/10.1017/pab.2023.16'>[link]</a></li>
<li>Ye, S., S.E. Peters. 2023. Bedrock geological map predictions for Phanerozoic fossil occurrences. <em>Paleobiology</em> 49(3):394-413. <a href='https://doi.org/10.1017/pab.2022.46'>[link]</a></li>
<li>Wang, J., Tarhan, L.G., Jacobson, A.D. et al. 2023. The evolution of the marine carbonate factory. <em>Nature</em> https://doi.org/10.1038/s41586-022-05654-5 <a href='https://www.nature.com/articles/s41586-022-05654-5'>[link]</a></li>
<li>Capel, E., C. Monnet, C.J. Cleal, J. Xue, T. Servais, B. Cascales-Miñana. 2023. The effect of geological biases on our perception of early land plant radiation. <em>Palaeontology</em> 66:e12644 <a href='https://onlinelibrary.wiley.com/doi/epdf/10.1111/pala.12644'>[link]</a></li>
<li>Sessa, J.A., A.J. Fraass, LJ. LeVay, K.M. Jamson, S.E. Peters. 2023. The Extending Ocean Drilling Pursuits (eODP) Project: Synthesizing Scientific Ocean Drilling Data. <em>Geochemistry, Geophysics, Geosystems</em> <a href='https://doi.org/10.1029/2022GC010655'>[link]</a></li>
<li>Segessenman, D.C. and S.E. Peters. 2023. Macrostratigraphy of the Ediacaran system in North America. In "Laurentia: Turning Points in the Evolution of a Continent." S.J. Whitmeyer, M.L. Williams, D.A. Kellett, B. Tikoff, eds. <em>GSA Memoir.</em> <a href='https://doi.org/10.1130/2022.1220(21)'>[link]</a></li>
<li>Boulila, S., S.E. Peters, R.D. Müller, B.U. Haq, N.Hara. 2023. Earth’s interior dynamics drive marine fossil diversity cycles of tens of millions of years. <em>Proceedings of the National Academy of Sciences</em> e2221149120 <a href='https://doi.org/0.1073/pnas.2221149120'>[link]</a></li>
<li>Peters, S.E., D. Quinn, J.M. Husson, R.R. Gaines. 2022. Macrostratigraphy: insights into cyclic and secular evolution of the Earth-life system. <em>Ann. Rev. Earth & Planet. Sci.</em> 50:419-449 <a href='https://doi.org/10.1146/annurev-earth-032320-081427'>[link]</a></li>
<li>Emmings, J.F., S.W. Poulton, J. Walsh, K.A. Leeming, I. Ross, S.E. Peters. 2022. Pyrite mega-analysis reveals modes of anoxia through geologic time. <em>Science Advances 8(11).</em> <a href='https://doi.org/10.1126/sciadv.abj5687'>[link]</a></li>
<li>Chen, G., Q. Cheng, S.E. Peters, C.J. Spencer, M. Zhao. 2022. Feedback between surface and deep processes: insight from time series analysis of sedimentary record. <em>Earth and Planet. Sci. Letters.</em> <a href='https://doi.org/10.1016/j.epsl.2021.117352'>[link]</a></li>
<li>Peters, S.E. et al. 2021. Igneous rock area and age in continental crust. <em>Geology.</em> doi:10.1130/G49037.1. <a href="https://doi.org/10.1130/G49037.1">[link]</a></li>
<li>Loughney, K.M., C. Badgley, A. Bahadori, W.E. Hold, and E.T. Rasbury. 2021. Tectonic influence on Cenozoic mammal richness and sedimentation history of the Basin and Range, western North America. <em>Science Advances</em> 7(45):p.eabh4470. <a href='https://doi.org/10.1126/sciadv.abh4470'>doi:10.1126/sciadv.abh4470</a></li>
<li>Key, M.M. Jr., P.N.W. Jackson, C.M. Reid. 2021. Trepostome bryozoans buck the trend and ignore calcite-aragonite seas. <em>Palaeobiodiversity and Palaeoenvironments.</em> doi:10.1007/s12549-021-00507-x. <a href="https://link.springer.com/article/10.1007/s12549-021-00507-x">[link]</a></li>
<li>Lipp, A.G. et al. 2021. The composition and weathering of the continents over geologic time. <em>Geochemical Perspectives Letters.</em> doi:10.7185/geochemlet.2109. <a href="https://doi.org/10.7185/geochemlet.2109">[link]</a></li>
<li>Barnes, B.D., J.M. Husson, S.E. Peters. 2020. Authigenic carbonate burial in the Late Devonian–Early Mississippian Bakken Formation (Williston Basin, USA). <em>Sedimentology.</em> doi:10.1111/sed.12695. <a href="https://doi.org/10.1111/sed.12695">[link]</a></li>
<li>Close, R.A. et al. 2020. The spatial structure of Phanerozoic marine animal diversity. <em>Science</em> doi:10.1126/science.aay8309. <a href="https://doi.org/10.1126/science.aay8309">[link]</a></li>
<li>Balseiro, D. and Powell, M.G. 2019. Carbonate collapse and the Late Paleozoic Ice Age marine biodiversity crisis. <em>Geology</em> doi:10.1130/G46858.1. <a href="https://doi.org/10.1130/G46858.1">[link]</a></li>
<li>Keller, C.B., J.M. Husson, R.N. Mitchell, W.F. Bottke, T.M. Gernon, P. Boehnke, E.A. Bell, N.L. Swanson-Hysell, S.E. Peters. 2019. Neoproterozoic glacial origin of the Great Unconformity. <em>Proc. Nat. Acad. of Sci. USA.</em> 116(4):1136-1145. doi:10.1073/pnas.1804350116 <a href="https://doi.org/10.1073/pnas.1804350116" target="_blank">[link]</a></li>
<li>Keating-Bitonti, C.R., and S.E. Peters. 2019. Influence of increasing carbonate saturation in Atlantic bottom water during the late Miocene. <em>Palaeogeography, Palaeoclimatology, Palaeoecology</em> 518:134-142. doi:10.1016/j.palaeo.2019.01.006<a href="https://doi.org/10.1016/j.palaeo.2019.01.006" target="_blank">[link]</a></li>
<li>Cohen, P.A., R. Lockwood, S.E. Peters. 2018. Integrating Macrostrat and Rockd into undergraduate Earth Science Teaching. <em>Elements of Paleontology</em>. doi:10.1017/9781108681445 <a href="https://doi.org/10.1017/9781108681445" target="_blank">[link]</a></li>
<li>Isson, T.T., and N.J. Planavsky. 2018. Reverse weathering as a long-term stabilizer of marine pH and planetary climate. <em>Nature</em> 560:571-475. doi:10.1038/s41586-018-0408-4 <a href="https://doi.org/10.1038/s41586-018-0408-4" target="_blank">[link]</a></li>
<li>Husson, J.M. and S.E. Peters. 2018. Nature of the sedimentary rock record and its implications for Earth system evolution. <em>Emerging Topics in Life Sciences</em>. doi:10.1042/ETLS20170152 <a href="https://doi.org/10.1042/ETLS20170152" target="_blank">[link]</a></li>
<li>Peters, S.E., J.M. Husson. 2018. We need a global comprehensive stratigraphic database: here’s a start. <em>The Sedimentary Record</em> 16(1). doi:10.2110/sedred.2018.1 <a href="https://www.sepm.org/files/161article.l5vs1la4j8g2gxzu.pdf" target="_blank">[link]</a></li>
<li>Peters, S.E., J.M. Husson, J. Czaplewski. 2018. Macrostrat: a platform for geological data integration and deep-time Earth crust research. <em>Geochemistry, Geophysics, Geosystems</em>. <a href="https://doi.org/10.1029/2018GC007467" target="_blank">[link]</a><br>Preprint available on <em>EarthArXiv</em> 27,Jan18. doi:10.17605/OSF.IO/YNAXW <a href="https://eartharxiv.org/ynaxw" target="_blank">[link]</a></li>
<li>Schachat, S.R., C.C. Labandeira, M.R. Saltzman, B.D. Cramer, J.L. Payne, C.K. Boyce. 2018. Phanerozoic pO2 and the early evolution of terrestrial animals. <em>Proc. Roy. Soc. B.</em><a href="http://dx.doi.org/10.1098/rspb.2017.2631" target="_blank">[link]</a></li>
<li>Zaffos, A., S. Finnegan, S.E. Peters. 2017. Plate tectonic regulation of global marine animal diversity. <em>Proc. Nat. Acad. of Sci. USA</em>. <a href="http://www.pnas.org/cgi/doi/10.1073/pnas.1702297114" target="_blank">[link]</a></li>
<li>Peters, S.E., J.M. Husson. J. Wilcots. 2017. Rise and fall of stromatolites in shallow marine environments. <em>Geology</em>. <a href="http://dx.doi.org/10.1130/G38931.1" target="_blank">[link]</a></li>
<li>Peters, S.E., J.M. Husson. 2017. Sediment cycling on continental and oceanic crust. <em>Geology</em> 45:323-326. <a href="http://geology.geoscienceworld.org/content/45/4/323.full?ijkey=UZ6cbXCii4p8w&keytype=ref&siteid=gsgeology" target="_blank">[link]</a></li>
<li>Husson, J.M., S.E. Peters. 2017. Atmospheric oxygenation driven by unsteady growth of the continental sedimentary reservoir. <em>Earth and Planetary Science Letters</em>. 460:68-75. <a href="http://www.sciencedirect.com/science/article/pii/S0012821X16307129" target="_blank">[link]</a></li>
<li>Schott, R. 2017. Rockd: Geology at your fingertips in a mobile world. <em>Bulletin of the Eastern Section of the National Association of Geoscience Teachers</em> 67(2):1-4</em>. <a href="https://www.hcc.edu/Documents/Faculty-Staff/winters-trobaugh%20%27cli-fi%20@%202y%27%20Spring%202017%20NAGT-ES%20Bulletin%20CB.pdf" target="_blank">[link]</a></li>
<li>Chan, M.A., S.E. Peters, B. Tikoff. 2016. The future of field geology, open data sharing, and cybertechnology in Earth science. <em>The Sedimentary Record</em> 14:4-10. <a href="http://www.sepm.org/CM_Files/SedimentaryRecord/SedRecord14-1%234.pdf" target="_blank">[link]</a></li>
<li>Nelsen, M.P., B.A. DiMichele, S.E. Peters, C.K. Boyce. 2016. Delayed fungal evolution did not cause the Paleozoic peak in coal production. <em>Proc. Nat. Acad. of Sci. USA</em>. <a href="http://www.pnas.org/cgi/doi/10.1073/pnas.1517943113" target="_blank">[link]</a></li>
<li>Heavens, N.G. 2015. Injecting climate modeling into deep time studies: ideas for nearly every project. <em>The Sedimentary Record</em> 13:(4)4-10. <a href="http://www.sepm.org/CM_Files/SedimentaryRecord/SedRecord13-4final.pdf" target="_blank">[link]</a></li>
<li>Carroll, A.R. 2015. <em>Geofuels: energy and the Earth</em>. Cambridge University Press. <a href="http://www.cambridge.org/us/academic/subjects/earth-and-environmental-science/environmental-science/geofuels-energy-and-earth?format=PB&isbn=9781107401204" target="_blank">[link]</a></li>
<li>Thomson, T.J. and M.L. Droser. 2015. Swimming reptiles make their mark in the Early Triassic: delayed ecologic recovery increased the preservation potential of vertebrate swim tracks. <em>Geology</em> 43:215-218. <a href="http://geology.gsapubs.org/content/43/3/215.abstract?sid=8573a247-dfc8-482b-960d-ee8afe846a40" target="_blank">[link]</a></li>
<li>Fraass, A.J., D.C. Kelly, S.E. Peters. 2015. Macroevolutionary history of the planktic foraminifera. <em>Annual Review of Earth and Planetary Sciences</em> 43:5.1-5.28. <a href="http://dx.doi.org/10.1146/annurev-earth-060614-105059" target="_blank">[link]</a></li>
<li>Fan, Y., S. Richard, R.S. Bristol, S.E. Peters, et al.. 2015. DigitalCrust: A 4D data system of material properties for transforming research on crustal fluid flow. <em>Geofluids</em> 15:372-379. <a href="http://dx.doi.org/10.1111/gfl.12114" target="_blank">[link]</a></li>
<li>Peters, S.E., D.C. Kelly, and A. Fraass. 2013. Oceanographic controls on the diversity and extinction of planktonic foraminifera. <em>Nature</em>. 493:398-401.<a href='http://www.nature.com/nature/journal/v493/n7432/full/nature11815.html' target="_blank">[link]</a>.</li>
<li>Benson, R.B.J., P.D. Mannion, R.J. Butler, P. Upchurch, A. Goswami, and S.E. Evans. 2012. Cretaceous tetrapod fossil record sampling and faunal turnover: implications for biogeography and the rise of modern clades. <em>Palaeogeography, Palaeoclimatology, Palaeoecology</em>. <a href='http://www.sciencedirect.com/science/article/pii/S0031018212006116' target="_blank">[link]</a>.</li>
<li>Rook, D.L., N.A. Heim, and J. Marcot. 2012.Contrasting patterns and connections of rock and biotic diversity in the marine and non-marine fossil records of North America. <em>Palaeogeography, Palaeoclimatology, Palaeoecology</em>. 372:123-129. <a href='http://www.sciencedirect.com/science/article/pii/S0031018212005718' target="_blank">[link]</a></li>
<li>Halevy, I, S.E. Peters, and W.W. Fischer. 2012. Sulfate burial constraints on the Phanerozoic sulfur cycle. <em>Science</em> 337:331-334. doi:10.1126/science.1220224.<a href='http://www.sciencemag.org/content/337/6092/331.abstract' target="_blank">[link]</a>.</li>
<li>Peters, S.E. and R.R. Gaines. 2012. Formation of the ‘Great Unconformity’ as a trigger for the Cambrian explosion. <em>Nature</em> 484:363-366. doi:10.1038/nature10969. <a href='http://www.nature.com/nature/journal/v484/n7394/full/nature10969.html' target="_blank">[link]</a>.</li>
<li>Finnegan, S., N.A. Heim, S.E. Peters and W.W. Fischer. 2012. Climate change and the selective signature of the late Ordovician mass extinction. <em>PNAS</em> doi:10.1073/pnas.1117039109. <a href='http://www.pnas.org/content/early/2012/04/16/1117039109.abstract' target="_blank">[link]</a>.</li>
<li>Hannisdal, B. and S.E. Peters. 2011. Phanerozoic Earth system evolution and marine biodiversity. <em>Science</em> 334:1121-1124. <a href='http://www.sciencemag.org/content/334/6059/1121.short' target="_blank">[link]</a>.</li>
<li>Butler, R.J. et al. 2011. Sea level, dinosaur diversity and sampling biases: investigating the ‘common cause’ hypothesis in the terrestrial realm. <em>Proc. Roy. Soc. London B</em> 278:1165-1170. <a href='http://rspb.royalsocietypublishing.org/content/278/1709/1165.abstract' target="_blank">[link]</a>.</li>
<li>Melott, A.L. and R.K. Bambach 2011. A ubquitous ~62-Myr periodic fluctuation superimposed on general trends in fossil biodiversity II. Evolutionary dynamics associated with period fluctuation in marine diversity. <em>Paleobiology</em> 37:369-382. <a href='http://paleobiol.geoscienceworld.org/cgi/content/abstract/37/3/383' target="_blank">[link]</a>.</li>
<li>Heim, N.A. and S.E. Peters. 2011. Regional environmental breadth predicts geographic range and longevity in fossil marine genera. <em>PLoS One</em> 6:(5) e18946; doi:10.1371/journal.pone.0018946 <a href='http://www.plosone.org/article/fetchObjectAttachment.action?uri=info%3Adoi%2F10.1371%2Fjournal.pone.0018946&representation=PDF' target="_blank">[PDF]</a>.</li>
<li>Peters, S.E. and N.A. Heim. 2011. Macrostratigraphy and macroevolution in marine environments: testing the common-cause hypothesis. In, Smith, A.B., and A. McGowan, eds. Comparing the rock and fossil records: implications for biodiversity.
<em>Special Publication of the Geological Society of London</em> 358:95-104. doi: 10.1144/SP358.7. <a href='http://sp.lyellcollection.org/content/358/1/95.abstract' target="_blank">[link]</a></li>
<li>Peters, S.E. and N.A. Heim. 2011. The stratigraphic distribution of marine fossils in North America. <em>Geology</em> 39:259-262; doi: 10.1130/G31442.1. <a href='http://geology.geoscienceworld.org/cgi/content/full/39/3/259?ijkey=ziaWozfgcb82w&keytype=ref&siteid=gsgeology' target="_blank">[PDF]</a></li>
<li>Finnegan, S., S.E. Peters, and W.W. Fischer. 2011. Late Ordovician-Early Silurian selective extinction patterns in Laurentia and their relationship to climate change. In J.C. Gutiérrez-Marco, I. Rábano, and D. Garcia-Bellido, eds. <em>Ordovician of the World.</em> Cuadernos del Museo Geominera 14: 155-159.</li>
<li>Meyers, S.R. and S.E. Peters. 2011. A 56 million year rhythm in North American sedimentation during the Phanerozoic. <em>EPSL</em> doi:10.1016/j.epsl.2010.12.044. <a href='http://dx.doi.org/10.1016/j.epsl.2010.12.044' target="_blank">[PDF]</a></li>
<li>Heim, N.A. and S.E. Peters. 2011. Covariation in macrostratigraphic and macroevolutionary patterns in the marine record of North America. <em>GSA Bulletin</em> 123:620-630.
<a href='http://bulletin.geoscienceworld.org/cgi/content/full/123/3-4/620?ijkey=PALfAKR8a3Yio&keytype=ref&siteid=gsabull' target="_blank">[PDF]</a></li>
<li>Peters, S.E. and N.A. Heim. 2010. The geological completeness of paleontological sampling in North America. <em>Paleobiology</em> 36:61-79. <a href='http://strata.geology.wisc.edu/vita/reprints/PetersHeim2010.pdf' target="_blank">[PDF]</a>.</li>
<li>Marx, F.G. 2009. Marine mammals through time: when less is more in studying palaeodiversity. <em>Proceedings of the Royal Society of London B</em> 138:183-196. <a href='http://rspb.royalsocietypublishing.org/content/276/1658/887.abstract' target="_blank">[link]</a></li>
<li>McGowan, A.J., and A. Smith. 2008. Are global Phanerozoic marine diversity curves truly global? A study of the relationship between regional rock records and global Phanerozoic marine diversity. <em>Paleobiology</em> 34:80-103. <a href='http://paleobiol.geoscienceworld.org/cgi/content/abstract/34/1/80' target="_blank">[link]</a></li>
<li>Mayhew, P.J., G.B. Jenkins, and T.G. Benton. 2008. Long-term association between global temperature and biodiversity, origination and extinction in the fossil record. <em>Proceedings of the Royal Society of London B</em> 275:47-53. <a href='http://rspb.royalsocietypublishing.org/content/275/1630/47' target="_blank">[link]</a></li>
<li>Peters, S.E. 2008. Environmental determinants of extinction selectivity in the fossil record. <em>Nature</em> 454:626-629.
<a href='http://strata.geology.wisc.edu/vita/reprints/Peters2008.pdf' target="_blank">[PDF]</a> <a href='http://strata.geology.wisc.edu/vita/reprints/Peters2008sup.pdf' target="_blank">[supplement]</a></li>
<li>Peters, S.E. 2008. Macrostratigraphy and its promise for paleobiology. Pp. 205-232 <em>In</em> P.H. Kelley and R.K. Bambach, eds. From evolution to geobiology: research questions driving paleontology at the start of a new century. The Paleontological Society Papers, Vol. 14. 9.<a href='http://strata.geology.wisc.edu/vita/reprints/Peters2008b.pdf' target="_blank">[PDF]</a></li>
<li>Peters, S.E. and W.I. Ausich. 2008. A sampling-standardized macroevolutionary history for Ordovician-Early Silurian crinoids. <em>Paleobiology</em> 34:104-116. <a href='http://strata.geology.wisc.edu/vita/reprints/Peters&Ausich2008.pdf' target="_blank">[PDF]</a></li>
<li>Smith, A.B. 2007. Marine diversity through the Phanerozoic: problems and prospects. <em>Journal of the Geological Society, London</em> 164:731-745.<a href='http://jgs.geoscienceworld.org/cgi/content/abstract/164/4/731' target="_blank">[link]</a></li>
<li>Peters, S.E. 2007. The problem with the Paleozoic. <em>Paleobiology</em> 33:165-181.<a href='http://strata.geology.wisc.edu/vita/reprints/Peters2007.pdf' target="_blank">[PDF]</a></li>
<li>Peters, S.E. 2006. Macrostratigraphy of North America. <em>Journal of Geology</em> 114:391-412.<a href='http://strata.geology.wisc.edu/vita/reprints/Peters2006.pdf' target="_blank">[PDF]</a></li>
<li>Peters, S.E. 2005. Geologic constraints on the macroevolutionary history of marine animals. <em>Proceedings of the National Academy of Sciences U.S.A.</em> 102:12326-12331.<a href='http://strata.geology.wisc.edu/vita/reprints/Peters2005.pdf' target="_blank">[PDF]</a></li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class="row footer">
<div class="container">
<div class="col-sm-4" id="who-made-it">
<a href="/"><img src="img/logo_white_small.png"></a>
<br>Produced by the <a href="http://strata.geology.wisc.edu" target="_blank">UW Macrostrat Lab</a> <a href="https://github.com/UW-Macrostrat" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="col-sm-4" id="bottom-nav">
<ul class="nav footer-nav">
<li><a href="#about">About</a></li>
<li><a href="#apps">Apps</a></li>
<li><a href="#api">API</a></li>
<li><a href="#people">People</a></li>
<li><a href="#donate">Donate</a></li>
<li><a href="#publications">Publications</a></li>
</ul>
</div>
<div class="col-sm-4 funding">
<div class="funding-line">
<img src="img/nsf.png" class="funding-logo">
<p>Current support:<br>EAR-1948843 <br>
ICER-1928323 <br>UW-Madison Dept. Geoscience
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/lib/zepto.min.js"></script>
<script src="js/lib/snap.min.js"></script>
<script src="js/lib/fastclick.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>