Skip to content

Commit

Permalink
Periodic citation update (#131)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* test

* undo citations

---------

Co-authored-by: vincerubinetti <8326331+vincerubinetti@users.noreply.github.com>
Co-authored-by: Vincent Rubinetti <vince.rubinetti@gmail.com>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent 9bfb3e1 commit 9f93d2e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,21 @@ jobs:
id: pages
uses: actions/configure-pages@v4

- uses: jwalton/gh-find-current-pr@master
id: pr
with:
state: all

# for debugging
- if: runner.debug == '1'
uses: mxschmitt/action-tmate@v3

- name: Build preview version of site
if: github.event.action != 'closed'
run: |
JEKYLL_ENV=production bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path || '' }}/${{ env.PREVIEWS_FOLDER }}/pr-${{ github.event.number }}"
JEKYLL_ENV=production bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path || '' }}/${{ env.PREVIEWS_FOLDER }}/pr-${{ env.pr }}"
env:
pr: ${{ steps.pr.outputs.pr }}

- name: Commit preview to Pages branch
uses: rossjrw/pr-preview-action@v1.4.7
Expand Down
Binary file modified _cite/.cache/cache.db
Binary file not shown.
17 changes: 1 addition & 16 deletions _data/citations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5420,7 +5420,7 @@
file: sources.yaml
image: https://stm.sciencemag.org/sites/default/files/styles/sci_issue_archive_cover/public/highwire/scitransmed/8/364.cover-source.gif
buttons:
- url: http://doi.org/10.1038/srep39259
- link: http://doi.org/10.1038/srep39259
text: Zhou et al.
- id: doi:10.1093/hmg/ddw160
title: Pathway and network-based strategies to translate genetic discoveries into
Expand Down Expand Up @@ -6693,21 +6693,6 @@
member: casey-greene
plugin: orcid.py
file: orcid.yaml
- id: doi:10.1101/030650
title: ADAGE analysis of publicly available gene expression data collections illuminates
Pseudomonas aeruginosa-host interactions
authors:
- Jie Tan
- John H Hammond
- Deborah A Hogan
- Casey S Greene
publisher: Cold Spring Harbor Laboratory
date: '2015-11-05'
link: https://doi.org/10.1101/030650
orcid: 0000-0001-8713-9213
member: casey-greene
plugin: orcid.py
file: orcid.yaml
- id: doi:10.1349/ddlp.303
title: Relief-based bioinformatics methods for the analysis of epistasis in genetic
association studies.
Expand Down
2 changes: 1 addition & 1 deletion _data/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@
- id: doi:10.1126/scitranslmed.aal0067
image: https://stm.sciencemag.org/sites/default/files/styles/sci_issue_archive_cover/public/highwire/scitransmed/8/364.cover-source.gif
buttons:
- url: http://doi.org/10.1038/srep39259
- link: http://doi.org/10.1038/srep39259
text: Zhou et al.

- id: doi:10.1093/hmg/ddw160
Expand Down

0 comments on commit 9f93d2e

Please sign in to comment.