Skip to content

Commit

Permalink
Merge branch 'master' of github.com:elixir-europe/rdmkit into contrib…
Browse files Browse the repository at this point in the history
…ute-refactor
  • Loading branch information
bedroesb committed Dec 19, 2023
2 parents a65de64 + 8b52ba4 commit fdda2f8
Show file tree
Hide file tree
Showing 50 changed files with 961 additions and 570 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tool_list_conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
run: |
python var/tools_validator.py --reg --username ${{ secrets.FAIRSHARING_USERNAME }} --password "${{ secrets.FAIRSHARING_PASSWORD }}"
- name: Fetch country names with corresponding iso
run: |
python var/country_list.py
- name: Update markdown pages with DSW links
run: |
python var/dsw_integration.py
Expand Down
14 changes: 7 additions & 7 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
* @bedroesb

# Contribute
/pages/contribute @floradanna @pinarpink @bedroesb
/pages/contribute @floradanna @bedroesb
/pages/contribute/copyright.md @martin-nc
/pages/contribute/style_guide.md @martin-nc
CONTRIBUTING.md @floradanna @pinarpink
CONTRIBUTING.md @floradanna

# Different Sections
/pages/your_tasks @DanFaria @floradanna @nazeeefa
/pages/your_role @smza @pinarpink
/pages/data_life_cycle @wittigue @floradanna @smza
/pages/your_tasks @DanFaria @floradanna @nazeeefa @marikapop @diana-pilvar
/pages/your_role @smza
/pages/data_life_cycle @wittigue @floradanna @smza @marikapop
/pages/tool_assembly @korbinib @bianchini88
/pages/your_domain @DanFaria @pinarpink @bianchini88 @lauportell
/pages/national_resources @lauportell @nazeeefa
/pages/your_domain @DanFaria @bianchini88 @lauportell
/pages/national_resources @lauportell @nazeeefa @diana-pilvar

#About
/pages/about/about.md @frederikcoppens @CaroleGoble
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ As such, we do not tolerate behaviour that is disrespectful to our community mem
We do not tolerate discrimination or harassment based on characteristics that include, but are not limited to: gender identity and expression, sexual orientation, disability, physical appearance, body size, citizenship, nationality, ethnic or social origin, pregnancy, familial status, veteran status, genetic information, religion or belief (or lack thereof), membership of a national minority, property, age, education, socio-economic status, technical choices, and experience level.

Everyone who participates in the RDMkit activities is required to conform to this Code of Conduct.
This Code of Conduct applies to all spaces managed by the Turing Way project including, but not limited to, in person focus groups and workshops, and communications online via GitHub.
This Code of Conduct applies to all spaces managed by the RDMkit including, but not limited to, in person focus groups and workshops, and communications online via GitHub.
By participating, contributors indicate their acceptance of the procedures by which the RDMkit project core development team resolves any Code of Conduct incidents, which may include storage and processing of their personal information.

### 2.1 Expected behaviour
Expand Down
26 changes: 14 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem "elixir-toolkit-theme-plugins", "~> 0.1.9"
gem "webrick", "~> 1.7"
gem "jekyll", "~> 4.3.1"
gem "jemoji", "~> 0.13.0"
gem "kramdown-parser-gfm", "~> 1.1"
gem 'elixir-toolkit-theme-plugins', '~> 0.1.9'
gem 'webrick', '~> 1.7'
gem 'jekyll', '~> 4.3.1'
gem 'jemoji', '~> 0.13.0'
gem 'kramdown-parser-gfm', '~> 1.1'
gem 'jekyll-octicons'

