Skip to content

Commit

Permalink
add code links
Browse files Browse the repository at this point in the history
  • Loading branch information
karangattu committed Mar 23, 2024
1 parent 1824803 commit 24787ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
16 changes: 13 additions & 3 deletions docs/Fieldsurveys.qmd
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
---
title: "Field surveys app set-up instructions"
subtitle: "Set up your own field survey app"
title: "Field surveys web app set-up instructions"
subtitle: "Set up your own field survey web app"
author: "Karan Gathani"
date: "2024-03-20"
date: "2024-03-22"
title-block-banner: true
toc: true
format:
html:
code-fold: true
theme: "cosmo"
code-links:
- text: GitHub code
icon: github
href: https://github.com/karangattu/fieldsurveys/
- text: PyPI link
icon: box-seam-fill
href: https://pypi.org/project/fieldsurveys/
code-annotations: hover
collapse: true
website: https://github.com/karangattu/fieldsurveys
---

![Fieldsurveys poster](assets/fieldsurveys_poster.png){fig-align="center"}

## What is this app about?

We developed an interactive web application to facilitate multi-taxon field sampling and data collection using the `Shiny for Python` platform. This app serves the following purposes:
Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<meta name="author" content="Karan Gathani">
<meta name="dcterms.date" content="2024-03-20">
<meta name="dcterms.date" content="2024-03-22">

<title>Field surveys app set-up instructions</title>
<title>Field surveys web app set-up instructions</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -78,8 +78,8 @@
<header id="title-block-header" class="quarto-title-block default page-columns page-full">
<div class="quarto-title-banner page-columns page-full">
<div class="quarto-title column-body">
<h1 class="title">Field surveys app set-up instructions</h1>
<p class="subtitle lead">Set up your own field survey app</p>
<h1 class="title">Field surveys web app set-up instructions</h1>
<p class="subtitle lead">Set up your own field survey web app</p>
</div>
</div>

Expand All @@ -96,7 +96,7 @@ <h1 class="title">Field surveys app set-up instructions</h1>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">March 20, 2024</p>
<p class="date">March 22, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -138,7 +138,7 @@ <h2 id="toc-title">Table of contents</h2>
<li><a href="#deploying-the-app-on-the-web-so-it-can-be-accessed-from-anywhere" id="toc-deploying-the-app-on-the-web-so-it-can-be-accessed-from-anywhere" class="nav-link" data-scroll-target="#deploying-the-app-on-the-web-so-it-can-be-accessed-from-anywhere">Deploying the app on the web (so it can be accessed from anywhere)</a></li>
<li><a href="#issuesfeature-requests" id="toc-issuesfeature-requests" class="nav-link" data-scroll-target="#issuesfeature-requests">Issues/Feature requests</a></li>
</ul>
</nav>
<div class="quarto-code-links"><h2>Code Links</h2><ul><li><a href="https://github.com/karangattu/fieldsurveys/"><i class="bi bi-github"></i>GitHub code</a></li><li><a href="https://pypi.org/project/fieldsurveys/"><i class="bi bi-box-seam-fill"></i>PyPI link</a></li></ul></div></nav>
</div>
<main class="content quarto-banner-title-block" id="quarto-document-content">

Expand Down

0 comments on commit 24787ea

Please sign in to comment.