Skip to content
Snippets Groups Projects
Commit 2a31531d authored by Evert Bouman's avatar Evert Bouman
Browse files

Reverted previous commit. Branch dev is now ahead

parent c25e10bd
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ st.set_page_config(
)
st.markdown("""
## A FARIness assessment tool 🍵
## A tool to assess the FAIRness of Life Cycle inventories (LCI) 🍵
The questionnary is based on the [ARDC FAIR assessment tool](https://ardc.edu.au/resource/fair-data-self-assessment-tool/),
published [here](https://github.com/au-research/FAIR-Data-Assessment-Tool).
......@@ -296,49 +296,49 @@ with tab2:
The visualisation is based on [Ammar et al. 2020](https://doi.org/10.3390/nano10102068).
The results can be downloaded as a .json file.
This form has been developed with the assessment of Life Cycle
Inventories in mind. Nevertheless, it can also be used to assess
the FAIRness of any other dataset even though some answers might be
unrelevant and should then be disregarded.
"""
# This form has been developed with the assessment of Life Cycle
# Inventories in mind. Nevertheless, it can also be used to assess
# the FAIRness of any other dataset even though some answers might be
# unrelevant and should then be disregarded.
# """
# with st.expander(label = 'Case: LCI in a scientific article'):
# """
# Many Life Cycle Inventories (LCI) are usually part of scientific articles.
# This section aims at helping to chose the correct answers when assessing
# the FAIRness of a LCI from a scientific article.
with st.expander(label = 'Case: LCI in a scientific article'):
"""
Many Life Cycle Inventories (LCI) are usually part of scientific articles.
This section aims at helping to chose the correct answers when assessing
the FAIRness of a LCI from a scientific article.
# In general, if a LCI in a part of a scientific article, we recommand
# to assess the FAIRness of the LCI as if you were assessing the
# FAIRness of the article.
In general, if a LCI in a part of a scientific article, we recommand
to assess the FAIRness of the LCI as if you were assessing the
FAIRness of the article.
# Here is a list of recommendations for a few FAIR principles regarding
# LCI in scientific articles.
Here is a list of recommendations for a few FAIR principles regarding
LCI in scientific articles.
# __F1__: The DOI of the article (if any) can be considered as the DOi of
# the LCI. Otherwise, the web adress of the article should be chosen.
__F1__: The DOI of the article (if any) can be considered as the DOi of
the LCI. Otherwise, the web adress of the article should be chosen.
# __F2__: The content of the article can be considered as the metadata of
# the LCI. Thus, the answer for F2 is dependent on the content of the
# article.
__F2__: The content of the article can be considered as the metadata of
the LCI. Thus, the answer for F2 is dependent on the content of the
article.
# __F3__: If the DOI is included in the article: 'Yes', otherwise: 'No'.
__F3__: If the DOI is included in the article: 'Yes', otherwise: 'No'.
# __F4__: If the article has been pucblished in a scientific journal, we
# recommand choosing 'Generalist public', 'Domain specific' repository.
__F4__: If the article has been pucblished in a scientific journal, we
recommand choosing 'Generalist public', 'Domain specific' repository.
# __A1.1__: The access to the LCI should be considered the same as the access to
# the scientific article (eg: scientific journal).
__A1.1__: The access to the LCI should be considered the same as the access to
the scientific article (eg: scientific journal).
# __A1.2__: Wether the LCI is part of the article or included in the
# supplementary material, we consider the data as 'File download from
# online location'.
__A1.2__: Wether the LCI is part of the article or included in the
supplementary material, we consider the data as 'File download from
online location'.
# __I1__: If the LCI is in the supplementary information, assess the
# format of the supplementary material:
# * PDF: 'structured, open standard, non-machine-readable format'
# * word or excel: 'proprietary format'
# """
__I1__: If the LCI is in the supplementary information, assess the
format of the supplementary material:
* PDF: 'structured, open standard, non-machine-readable format'
* word or excel: 'proprietary format'
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment