Skip to content

Commit

Permalink
update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hlageek committed May 19, 2024
1 parent 830ebdf commit 683d8ff
Show file tree
Hide file tree
Showing 55 changed files with 883 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ requal.yml
requal_users.sqlite
# {shinytest2}: Ignore new debug snapshots for `$expect_values()`
*_.new.png

/inst/
/.quarto/
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "requal.wiki"]
path = requal.wiki
url = https://github.com/RE-QDA/requal.wiki.git
[submodule "wiki"]
path = wiki
url = https://github.com/RE-QDA/requal.wiki.git
6 changes: 6 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@ project:

website:
title: "requal"
favicon: img/favicon.ico
navbar:
logo: img/rql_logo.png
left:
- href: news.qmd
text: News
- href: get_started.qmd
text: Getting started
- href: contact.qmd
text: Contact
- href: wiki.qmd
text: Wiki
- href: https://github.com/RE-QDA/requal/discussions
icon: chat
target: _blank
- href: https://github.com/RE-QDA/requal
icon: github
target: _blank
Expand Down
10 changes: 10 additions & 0 deletions docs/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<script src="site_libs/quarto-search/fuse.min.js"></script>
<script src="site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="./">
<link href="./img/favicon.ico" rel="icon">
<script src="site_libs/quarto-html/quarto.js"></script>
<script src="site_libs/quarto-html/popper.min.js"></script>
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
Expand Down Expand Up @@ -84,6 +85,10 @@
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-scroll me-auto">
<li class="nav-item">
<a class="nav-link" href="./news.html" rel="" target="">
<span class="menu-text">News</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./get_started.html" rel="" target="">
<span class="menu-text">Getting started</span></a>
Expand All @@ -95,6 +100,11 @@
<li class="nav-item">
<a class="nav-link" href="./wiki.html" rel="" target="">
<span class="menu-text">Wiki</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/RE-QDA/requal/discussions" rel="" target="_blank"><i class="bi bi-chat" role="img">
</i>
<span class="menu-text"></span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/RE-QDA/requal" rel="" target="_blank"><i class="bi bi-github" role="img">
Expand Down
13 changes: 12 additions & 1 deletion docs/get_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<script src="site_libs/quarto-search/fuse.min.js"></script>
<script src="site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="./">
<link href="./img/favicon.ico" rel="icon">
<script src="site_libs/quarto-html/quarto.js"></script>
<script src="site_libs/quarto-html/popper.min.js"></script>
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
Expand Down Expand Up @@ -84,6 +85,10 @@
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-scroll me-auto">
<li class="nav-item">
<a class="nav-link" href="./news.html" rel="" target="">
<span class="menu-text">News</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./get_started.html" rel="" target="" aria-current="page">
<span class="menu-text">Getting started</span></a>
Expand All @@ -95,6 +100,11 @@
<li class="nav-item">
<a class="nav-link" href="./wiki.html" rel="" target="">
<span class="menu-text">Wiki</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/RE-QDA/requal/discussions" rel="" target="_blank"><i class="bi bi-chat" role="img">
</i>
<span class="menu-text"></span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/RE-QDA/requal" rel="" target="_blank"><i class="bi bi-github" role="img">
Expand Down Expand Up @@ -147,6 +157,7 @@ <h1 class="title">Getting started</h1>

</header>

<p>Requal provides basic functionality for annotating documents in plain text with user-defined codes. The annotated text segments can be filtered and exported. Modules to enhance reproducibility help users in making their analysis more transparent and reflexive.</p>
<section id="installation" class="level2">
<h2 class="anchored" data-anchor-id="installation">Installation</h2>
<section id="server-version" class="level3">
Expand Down Expand Up @@ -179,7 +190,7 @@ <h3 class="anchored" data-anchor-id="development-version-desktop">Development ve
<section id="usage-desktop" class="level2">
<h2 class="anchored" data-anchor-id="usage-desktop">Usage (desktop)</h2>
<p>After installation, the Requal app can be launched from the R console with the following command:</p>
<pre><code>requal::run_app(options = list("launch.browser"))</code></pre>
<pre><code>requal::run_app()</code></pre>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://user-images.githubusercontent.com/101122661/198824139-56f614af-90e5-46c0-a265-db3d89a54741.png" class="img-fluid figure-img"></p>
Expand Down
Binary file added docs/img/favicon.ico
Binary file not shown.
29 changes: 27 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>requal -</title>
<title>requal - Home</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand All @@ -30,6 +30,7 @@
<script src="site_libs/quarto-search/fuse.min.js"></script>
<script src="site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="./">
<link href="./img/favicon.ico" rel="icon">
<script src="site_libs/quarto-html/quarto.js"></script>
<script src="site_libs/quarto-html/popper.min.js"></script>
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
Expand Down Expand Up @@ -84,6 +85,10 @@
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-scroll me-auto">
<li class="nav-item">
<a class="nav-link" href="./news.html" rel="" target="">
<span class="menu-text">News</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./get_started.html" rel="" target="">
<span class="menu-text">Getting started</span></a>
Expand All @@ -95,6 +100,11 @@
<li class="nav-item">
<a class="nav-link" href="./wiki.html" rel="" target="">
<span class="menu-text">Wiki</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/RE-QDA/requal/discussions" rel="" target="_blank"><i class="bi bi-chat" role="img">
</i>
<span class="menu-text"></span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/RE-QDA/requal" rel="" target="_blank"><i class="bi bi-github" role="img">
Expand All @@ -118,15 +128,30 @@
<!-- main -->
<main class="content" id="quarto-document-content">

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">Home</h1>
</div>



<div class="quarto-title-meta">




</div>


</header>

<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="img/rql_logo.png" class="img-fluid figure-img"></p>
<figcaption class="figure-caption">Requal logo</figcaption>
</figure>
</div>
<p>Requal is an open-source application engineered as an interface for annotating text and qualitative data. Its primary objective is to enhance reproducibility in qualitative research by promoting transparency, openness, and reflexivity. The application operates cross-platform in web browsers and is fueled by the <a href="https://www.rstudio.com/products/shiny/">Shiny</a> framework for the <a href="https://www.r-project.org/">R project</a> free software environment. Requal provides basic functionality for annotating documents in plain text with user-defined codes. The annotated text segments can be filtered and exported. Modules to enhance reproducibility help users in making their analysis more transparent and reflexive.</p>
<p>Requal is an open-source application engineered as an interface for annotating text and qualitative data. Its primary objective is to enhance reproducibility in qualitative research by promoting transparency, openness, and reflexivity. The application operates cross-platform in web browsers and is fueled by the <a href="https://www.rstudio.com/products/shiny/">Shiny</a> framework for the <a href="https://www.r-project.org/">R project</a> free software environment.</p>
<p><a rel="me" class="mastodon-verification" href="https://sciences.social/@requal"></a></p>


Expand Down
Loading

0 comments on commit 683d8ff

Please sign in to comment.