group :jekyll_plugins do
gem "jekyll-redirect-from", "~> 0.16.0"
gem "jekyll-sitemap", "~> 1.4"
gem "jekyll-github-metadata", "~> 2.15"
gem "jekyll-relative-links", "~> 0.6"
gem "jekyll-seo-tag", "~> 2.8"
gem "jekyll-remote-theme"
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-sitemap', '~> 1.4'
gem 'jekyll-github-metadata', '~> 2.15'
gem 'jekyll-relative-links', '~> 0.6'
gem 'jekyll-seo-tag', '~> 2.8'
gem 'jekyll-scholar', '~> 7.1.3'
gem 'jekyll-remote-theme'
end

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Do you which to contact the editors of this project? Use [rdm-editors@elixir-eur
If you want to build the website locally, please have a look at our [tutorial](working_with_git#the-advantage-of-working-locally-previewing-your-changes-through-your-web-browser).


## RDMkit is an ELIXIR Converge project
## RDMkit is an ELIXIR product

ELIXIR is an intergovernmental organisation that brings together life science resources from across Europe. These resources include databases, software tools, training materials, cloud storage and supercomputers. All the ELIXIR National nodes and the special EMBL-EBI node have come to support data management within the Nodes and for data stewards, researchers and institutional data managers. The idea is to support data management at the point of creation and enable data to be "FAIR by Design". The development of a Research Data Management Kit will provide researchers with a strategy to manage their data to international standards.

Expand All @@ -40,10 +40,8 @@ The process documents and data are made available under a CC-BY license. Softwar

## Acknowledgements

The RDMkit is supported by:
- ELIXIR-CONVERGE https://elixir-europe.org/about-us/how-funded/eu-projects/converge
- Contributions from the 23 ELIXIR Nodes
The RDMkit was supported by [ELIXIR-CONVERGE](https://elixir-europe.org/about-us/how-funded/eu-projects/converge) and it is coordinated by [ELIXIR Europe](https://elixir-europe.org/) and [NIH](https://www.nih.gov/).

<br>
<br>
<a href="https://elixir-europe.org/about-us/how-funded/eu-projects/converge"><img src="https://raw.githubusercontent.com/elixir-europe/rdmkit/master/assets/img/converge_logo.svg" width="15%"></a>
<a href="https://elixir-europe.org/about-us/how-funded/eu-projects/converge"><img src="https://raw.githubusercontent.com/elixir-europe/rdmkit/master/assets/img/elixir_logo_inverted.svg" width="15%"></a>
148 changes: 148 additions & 0 deletions _bibliography/references.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
@article{field2008migs,
title={The minimum information about a genome sequence (MIGS) specification},
author={Field, D. and et al.},
journal={Nature biotechnology},
volume={26},
number={5},
pages={541--547},
year={2008},
doi={10.1038/nbt1360},
url={https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2409278/}
}

@article{ham2012jbeiice,
title={Design, implementation and practice of JBEI-ICE: an open source biological part registry platform and tools},
author={Ham, T. S. and et al.},
journal={Nucleic acids research},
volume={40},
number={18},
pages={e141},
year={2012},
doi={10.1093/nar/gks531},
url={https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3467034/}
}

@article{hecht2018bacterial,
title={A minimum information standard for reproducing bench-scale bacterial cell growth and productivity},
author={Hecht, A. and et al.},
journal={Communications biology},
volume={1},
pages={219},
year={2018},
doi={10.1038/s42003-018-0220-6},
url={https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6283831/}
}

@article{kuwahara2017sbolme,
title={SBOLme: a Repository of SBOL Parts for Metabolic Engineering},
author={Kuwahara, H. and et al.},
journal={ACS synthetic biology},
volume={6},
number={4},
pages={732--736},
year={2017},
doi={10.1021/acssynbio.6b00278},
url={https://pubmed.ncbi.nlm.nih.gov/28076956/}
}

@article{maloy2007strain,
title={Strain Collections and Genetic Nomenclature},
author={Maloy, S. R. and Hughes, K. T.},
journal={Methods in Enzymology},
pages={3--8},
year={2007},
doi={10.1016/s0076-6879(06)21001-2},
url={https://pubmed.ncbi.nlm.nih.gov/17352909/}
}

@article{parte2020lpsn,
title={List of Prokaryotic names with Standing in Nomenclature (LPSN) moves to the DSMZ},
author={Parte, A. C. and et al.},
journal={International journal of systematic and evolutionary microbiology},
volume={70},
number={11},
pages={5607--5612},
year={2020},
doi={10.1099/ijsem.0.004332},
url={https://pubmed.ncbi.nlm.nih.gov/32701423/}
}

@article{sainzdemurieta2016toward,
title={Toward the First Data Acquisition Standard in Synthetic Biology},
author={Sainz de Murieta, I. and Bultelle, M. and Kitney, R. I.},
journal={ACS synthetic biology},
volume={5},
number={8},
pages={817--826},
year={2016},
doi={10.1021/acssynbio.5b00222},
url={https://pubmed.ncbi.nlm.nih.gov/26854090/}
}

@article{sarkans2018biostudies,
title={The BioStudies database—one stop shop for all data supporting a life sciences study},
author={Sarkans, U. and et al.},
journal={Nucleic Acids Research},
pages={D1266--D1270},
year={2018},
doi={10.1093/nar/gkx965},
url={https://pubmed.ncbi.nlm.nih.gov/29069414/}
}

@article{spidlen2021data,
title={Data File Standard for Flow Cytometry, Version FCS 3.2},
author={Spidlen, J. and et al.},
journal={Cytometry. Part A: the journal of the International Society for Analytical Cytology},
volume={99},
number={1},
pages={100--102},
year={2021},
doi={10.1002/cyto.a.24225},
url={https://pubmed.ncbi.nlm.nih.gov/32881398/}
}

@article{strenda2014standards,
title={Standards for Reporting Enzyme Data: The STRENDA Consortium: What it aims to do and why it should be helpful},
journal={Perspectives in Science},
volume={1},
number={1-6},
pages={131--137},
year={2014},
doi={10.1016/j.pisc.2014.02.012},
url={https://www.sciencedirect.com/science/article/pii/S2213020914000135}
}

@article{tellechealuzardo2020linking,
title={Linking Engineered Cells to Their Digital Twins: A Version Control System for Strain Engineering},
author={Tellechea-Luzardo, J. and et al.},
journal={ACS synthetic biology},
volume={9},
number={3},
pages={536--545},
year={2020},
doi={10.1021/acssynbio.9b00400},
url={https://pubmed.ncbi.nlm.nih.gov/32078768/}
}

@article{tenhoopen2015m2b3,
title={Marine microbial biodiversity, bioinformatics and biotechnology (M2B3) data reporting and service standards},
author={Ten Hoopen, P. and et al.},
journal={Standards in genomic sciences},
volume={10},
pages={20},
year={2015},
doi={10.1186/s40793-015-0001-5},
url={https://pubmed.ncbi.nlm.nih.gov/26203332/}
}

@article{zhang2017sboldesigner,
title={SBOLDesigner 2: An Intuitive Tool for Structural Genetic Design},
author={Zhang, M. and et al.},
journal={ACS synthetic biology},
volume={6},
number={7},
pages={1150--1160},
year={2017},
doi={10.1021/acssynbio.6b00275},
url={https://pubmed.ncbi.nlm.nih.gov/28441476/}
}
7 changes: 6 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: RDMkit
description: "Best practices and guidelines you can use for FAIR management of your research data."
# Metadata description of the website

remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@2.2.2
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@2.4.0

sass:
style: compressed
Expand Down Expand Up @@ -135,9 +135,14 @@ defaults:
values:
sidebar: about

scholar:
style: modern-language-association

plugins:
- elixir-toolkit-theme-plugins
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-github-metadata
- jekyll-octicons
- jekyll-scholar
Loading

0 comments on commit fdda2f8

Please sign in to comment.