-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update publications with PRS-B paper acceptance
- Loading branch information
Vikram Baliga
committed
Nov 21, 2023
1 parent
a7f3fdb
commit 3bb14ba
Showing
38 changed files
with
3,070 additions
and
3,700 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
source("renv/activate.R") | ||
source("renv/activate.R") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1 @@ | ||
Y:/Dropbox/001_personal/Website Stuff/GitHub_blag/manually_made/2019-05-05_variancevssamplesize/variancesamplesize.Rmd="35580B77" | ||
Y:/Dropbox/001_personal/Website Stuff/GitHub_blag/manually_made/2019-05-12_variancevsamplesize2/varsampsize2.Rmd="9F1870B9" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/.github/workflows/publish.yml="41E44F5F" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/.github/workflows/sitemapper.yml="62F27887" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/.gitignore="51590217" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/LICENSE="2A44B16C" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/_extensions/quarto-ext/fontawesome/_extension.yml="24FB6A85" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/_extensions/quarto-ext/fontawesome/assets/css/all.css="B53D5832" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/_extensions/quarto-ext/fontawesome/assets/css/latex-fontsize.css="70B60D67" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/_extensions/quarto-ext/fontawesome/fontawesome.lua="D2CD82D0" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/_quarto.yml="FAF91340" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/_variables.yml="B1CB24A8" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/about.qmd="8416A31E" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/blog.qmd="531A56D9" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/data-software-code.qmd="2F59C4C6" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/html/custom.scss="B7A3A890" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/html/home/title-block.html="BE15B6E4" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/html/title-block.html="59E972D6" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/index.qmd="672B25A5" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/posts/2019-04-22-set-max-DLLs-in-r/index.qmd="3208FCE5" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/posts/2019-04-28-verify-that-r-packages-are-installed-and-loaded/index.qmd="4EB583AE" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/posts/2019-05-03-parallel-processing-for-mcmcglmm-in-r-windows-friendly/index.qmd="A1BC857A" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/posts/2019-05-05-variance-vs-sample-size/index.qmd="E2A370DF" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/posts/2019-05-12_variance-vs-sample-size-2/index.qmd="BB67BA0E" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/posts/2020-06-13-genbank-searches-tips-and-tricks/index.qmd="3903A5C9" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/posts/2020-06-27-replace-text-in-specific-column/index.qmd="E33AB6B8" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/press.qmd="26094130" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/publications.qmd="C374FA05" | ||
Y:/Dropbox/github_repos/vbaliga.github.io/styles.css="4DD51788" | ||
/Users/mimir/Library/CloudStorage/OneDrive-UBC/github_repos/vbaliga.github.io/publications.qmd="BAC58AB6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
name: Render and deploy Quarto | ||
|
||
on: | ||
push: | ||
branches: main | ||
|
||
jobs: | ||
build-deploy: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Quarto | ||
uses: quarto-dev/quarto-actions/setup@v2 | ||
|
||
- name: Install R | ||
uses: r-lib/actions/setup-r@v2 | ||
with: | ||
r-version: '4.2.0' | ||
|
||
- name: Install R Dependencies | ||
uses: r-lib/actions/setup-renv@v2 | ||
with: | ||
cache-version: 1 | ||
|
||
- name: Install curl for Bioconductor | ||
run: | | ||
sudo apt -y install libcurl4-openssl-dev | ||
- name: Render and Publish | ||
uses: quarto-dev/quarto-actions/publish@v2 | ||
with: | ||
target: gh-pages | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
name: Render and deploy Quarto | ||
|
||
on: | ||
push: | ||
branches: main | ||
|
||
jobs: | ||
build-deploy: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Quarto | ||
uses: quarto-dev/quarto-actions/setup@v2 | ||
|
||
- name: Install R | ||
uses: r-lib/actions/setup-r@v2 | ||
with: | ||
r-version: '4.2.0' | ||
|
||
- name: Install R Dependencies | ||
uses: r-lib/actions/setup-renv@v2 | ||
with: | ||
cache-version: 1 | ||
|
||
- name: Install curl for Bioconductor | ||
run: | | ||
sudo apt -y install libcurl4-openssl-dev | ||
- name: Render and Publish | ||
uses: quarto-dev/quarto-actions/publish@v2 | ||
with: | ||
target: gh-pages | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# from: https://github.com/cicirello/generate-sitemap | ||
name: Generate xml sitemap | ||
|
||
on: | ||
push: | ||
branches: main | ||
|
||
jobs: | ||
sitemap_job: | ||
runs-on: ubuntu-latest | ||
name: Generate a sitemap | ||
|
||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Generate the sitemap | ||
id: sitemap | ||
uses: cicirello/generate-sitemap@v1 | ||
with: | ||
base-url-path: https://vbaliga.github.io/ | ||
|
||
- name: Output stats | ||
run: | | ||
echo "sitemap-path = ${{ steps.sitemap.outputs.sitemap-path }}" | ||
echo "url-count = ${{ steps.sitemap.outputs.url-count }}" | ||
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}" | ||
# from: https://github.com/cicirello/generate-sitemap | ||
name: Generate xml sitemap | ||
|
||
on: | ||
push: | ||
branches: main | ||
|
||
jobs: | ||
sitemap_job: | ||
runs-on: ubuntu-latest | ||
name: Generate a sitemap | ||
|
||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Generate the sitemap | ||
id: sitemap | ||
uses: cicirello/generate-sitemap@v1 | ||
with: | ||
base-url-path: https://vbaliga.github.io/ | ||
|
||
- name: Output stats | ||
run: | | ||
echo "sitemap-path = ${{ steps.sitemap.outputs.sitemap-path }}" | ||
echo "url-count = ${{ steps.sitemap.outputs.url-count }}" | ||
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/.quarto/ | ||
/_site/ | ||
.Rproj.user | ||
/.quarto/ | ||
/_site/ | ||
.Rproj.user |
Oops, something went wrong.