Skip to content

Commit

Permalink
Merge pull request #1122 from ScilifelabDataCentre/develop
Browse files Browse the repository at this point in the history
Send PLP resources and serology update live
  • Loading branch information
LianeHughes authored Apr 15, 2024
2 parents 8c3de33 + 133bc59 commit e2b695d
Show file tree
Hide file tree
Showing 301 changed files with 1,174 additions and 635 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/trivy-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
# Trivy has scanners that look for security issues, and targets where it can find those issues.
# https://github.com/aquasecurity/trivy
#
# This runs on scheduled time (08:10 and 12:10)for the develop image
# ------------------------------------------------------------------
# This runs on scheduled to run on every Monday and Thursday at 12:12
# --------------------------------------------------------------------

name: Trivy - scheduled scan

on:
workflow_dispatch:
branches:
- develop
schedule:
- cron: '10 8,12 * * *'
- cron: '12 12 * * MON,THU'

jobs:
scan:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# OSX
.DS_Store
__pycache__

# backups
*~
Expand Down
1 change: 0 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ languages:
languageName: Svenska
contentDir: content/svenska
weight: 2
description: "Pathogens Portal Sverige tillhandahåller information, riktlinjer, verktyg och tjänster för att stödja forskare vid svenska lärosäten verksamma inom forskningsfältet pandemisk beredskap med datarelaterade frågor."

markup:
goldmark:
Expand Down
6 changes: 3 additions & 3 deletions content/english/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ The team are happy to help with using the Portal, to take suggestions regarding
<div class="container mb-3">
<div class="row row-cols-2 row-cols-md-3 row-cols-lg-6">
<div class="col pt-2">
<div><img src="/img/people/lh.png" width="150" class="img-thumbnail"/></div>
<div><img src="/img/people/lh.jpg" width="150" class="img-thumbnail"/></div>
<div><b>Liane Hughes</b></div>
<div><span class="text-muted">Project leader</span></div>
</div>
<div class="col pt-2">
<div><img src="/img/people/kos2.jpg" width="150" class="img-thumbnail"/></div>
<div><img src="/img/people/kos.jpg" width="150" class="img-thumbnail"/></div>
<div><b>Katarina Öjefors Stark</b></div>
<div><span class="text-muted">Data steward</span></div>
</div>
<div class="col pt-2">
<div><img src="/img/people/sp.jpeg" width="150" class="img-thumbnail"/></div>
<div><img src="/img/people/sp.jpg" width="150" class="img-thumbnail"/></div>
<div><b>Senthilkumar Panneerselvam</b></div>
<div><span class="text-muted">Systems developer</span></div>
</div>
Expand Down
6 changes: 0 additions & 6 deletions content/english/biobanks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,12 @@ The Swedish COVID-19 Sample Collection Database is operated in collaboration wit

Relevant sample collections can be identified using one or a combination of several filtering tools provided on the left side of the page. The search results are then displayed on the right side of the screen.

<!-- <div class="row mb-4"><div class="col-lg-7"><img class="img-thumbnail" src="/img/biobanks/example_search.png" alt="Example of a page with search results" ></div></div> -->

##### Sample collection pages

Each sample collection has a page with information that has been submitted by the person or organisation responsible for providing access to the samples. General information, information about donors and available material types is provided on the left side of the page. The right side of the page contains contact information. In case of research sample collections, information about the collection head as well as information about the person who should be contacted regarding sample disposal (most often, it is the collection head herself or himself) is provided here. In case of healthcare sample collections, the responsibility for sample collection lies within the biobanking organisation, so only contact information for the whole organisation is provided here.

<!-- <div class="row mb-4"><div class="col-lg-7"><img class="img-thumbnail" src="/img/biobanks/example_collection.png" alt="Example of a page with information about a sample collection"></div></div> -->

##### Biobank and national collection pages

Each biobank or national collection has a dedicated page with general information about the organisation as well as a list of sample collections stored at this particular biobank.

<!-- <div class="row mb-4"><div class="col-lg-7"><img class="img-thumbnail" src="/img/biobanks/example_biobank.png" alt="Example of a page with information about a biobank"></div></div> -->

<i>Information on this page was last updated: 2023.05.10</i>
Loading

0 comments on commit e2b695d

Please sign in to comment.