Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jun 28, 2024
1 parent 1767a0d commit 7925ee1
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2349c4e
328200a0
4 changes: 2 additions & 2 deletions models/ITM/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ <h1 class="title">Irregular Terrain Model (ITM)</h1>
<p>A description of the Irregular Terrain Model (ITM), as well as details on input parameters, can be found at the <a href="https://github.com/NTIA/itm">public GitHub repo</a>.</p>
<section id="getting-started" class="level2">
<h2 class="anchored" data-anchor-id="getting-started">Getting Started</h2>
<p>Language-specific information on getting started using this library, including installation instructions, is available by following these links:</p>
<p><a href="../../models/ITM/cpp.html#getting-started" class="btn btn-secondary" role="button">C++</a> <a href="../../models/ITM/dotnet.html#getting-started" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/ITM/matlab.html#getting-started" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/ITM/python.html#getting-started" class="btn btn-secondary" role="button">Python</a></p>
<p>This page documents the inputs, outputs, and primary functions of this software in a language-agnostic way. Language-specific documentation is additionally provided for this library. The pages linked below include installation instructions as well as usage examples for each supported language.</p>
<p><a href="../../models/ITM/cpp.html" class="btn btn-secondary" role="button">C++</a> <a href="../../models/ITM/dotnet.html" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/ITM/matlab.html" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/ITM/python.html" class="btn btn-secondary" role="button">Python</a></p>
</section>
<section id="functions" class="level1">
<h1>Functions</h1>
Expand Down
32 changes: 16 additions & 16 deletions models/P2108/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<meta name="dcterms.date" content="2024-06-28">

<title>ITS Propagation Library Wiki - ITU-R P.2108</title>
<style>
Expand Down Expand Up @@ -233,7 +234,19 @@ <h1 class="title">ITU-R P.2108</h1>
<div class="quarto-title-meta">


<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">June 28, 2024</p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">June 28, 2024</p>
</div>
</div>

</div>

Expand All @@ -242,24 +255,11 @@ <h1 class="title">ITU-R P.2108</h1>
</header>


