Skip to content

Commit

Permalink
Pmag 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastorgalan committed Jun 14, 2024
1 parent 87173a2 commit 279a68d
Show file tree
Hide file tree
Showing 14 changed files with 5,900 additions and 3,277 deletions.
26 changes: 25 additions & 1 deletion changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,30 @@
<h5> Paleomagnetism.org 2 - Changelog </h5>
<p> The following page records changes that were made and fixes that were applied to the application.
</div>
<div class="card">
<div class="card-header" id="headingEight">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseEight" aria-expanded="true" aria-controls="collapseEight">
Paleomagnetism.org 2.9.0 - New Major Features and Fixes <small class="text-muted">&nbsp; 2024-06-14</small>
</button>
</div>
<div id="collapseEight" class="collapse show" aria-labelledby="headingEight" data-parent="#accordion">
<div class="card-body">
<ul>
<p> <b> Features </b>
<li> Added Inclinination Only into the Statistics Portal
<li> Added Bootstrap Common Mean Direction Test from Heslop et al. (2023)
<li> Still working in new additions, if you are here reading this you are sneaking too deep into my playground
<li> Obviously you want jokes, I have none.
</ul>
<ul>
<p> <b> Fixes </b>
<li> Fixed Vaes et al., 2023 reference
<li> Fixed <a href="https://apwp-online.org">APWP Online</a> by Vaes et al., 2024 reference
</ul>

</div>
</div>
</div>

<div id="accordion">

Expand All @@ -100,7 +124,7 @@ <h5> Paleomagnetism.org 2 - Changelog </h5>
<li> Fixed reading of Caltech format in the case of a missing specimen header field. Additional sanity checks were added for the measurements.
<li> Fixed MagIC headers for the specimens table.
<li> MagIC sites are now determined per unique latitude and longitude instead of per sample.
<li> Updated team members' insititutions and roles.
<li> Updated team members' insititutions and roles.
<li> Added access to <a href="https://jollyfant.github.io/Paleomagnetism.org/Paleomagnetism.org/">Paleomagnetism.org version 1.0.0</a> to convert legacy .dir files when importing them to the intepretation portal. <b>Please do not use this application for anything else</b>.
</ul>

Expand Down
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,8 @@ select {
#step-container tr:hover {
background-image: linear-gradient(to right, rgba(124,181,236,0), rgba(124,181,236,0.25), rgba(124,181,236,0));
}

.chart-row {
margin-top: 40px;
margin-bottom: 40px;
}
2 changes: 1 addition & 1 deletion geography/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h5> Paleomagnetism.org 2 - Magnetostratigraphy </h5>
<br>
<div class="alert alert-light alert-dismissible fade show" role="alert">
<h5> Geography - Map Overview & APWPs </h5>
<p> This map overview illustrates vertical-axis rotations for the selected sites including confidence parachutes (ΔDx). Declinations, inclinations, paleolatitudes, and apparent polar wander paths can be plotted for major plates. <p> <b>Tip!</b> You can create your own APWPs using <a href='https://apwp-online.org'>APWP-Online</a> by Vaes et al., 2023.
<p> This map overview illustrates vertical-axis rotations for the selected sites including confidence parachutes (ΔDx). Declinations, inclinations, paleolatitudes, and apparent polar wander paths can be plotted for major plates. <p> <b>Tip!</b> You can create your own APWPs using <a href='https://apwp-online.org'>APWP-Online</a> by Vaes et al., 2024.
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
Expand Down
Loading

0 comments on commit 279a68d

Please sign in to comment.