Skip to content

Commit

Permalink
update publications with PRS-B paper acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram Baliga committed Nov 21, 2023
1 parent a7f3fdb commit 3bb14ba
Show file tree
Hide file tree
Showing 38 changed files with 3,070 additions and 3,700 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
source("renv/activate.R")
source("renv/activate.R")
30 changes: 1 addition & 29 deletions .Rproj.user/shared/notebooks/paths
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"
76 changes: 38 additions & 38 deletions .github/workflows/publish.yml
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 }}
58 changes: 29 additions & 29 deletions .github/workflows/sitemapper.yml
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 }}"
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/.quarto/
/_site/
.Rproj.user
/.quarto/
/_site/
.Rproj.user
Loading

0 comments on commit 3bb14ba

Please sign in to comment.