Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periodic citation update #131

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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