Public
Edited
Jun 27, 2023
Importers
Also listed in…
Medicamentalia
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
resumeCountryAccessSubtechniques = html`
${
_myCountryAccess === "Yes"
? chunkAccessYes
: _myCountryAccess === "Depends"
? chunkAccessDepends
: _myCountryAccess === "No"
? chunkAccessNo
: chunkAccessNotAvailable
}
`
Insert cell
chunkAccessYes = html`
${locale[_languageSelector].chunkAccessYes}
`
Insert cell
chunkAccessDepends = html`
${locale[_languageSelector].chunkAccessDepends}
`
Insert cell
chunkAccessNo = html`
${locale[_languageSelector].chunkAccessNo}
`
Insert cell
chunkAccessNotAvailable = html`
${locale[_languageSelector].chunkAccessNotAvailable}
`

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
subtechniquesNotesExtra = html`

<div class="ART-note extra">

${
myCountryNotesVisibleScenario.length
? `<ul>
${myCountryNotesVisibleScenario
.map(
(d) => `<li><i>${
d.category === "ALL" || d.category === ""
? `${locale[_languageSelector].noteGeneral}: <span>${
_languageSelector === "es"
? d.revised_notes_ES
: _languageSelector === "it"
? d.revised_notes_IT
: d.revised_notes
}</span>`
: `${locale[_languageSelector].noteAbout} ${
locale[_languageSelector][d.category]
}: <span>${
_languageSelector === "es"
? d.revised_notes_ES
: _languageSelector === "it"
? d.revised_notes_IT
: d.revised_notes
}</span>`
}
</i></li>`
)
.join("")}
</ul>
`
: ""
}

</div>

`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// Adding date as parameter to avoid cache problems with any data update
dateId = new Date().getTime()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
inVitroSubtechniques = [
"own_gametes",
"donated_sperm",
"donated_eggs",
"both",
"donated_embryos"
]
Insert cell
Insert cell
datasetAccessInVitro = datasetAccessInVitroRaw.filter(
(d) => d.country_code !== ""
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data = isTrans
? datasetTrans
: isInsemination
? datasetAccessInsemination
: datasetAccessInVitro
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
locale = ({
en: {
AIH: ["own sperm", ""],
AID: ["donated sperm", ""],
own_gametes: ["own sperm", "and eggs"],
donated_sperm: ["donated", "sperm"],
donated_eggs: ["donated", "eggs"],
both: ["donated sperm", "and eggs"],
donated_embryos: ["donated", "embryos"],

fertilisation: "Fertilisation",
insideUterus: "in utero",
insideLab: "in a laboratory",

dontApply: "Don't apply",
notAvailable: "Info not available",

Insemination: "Insemination",
"In Vitro": "In Vitro",

chunkAccessYes: `<p class="resume-access-yes">In <span class="access-yes">${
_myCountryData["country_code"]
}: ${
localeCountries["en"].countries[_myCountryData["country_code"]]
}</span> the law <strong>allows you</strong> to undergo <strong>all types</strong> of <strong><span class="avatar-result">${
localeArtTechniques["en"][_artTechniqueSelector]
} </span></strong> because of <strong><span class="avatar-result">your personal situation</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessDepends: `<p class="resume-access-depends">In <span class="access-depends">${
_myCountryData["country_code"]
}: ${
localeCountries["en"].countries[_myCountryData["country_code"]]
}</span> the law <strong>allows you</strong> to undergo <strong> some types <strong> of <span class="avatar-result">${
localeArtTechniques["en"][_artTechniqueSelector]
} </span></strong> because of <strong><span class="avatar-result">your personal situation</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessNo: `<p class="resume-access-no">In <span class="access-no">${
_myCountryData["country_code"]
}: ${
localeCountries["en"].countries[_myCountryData["country_code"]]
}</span> the law <strong>does not allow you</strong> to undergo <strong>any type </strong> of <span class="avatar-result">${
localeArtTechniques["en"][_artTechniqueSelector]
} </span></strong> because of <strong><span class="avatar-result">your personal situation</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessNotAvailable: `<p class="resume-access-notAvailable">Info not available for <span class="access-notAvailable">${
_myCountryData["country_code"]
}: ${localeCountries["en"].countries[_myCountryData["country_code"]]}</span>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

noteGeneral: "(*) Note",
noteAbout: "(*) Note about",

AID_female_couples: "insemination with donor",
AID_single_women: "insemination with donor",
donated_sperm_female_couples: "donated sperm",
donated_sperm_single_women: "donated sperm"
},
es: {
AIH: ["esperma propio", ""],
AID: ["esperma donado", ""],
own_gametes: ["esperma y", "óvulos propios"],
donated_sperm: ["esperma", "donado"],
donated_eggs: ["óvulos", "donados"],
both: ["esperma y", "óvulos donados"],
donated_embryos: ["embriones", "donados"],

fertilisation: "Fertilización",
insideUterus: "dentro del útero",
insideLab: "en el laboratorio",

dontApply: "No aplica",
notAvailable: "Info no disponible",

Insemination: "Inseminación",
"In Vitro": "In Vitro",

chunkAccessYes: `<p class="resume-access-yes">En <span class="access-yes">${
_myCountryData["country_code"]
}: ${
localeCountries["es"].countries[_myCountryData["country_code"]]
}</span> la ley <strong>te permite </strong> usar <strong> todos los tipos</strong> de <strong><span class="avatar-result">${
localeArtTechniques["es"][_artTechniqueSelector]
} </span></strong> por <strong><span class="avatar-result">tu situación personal</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessDepends: `<p class="resume-access-depends">En <span class="access-depends">${
_myCountryData["country_code"]
}: ${
localeCountries["es"].countries[_myCountryData["country_code"]]
}</span> la ley <strong>te permite </strong> usar <strong> algunos tipos</strong> de <strong><span class="avatar-result">${
localeArtTechniques["es"][_artTechniqueSelector]
} </span></strong> por <strong><span class="avatar-result">tu situación personal</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessNo: `<p class="resume-access-no">En <span class="access-no">${
_myCountryData["country_code"]
}: ${
localeCountries["es"].countries[_myCountryData["country_code"]]
}</span> la ley <strong>no te permite</strong> usar <strong> ningún tipo</strong> de <strong><span class="avatar-result">${
localeArtTechniques["es"][_artTechniqueSelector]
} </span></strong> por <strong><span class="avatar-result">tu situación personal</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessNotAvailable: `<p class="resume-access-notAvailable">Información no disponible en <span class="access-notAvailable">${
_myCountryData["country_code"]
}: ${localeCountries["es"].countries[_myCountryData["country_code"]]}</span>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

noteGeneral: "(*) Nota",
noteAbout: "(*) Nota sobre",

AID_female_couples: "la inseminación con donante",
AID_single_women: "la inseminación con donante",
donated_sperm_female_couples: "el esperma donado",
donated_sperm_single_women: "el esperma donado"
},
it: {
AIH: ["proprio sperma (AIH)", ""],
AID: ["sperma donato (AID)", ""],
own_gametes: ["sperma e", "ovuli propri"],
donated_sperm: ["sperma", "donato"],
donated_eggs: ["ovuli", "donati"],
both: ["sperma e", "ovuli donati"],
donated_embryos: ["embrioni", "donati"],

fertilisation: "Fecondazione",
insideUterus: "in utero",
insideLab: "in laboratorio",

dontApply: "Non applicare",
notAvailable: "Info non disponibili",

Insemination: "Inseminazione",
"In Vitro": "In Vitro",

chunkAccessYes: `<p class="resume-access-yes">En <span class="access-yes">${
_myCountryData["country_code"]
}: ${
localeCountries["it"].countries[_myCountryData["country_code"]]
}</span> la legge <strong>ti permette </strong> di sottoporti <strong> ad alcuni tipi</strong> di <strong><span class="avatar-result">${
localeArtTechniques["it"][_artTechniqueSelector]
} </span></strong> a causa della <strong><span class="avatar-result">tua situazione personale</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessDepends: `<p class="resume-access-depends">In <span class="access-depends">${
_myCountryData["country_code"]
}: ${
localeCountries["it"].countries[_myCountryData["country_code"]]
}</span> la legge <strong>ti permette </strong> di sottoporti <strong> ad alcuni tipi</strong> di <strong><span class="avatar-result">${
localeArtTechniques["it"][_artTechniqueSelector]
} </span></strong> a causa della <strong><span class="avatar-result">tua situazione personale</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessNo: `<p class="resume-access-no">En <span class="access-no">${
_myCountryData["country_code"]
}: ${
localeCountries["it"].countries[_myCountryData["country_code"]]
}</span> la legge <strong>ti permette di sottoporti</strong> a<strong> nessun</strong> tipo di <strong><span class="avatar-result">${
localeArtTechniques["it"][_artTechniqueSelector]
} </span></strong> por <strong><span class="avatar-result">tua situazione personale</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessNotAvailable: `<p class="resume-access-notAvailable">Informazioni non disponibili in <span class="access-notAvailable">${
_myCountryData["country_code"]
}: ${localeCountries["it"].countries[_myCountryData["country_code"]]}</span>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

noteGeneral: "(*) Nota",
noteAbout: "(*) Nota riguardo",

AID_female_couples: "inseminazione con donatore",
AID_single_women: "inseminazione con donatore",
donated_sperm_female_couples: "sperma donato",
donated_sperm_single_women: "sperma donato"
},
fr: {
AIH: ["propre sperme (AIH)", ""],
AID: ["sperme donné (AID)", ""],
own_gametes: ["propres sperme et", "ovules"],
donated_sperm: ["sperme", "donné"],
donated_eggs: ["ovules", "donné"],
both: ["sperme et", "ovules donnés"],
donated_embryos: ["embryons", "donnés"],

fertilisation: "Fécondation",
insideUterus: "dans l’utérus",
insideLab: "en el laboratoire",

dontApply: "Ne pas appliquer",
notAvailable: "Informations non disponibles",

Insemination: "Insemination",
"In Vitro": "In Vitro",
chunkAccessYes: `<p class="resume-access-yes">En <span class="access-yes">${
_myCountryData["country_code"]
}: ${
localeCountries["fr"].countries[_myCountryData["country_code"]]
}</span> la loi <strong>vous autorise</strong> à vous soumettre <strong> à tous types</strong> de <strong><span class="avatar-result">${
localeArtTechniques["fr"][_artTechniqueSelector]
} </span></strong> en raison de <strong><span class="avatar-result">votre situation personnelle</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,
chunkAccessDepends: `<p class="resume-access-depends">En <span class="access-depends">${
_myCountryData["country_code"]
}: ${
localeCountries["fr"].countries[_myCountryData["country_code"]]
}</span> la loi <strong>vous autorise </strong> à vous soumettre a <strong>certains types</strong> de traitaments de <strong><span class="avatar-result">${
localeArtTechniques["fr"][_artTechniqueSelector]
} </span></strong> en raison de <strong><span class="avatar-result">votre situation personnelle</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessNo: `<p class="resume-access-no">En <span class="access-no">${
_myCountryData["country_code"]
}: ${
localeCountries["fr"].countries[_myCountryData["country_code"]]
}</span> la loi <strong>ne vous autorise</strong> à vous soumettre <strong> à aucun type</strong> de traitement de <strong><span class="avatar-result">${
localeArtTechniques["fr"][_artTechniqueSelector]
} </span></strong> en raison de <strong><span class="avatar-result">votre situation personnelle</span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessNotAvailable: `<p class="resume-access-notAvailable">Informations non disponibles pour <span class="access-notAvailable">${
_myCountryData["country_code"]
}: ${localeCountries["fr"].countries[_myCountryData["country_code"]]}</span>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

noteGeneral: "(*) Remarque",
noteAbout: "(*) Nota au sujet de",

AID_female_couples: "insémination avec donneur",
AID_single_women: "insémination avec donneur",
donated_sperm_female_couples: "sperme donné",
donated_sperm_single_women: "sperme donné"
},
el: {
AIH: ["Ίδιο σπέρμα", ""],
AID: ["Σπέρμα που έχει δωρηθεί", ""],
own_gametes: ["Ίδιο σπέρμα και", "ωάρια"],
donated_sperm: ["Σπέρμα που", "έχει δωρηθεί"],
donated_eggs: ["Ωάρια που", "έχουν δωρηθεί"],
both: ["Ωάρια και σπέρμα", "που έχουν δωρηθεί"],
donated_embryos: ["Έμβρυα που", "έχουν δωρηθεί"],

fertilisation: "Γονιμοποίηση",
insideUterus: "σε μήτρα",
insideLab: "σε εργαστήριο",

notAvailable: "Πληροφορίες μη διαθέσιμες",

Insemination: "γονιμοποίηση",

chunkAccessYes: `<p class="resume-access-yes">Στην <span class="access-yes">${
_myCountryData["country_code"]
}: ${
localeCountries["el"].countries[_myCountryData["country_code"]]
}</span> ο νόμος <strong>σας επιτρέπει </strong> να υποβληθείτε <strong>σε όλους τους </strong>τύπους<strong><span class="avatar-result">${
localeArtTechniques["el"][_artTechniqueSelector]
} </span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

chunkAccessDepends: `<p class="resume-access-depends">Στο <span class="access-depends">${
_myCountryData["country_code"]
}: ${
localeCountries["el"].countries[_myCountryData["country_code"]]
}</span> ο νόμος <strong>σας επιτρέπει </strong> να υποβληθείτε <strong> σε ορισμένους </strong> τύπους <strong><span class="avatar-result">${
localeArtTechniques["el"][_artTechniqueSelector]
} </span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,
chunkAccessNo: `<p class="resume-access-no">Στην <span class="access-no">${
_myCountryData["country_code"]
}: ${
localeCountries["el"].countries[_myCountryData["country_code"]]
}</span> ο νόμος <strong>δεν σας επιτρέπει</strong> να υποβληθείτε <strong> σε κανένα είδος</strong> <strong><span class="avatar-result">${
localeArtTechniques["el"][_artTechniqueSelector]
} </span></strong>
${myCountryNotes.length ? "(*)" : ""}
</p>`,
chunkAccessNotAvailable: `<p class="resume-access-notAvailable">Πληροφορίες μη διαθέσιμες για την <span class="access-notAvailable">${
_myCountryData["country_code"]
}: ${localeCountries["el"].countries[_myCountryData["country_code"]]}</span>
${myCountryNotes.length ? "(*)" : ""}
</p>`,

noteGeneral: "(*) Σημείωση",
noteAbout: "(*) Σημείωση για",

AID_female_couples: "γονιμοποίηση με δότη",
AID_single_women: "γονιμοποίηση με δότη",
donated_sperm_female_couples: "δορισμένο σπέρμα",
donated_sperm_single_women: "δορισμένο σπέρμα"
}
})
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more