<div class="callout callout-style-default callout-warning callout-titled">
<div class="callout-header d-flex align-content-center">
<div class="callout-icon-container">
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
Page Under Construction
</div>
</div>
<div class="callout-body-container callout-body">
<p>This page is still under construction and has not yet been finalized. Information may be outdated, incorrect, or missing. While this message is visible, contact <a href="mailto:[email protected]">[email protected]</a> with any questions.</p>
</div>
</div>
<p>Recommendation ITU-R P.2108 <em>Prediction of clutter loss</em> contains three methods for the prediction of clutter loss: the <a href="#height-gain-terminal-correction-model">Height Gain Terminal Correction Model</a>, <a href="#terrestrial-statistical-model">Terrestrial Statistical Model</a>, and <a href="#aeronautical-statistical-model">Aeronautical Statistical Model</a> <span class="citation" data-cites="p2108-1"><a href="#ref-p2108-1" role="doc-biblioref">[1, Secs. 3.1–3.3]</a></span>. This software implements each of the three models.</p>
<section id="getting-started" class="level2">
<h2 class="anchored" data-anchor-id="getting-started">Getting Started</h2>
<p>Language-specific information on getting started using this library, including installation instructions, is available by following these links:</p>
<p><a href="../../models/P2108/cpp.html#getting-started" class="btn btn-secondary" role="button">C++</a> <a href="../../models/P2108/dotnet.html#getting-started" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/P2108/matlab.html#getting-started" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/P2108/python.html#getting-started" class="btn btn-secondary" role="button">Python</a></p>
<p>This page documents the inputs, outputs, and primary functions of this software in a language-agnostic way. Language-specific documentation is additionally provided for this library. The pages linked below include installation instructions as well as usage examples for each supported language.</p>
<p><a href="../../models/P2108/cpp.html" class="btn btn-secondary" role="button">C++</a> <a href="../../models/P2108/dotnet.html" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/P2108/matlab.html" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/P2108/python.html" class="btn btn-secondary" role="button">Python</a></p>
</section>
<section id="model-selection" class="level2">
<h2 class="anchored" data-anchor-id="model-selection">Model Selection</h2>
Expand Down Expand Up @@ -388,7 +388,7 @@ <h3 class="anchored" data-anchor-id="height-gain-terminal-correction-model">Heig
<section id="examples" class="level4">
<h4 class="anchored" data-anchor-id="examples">Examples</h4>
<p>Language-specific code examples showing the use of this function are available by following these links:</p>
<p><a href="../../models/P2108/cpp.html#height-gain-terminal-correction" class="btn btn-secondary" role="button">C++</a> <a href="../../models/P2108/dotnet.html#height-gain-terminal-correction" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/P2108/matlab.html#height-gain-terminal-correction" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/P2108/python.html#height-gain-terminal-correction" class="btn btn-secondary" role="button">Python</a></p>
<p><a href="../../models/P2108/cpp.html#height-gain-terminal-correction-model" class="btn btn-secondary" role="button">C++</a> <a href="../../models/P2108/dotnet.html#height-gain-terminal-correction-model" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/P2108/matlab.html#height-gain-terminal-correction-model" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/P2108/python.html#height-gain-terminal-correction-model" class="btn btn-secondary" role="button">Python</a></p>
</section>
</section>
<section id="terrestrial-statistical-model" class="level3">
Expand Down
6 changes: 3 additions & 3 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@
"href": "models/P2108/index.html",
"title": "ITU-R P.2108",
"section": "",
"text": "Page Under Construction\n\n\n\nThis page is still under construction and has not yet been finalized. Information may be outdated, incorrect, or missing. While this message is visible, contact [email protected] with any questions.\nRecommendation ITU-R P.2108 Prediction of clutter loss contains three methods for the prediction of clutter loss: the Height Gain Terminal Correction Model, Terrestrial Statistical Model, and Aeronautical Statistical Model [1, Secs. 3.1–3.3]. This software implements each of the three models."
"text": "Recommendation ITU-R P.2108 Prediction of clutter loss contains three methods for the prediction of clutter loss: the Height Gain Terminal Correction Model, Terrestrial Statistical Model, and Aeronautical Statistical Model [1, Secs. 3.1–3.3]. This software implements each of the three models."
},
{
"objectID": "models/P2108/index.html#getting-started",
"href": "models/P2108/index.html#getting-started",
"title": "ITU-R P.2108",
"section": "Getting Started",
"text": "Getting Started\nLanguage-specific information on getting started using this library, including installation instructions, is available by following these links:\nC++ C#/.NET MATLAB Python"
"text": "Getting Started\nThis page documents the inputs, outputs, and primary functions of this software in a language-agnostic way. Language-specific documentation is additionally provided for this library. The pages linked below include installation instructions as well as usage examples for each supported language.\nC++ C#/.NET MATLAB Python"
},
{
"objectID": "models/P2108/index.html#model-selection",
Expand Down Expand Up @@ -312,7 +312,7 @@
"href": "models/ITM/index.html#getting-started",
"title": "Irregular Terrain Model (ITM)",
"section": "Getting Started",
"text": "Getting Started\nLanguage-specific information on getting started using this library, including installation instructions, is available by following these links:\nC++ C#/.NET MATLAB Python"
"text": "Getting Started\nThis page documents the inputs, outputs, and primary functions of this software in a language-agnostic way. Language-specific documentation is additionally provided for this library. The pages linked below include installation instructions as well as usage examples for each supported language.\nC++ C#/.NET MATLAB Python"
},
{
"objectID": "models/ITM/index.html#point-to-point-basic-transmission-loss-tls",
Expand Down
28 changes: 14 additions & 14 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://ntia.github.io/propagation-library-wiki/about.html</loc>
<lastmod>2024-06-28T21:16:07.546Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/ITM/matlab.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/ITM/cpp.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/ITM/python.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/P2108/dotnet.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/P2108/index.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/LICENSE.html</loc>
<lastmod>2024-06-28T21:16:07.546Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/CONTRIBUTING.html</loc>
<lastmod>2024-06-28T21:16:07.546Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/P2108/python.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/P2108/cpp.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/P2108/matlab.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/ITM/index.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/models/ITM/dotnet.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
<url>
<loc>https://ntia.github.io/propagation-library-wiki/index.html</loc>
<lastmod>2024-06-28T21:16:07.550Z</lastmod>
<lastmod>2024-06-28T21:49:26.980Z</lastmod>
</url>
</urlset>

0 comments on commit 7925ee1

Please sign in to comment.