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 Apr 28, 2024
1 parent df2c04c commit c384912
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
675605ac
cb627b56
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ <h1 class="title">Glittr stats</h1>
<span><span class="va">param3</span> <span class="op">&lt;-</span> <span class="fu"><a href="https://rdrr.io/r/base/sum.html">sum</a></span><span class="op">(</span><span class="va">nna_contr</span> <span class="op">&lt;=</span> <span class="fl">5</span><span class="op">)</span><span class="op">/</span><span class="fu"><a href="https://rdrr.io/r/base/length.html">length</a></span><span class="op">(</span><span class="va">nna_contr</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<ul>
<li>More than 10 contributors: 25.4%</li>
<li>More than 1 contributor: 78.8%</li>
<li>More than 10 contributors: 25.6%</li>
<li>More than 1 contributor: 78.6%</li>
<li>Between 1 and 5 contributors: 60%</li>
</ul></section><section id="number-of-repositories-per-tag" class="level2"><h2 class="anchored" data-anchor-id="number-of-repositories-per-tag">Number of repositories per tag</h2>
<p>This is figure 2C in the manuscript.</p>
Expand Down
Binary file modified index_files/figure-html/fig-contributors-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"href": "index.html#number-of-contributors-per-repository-separated-by-category",
"title": "Glittr stats",
"section": "Number of contributors per repository separated by category",
"text": "Number of contributors per repository separated by category\nThis is figure 2B in the manuscript.\n\nrepo_info_gh$main_category &lt;- factor(repo_info_gh$main_category,\n levels = names(cat_table))\n\ncontributors_plot &lt;- repo_info_gh |&gt;\n ggplot(aes(x = main_category, y = contributors, fill = main_category)) +\n geom_violin(scale = \"width\") +\n geom_boxplot(width = 0.1, col = \"darkgrey\") +\n coord_flip() +\n ggtitle(\"Contributors\") +\n ylab(\"Number of contributors\") +\n scale_y_sqrt() +\n scale_fill_manual(values = glittr_cols) +\n theme_bw() +\n theme(legend.position = \"none\",\n axis.title.y = element_blank(),\n plot.margin = margin(t = 5, r = 10, b = 5, l = 10))\n\nprint(contributors_plot)\n\n\n\n\n\n\nFigure 2: Number of contributors per repository separated by category\n\n\n\n\nAnd some statistics of contributors.\n\nnna_contr &lt;- repo_info_gh$contributors\nparam1 &lt;- sum(nna_contr &gt; 10)/length(nna_contr)\nparam2 &lt;- sum(nna_contr &gt; 1)/length(nna_contr)\nparam3 &lt;- sum(nna_contr &lt;= 5)/length(nna_contr)\n\n\nMore than 10 contributors: 25.4%\nMore than 1 contributor: 78.8%\nBetween 1 and 5 contributors: 60%"
"text": "Number of contributors per repository separated by category\nThis is figure 2B in the manuscript.\n\nrepo_info_gh$main_category &lt;- factor(repo_info_gh$main_category,\n levels = names(cat_table))\n\ncontributors_plot &lt;- repo_info_gh |&gt;\n ggplot(aes(x = main_category, y = contributors, fill = main_category)) +\n geom_violin(scale = \"width\") +\n geom_boxplot(width = 0.1, col = \"darkgrey\") +\n coord_flip() +\n ggtitle(\"Contributors\") +\n ylab(\"Number of contributors\") +\n scale_y_sqrt() +\n scale_fill_manual(values = glittr_cols) +\n theme_bw() +\n theme(legend.position = \"none\",\n axis.title.y = element_blank(),\n plot.margin = margin(t = 5, r = 10, b = 5, l = 10))\n\nprint(contributors_plot)\n\n\n\n\n\n\nFigure 2: Number of contributors per repository separated by category\n\n\n\n\nAnd some statistics of contributors.\n\nnna_contr &lt;- repo_info_gh$contributors\nparam1 &lt;- sum(nna_contr &gt; 10)/length(nna_contr)\nparam2 &lt;- sum(nna_contr &gt; 1)/length(nna_contr)\nparam3 &lt;- sum(nna_contr &lt;= 5)/length(nna_contr)\n\n\nMore than 10 contributors: 25.6%\nMore than 1 contributor: 78.6%\nBetween 1 and 5 contributors: 60%"
},
{
"objectID": "index.html#number-of-repositories-per-tag",
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://sib-swiss.github.io/glittr-stats/index.html</loc>
<lastmod>2024-04-22T12:16:02.499Z</lastmod>
<lastmod>2024-04-28T00:49:49.581Z</lastmod>
</url>
</urlset>

0 comments on commit c384912

Please sign in to comment.