The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Environmental Exposure JSON-LD

Leean Jo, Laura S. Bruckman, Roger H. French

2023-08-09

Environmental Exposure JSON-LD Description

This json-ld template is used to address multiple environmental stressors that result in material degradation.

It includes three different degradation processes in addition to a synergy effect.

Creating JSON-LD for Environmental Exposure in R

library(FAIRmaterials)

# An example data frame for Environmental Exposure
environmentalExposure <- data.frame(
  'temperature' = c('80', '60'),
  'relativeHumidity' = c('85', '85')
)

# This will generate JSON-LD file for the example data
output <- fairify_data(environmentalExposure, domain = 'environmentalExposure', saveLocal = TRUE)

Creating JSON-LD for Environmental Exposure in Python

from fairmaterials.fairify_data import *
import pandas as pd

# An example data frame for Environmental Exposure
environmentalExposure = pd.DataFrame({
  'temperature': ['80', '60'],
  'relativeHumidity': ['85', '85']
})

# This will generate JSON-LD file for the example data
output <- fairify_data(environmentalExposure, domain = 'environmentalExposure')

Environmental Exposure schema diagram

Environmental Exposure schema diagram

Environmental Exposure schema diagram

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.