Skip to content

Commit

Permalink
Deployed d9ade7d with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarno committed Aug 6, 2024
1 parent 787d366 commit b858040
Show file tree
Hide file tree
Showing 1,429 changed files with 185,148 additions and 407,766 deletions.
27 changes: 13 additions & 14 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
<title>Coda Calibration Tool Documentation</title>
<link rel="stylesheet" href="/css/theme.css" />
<link rel="stylesheet" href="/css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script src="/js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand All @@ -27,7 +26,7 @@
<a href="/." class="icon icon-home"> Coda Calibration Tool Documentation
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
</form>
</div>
</div>
Expand Down Expand Up @@ -62,13 +61,12 @@
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="/." class="icon icon-home" alt="Docs"></a> &raquo;</li>
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>

<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">

Expand Down Expand Up @@ -104,14 +102,15 @@ <h1 id="404-page-not-found">404</h1>

</span>
</div>
<script>var base_url = '/';</script>
<script src="/js/theme_extra.js" defer></script>
<script src="/js/theme.js" defer></script>
<script src="/search/main.js" defer></script>
<script defer>
window.onload = function () {
<script src="/js/jquery-3.6.0.min.js"></script>
<script>var base_url = "/";</script>
<script src="/js/theme_extra.js"></script>
<script src="/js/theme.js"></script>
<script src="/search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
};
});
</script>

</body>
Expand Down
6 changes: 3 additions & 3 deletions css/theme.css

Large diffs are not rendered by default.

38 changes: 22 additions & 16 deletions css/theme_extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
* https://github.com/mkdocs/mkdocs/issues/233
*/
.rst-content pre code {
white-space: pre;
word-wrap: normal;
display: block;
padding: 12px;
font-size: 12px;
white-space: pre;
word-wrap: normal;
display: block;
padding: 12px;
font-size: 12px;
}

/**
Expand Down Expand Up @@ -77,9 +77,9 @@ pre .cs, pre .c {
* https://github.com/mkdocs/mkdocs/issues/319
*/
.rst-content .no-highlight {
display: block;
padding: 0.5em;
color: #333;
display: block;
padding: 0.5em;
color: #333;
}


Expand All @@ -103,7 +103,7 @@ pre .cs, pre .c {
form .search-query {
width: 100%;
border-radius: 50px;
padding: 6px 12px; /* csslint allow: box-model */
padding: 6px 12px;
border-color: #D1D4D5;
}

Expand All @@ -113,11 +113,11 @@ form .search-query {
* https://github.com/mkdocs/mkdocs/issues/656
*/
.rst-content .admonition code {
color: #404040;
border: 1px solid #c7c9cb;
border: 1px solid rgba(0, 0, 0, 0.2);
background: #f8fbfd;
background: rgba(255, 255, 255, 0.7);
color: #404040;
border: 1px solid #c7c9cb;
border: 1px solid rgba(0, 0, 0, 0.2);
background: #f8fbfd;
background: rgba(255, 255, 255, 0.7);
}

/*
Expand All @@ -135,8 +135,8 @@ form .search-query {
}

td, th {
border: 1px solid #e1e4e5 !important; /* csslint allow: important */
border-collapse: collapse;
border: 1px solid #e1e4e5 !important;
border-collapse: collapse;
}

/*
Expand All @@ -155,6 +155,12 @@ td, th {
padding-bottom: 40px;
}

/* For section-index only */
.wy-menu-vertical .current-section p {
background-color: #e3e3e3;
color: #404040;
}

/*
* The second step of above amendment: Here we make sure the items are aligned
* correctly within the .rst-current-version container. Using flexbox, we
Expand Down
42 changes: 21 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Coda Calibration Tool Documentation</title>
<link rel="stylesheet" href="css/theme.css" />
<link rel="stylesheet" href="css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script>
// Current page data
Expand All @@ -17,12 +17,11 @@
var mkdocs_page_url = null;
</script>

<script src="js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand All @@ -34,14 +33,14 @@
<a href="." class="icon icon-home"> Coda Calibration Tool Documentation
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href=".">Home</a>
<li class="toctree-l1 current"><a class="reference internal current" href="#">Home</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#about-cct">About CCT</a>
</li>
Expand Down Expand Up @@ -143,17 +142,17 @@
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="." class="icon icon-home" alt="Docs"></a> &raquo;</li><li>Home</li>
<li><a href="." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Home</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>

<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">

<h1 id="coda-calibration-tool-cct-1021-documentation">Coda Calibration Tool (CCT) 1.0.21 documentation</h1>
<h1 id="coda-calibration-tool-cct-1022-documentation">Coda Calibration Tool (CCT) 1.0.22 documentation</h1>
<p><sub>2023-12-20; Version 1.1; Authors Barno, Justin | Mayeda, Kevin</sub></p>
<h2 id="about-cct">About CCT</h2>
<p>The Coda Calibration Tool (CCT) is a Java-based application that stems from a collaborative project by scientists from the USNDC (AFTAC/SDS) and DOE (LLNL) as well as significant input from seismologists from the University of Utah, INGV (Milan) and USGS (Golden, CO), Natural Resources Canada. This tool consolidates research-mode scripts circa 1995 (SAC, C-shell, Fortran) into a robust platform-independent tool using the empirical 1-D method outlined by <a href="https://doi.org/10.1029/96JB00112">Mayeda and Walter (1996)</a> and <a href="https://doi.org/10.1785/0120020020">Mayeda et al. (2003)</a>.</p>
Expand All @@ -170,15 +169,15 @@ <h2 id="tutorial-guide-for-new-users">Tutorial Guide for New Users</h2>
<h3 id="getting-started">Getting Started</h3>
<h4 id="downloading-cct">Downloading CCT</h4>
<p>The latest version of the Coda Calibration Tool (CCT) can be found on the <a href="https://github.com/LLNL/coda-calibration-tool/releases/">release page</a></p>
<p>The standalone CCT jar file is calibration-standalone-1.0.21-runnable.jar while the REST services only are available in calibration-application-1.0.21-runnable.jar.</p>
<p>The standalone CCT jar file is calibration-standalone-1.0.22-runnable.jar while the REST services only are available in calibration-application-1.0.22-runnable.jar.</p>
<h4 id="downloading-sf-bay-area-example-tarfile">Downloading SF Bay Area example tarfile</h4>
<p>The complete SF Bay Area calibration which includes SAC waveforms, stacked envelopes and JavaScript
Object Notation (JSON) parameter files can be <a href="https://doi.org/10.5281/zenodo.10019686">downloaded here</a></p>
<h4 id="running-cct">Running CCT</h4>
<p>You can launch CCT by executing Java from the command line as:</p>
<p><code>java -Xmx12g -jar calibration-standalone-1.0.21-runnable.jar</code></p>
<p><code>java -Xmx12g -jar calibration-standalone-1.0.22-runnable.jar</code></p>
<p>Or, if you have Java 11+ as:</p>
<p><code>java -XX:MaxRAMPercentage=70.0 -jar calibration-standalone-1.0.21-runnable.jar</code></p>
<p><code>java -XX:MaxRAMPercentage=70.0 -jar calibration-standalone-1.0.22-runnable.jar</code></p>
<p>Generally your -Xmx flag should be set to, at most, ~70% of the physical RAM available on the machine.</p>
<p>You can add the <code>--spring.profiles.active=file</code> flag to the Java call if your dataset is larger than the physical RAM on your machine.
This will output a large database file that is also useful if you want to save the entire database or connect to it with an external database browser tool. The tradeoff is that you have to wait for the read/write times of the hard drive so this mode can be slower than the default RAM-only mode.</p>
Expand Down Expand Up @@ -977,20 +976,21 @@ <h2 id="configuration-variables">Configuration variables</h2>

</span>
</div>
<script>var base_url = '.';</script>
<script src="js/theme_extra.js" defer></script>
<script src="js/theme.js" defer></script>
<script src="search/main.js" defer></script>
<script defer>
window.onload = function () {
<script src="js/jquery-3.6.0.min.js"></script>
<script>var base_url = ".";</script>
<script src="js/theme_extra.js"></script>
<script src="js/theme.js"></script>
<script src="search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
};
});
</script>

</body>
</html>

<!--
MkDocs version : 1.3.0
Build Date UTC : 2024-01-18 15:56:48.733952+00:00
MkDocs version : 1.6.0
Build Date UTC : 2024-08-06 21:57:38.375061+00:00
-->
Loading

0 comments on commit b858040

Please sign in to comment.