Skip to content

Commit

Permalink
add dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Oswald committed Jan 20, 2025
1 parent e86a517 commit 00fdbaa
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 11 deletions.
91 changes: 84 additions & 7 deletions data/dataCatalog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
{
"datasets": [
{
"metadata": {
"lastChangeDate": "2025-01-17T04:21:27.639746",
"lastChangeUser": "Unknown",
"imageURL": "https://raw.githubusercontent.com/blw-ofag-ufag/data-catalog/refs/heads/main/docs/img/wetland-001.jpg"
},
"attributes": {
"dcterms:title": {
"de": "Massnahmenmonitoring Klimastrategie Landwirtschaft und Ernährung",
"fr": "Suivi des mesures Stratégie Climat pour l'agriculture et l'alimentation"
},
"dcterms:description": {
"de": "Daten zur Massnahmenumsetzung geben einen Überblick zum Umsetzungsstand der 42 Massnahmen bezüglich Klimastrategie Landwirtschaft und Ernährung. Dieser Massnahmenplan läuft bis 2030.",
"fr": "Les données relatives à la mise en œuvre des mesures donnent un aperçu de l'état de mise en œuvre des 42 mesures relatives à la stratégie climat pour l'agriculture et l'alimentation. Ce plan de mesures court jusqu'en 2030."
},
"dcterms:accessRights": "NON_PUBLIC",
"bv:affiliatedPersons": [
{
"name": "Philip Stevanon",
"email": "[email protected]",
"role": "dataOwner"
}
],
"dcat:keyword": [
"environment",
"sustainability",
"climate",
"monitoring",
"food"
],
"bv:personalData": "none",
"adms:status": "workInProgress",
"dcterms:issued": "2024-12-04",
"dcterms:modified": "2025-01-22",
"dcterms:accrualPeriodicity": "ANNUAL",
"prov:wasDerivedFrom": [
"Meinungen aus Expertenbefragungen"
],
"dcat:distribution": [
{
"attributes": {
"dcterms:title": {
"de": "Tabelle mit den Daten zum Massnahmenmonitoring",
"fr": "Tableau des données de suivi des mesures"
},
"dcat:accessURL": "https://object.gever.admin.ch:443/web/?ObjectToOpenID=%24ActaNovaDocument%7C574FDB97-8106-4294-94C3-8A121A593B9E&TenantID=123",
"dcterms:format": "XSLX"
}
}
]
}
},
{
"metadata": {
"lastChangeDate": "2025-01-17T04:21:27.639746",
Expand Down Expand Up @@ -3360,7 +3412,7 @@
"financial-support",
"regional-funding",
"subsidies"
],
],
"dcterms:accrualPeriodicity": "ANNUAL",
"dcterms:modified": "2025-01-15",
"adms:status": "published",
Expand Down Expand Up @@ -6426,7 +6478,16 @@
"email": "[email protected]"
},
"dcterms:issued": "2016-11-08",
"dcat:keyword": ["eggs", "meat", "cereals", "fish", "fruits", "vegetables", "import", "export"],
"dcat:keyword": [
"eggs",
"meat",
"cereals",
"fish",
"fruits",
"vegetables",
"import",
"export"
],
"dcterms:accrualPeriodicity": "ANNUAL",
"dcterms:modified": "2025-01-15",
"adms:status": "published",
Expand Down Expand Up @@ -6565,7 +6626,12 @@
"email": "[email protected]"
},
"dcterms:issued": "2016-11-08",
"dcat:keyword": ["eggs", "market", "animals", "meat"],
"dcat:keyword": [
"eggs",
"market",
"animals",
"meat"
],
"dcterms:accrualPeriodicity": "ANNUAL",
"dcterms:modified": "2025-01-15",
"adms:status": "published",
Expand Down Expand Up @@ -6965,7 +7031,7 @@
"fr": "Dépenses de la Confédération dans le domaine du lait (par exemple, supplément pour le lait transformé en fromage, supplément pour l'alimentation sans ensilage, ...)",
"it": "Spese della Confederazione nel settore lattiero (ad esempio, supplemento per il latte trasformato in formaggio, supplemento per l'alimentazione senza insilati, ...)",
"en": "Federal expenditures in the dairy sector (e.g., allowance for milk processed into cheese, allowance for feeding without silage, ...)"
},
},
"dcterms:accessRights": "PUBLIC",
"bv:affiliatedPersons": [
{
Expand All @@ -6980,7 +7046,11 @@
"email": "[email protected]"
},
"dcterms:issued": "2016-11-08",
"dcat:keyword": ["milk", "budget", "expenditure"],
"dcat:keyword": [
"milk",
"budget",
"expenditure"
],
"dcterms:accrualPeriodicity": "ANNUAL",
"dcterms:modified": "2025-01-15",
"adms:status": "published",
Expand Down Expand Up @@ -10459,7 +10529,7 @@
"meat",
"cheese",
"FSDI"
],
],
"dcterms:accrualPeriodicity": "OTHER",
"dcterms:modified": "2025-01-15",
"adms:status": "published",
Expand Down Expand Up @@ -14049,7 +14119,14 @@
"email": "[email protected]"
},
"dcterms:issued": "2016-11-08",
"dcat:keyword": ["environment", "nutrients", "nitrogen", "phosphorus", "biodiversity", "soil"],
"dcat:keyword": [
"environment",
"nutrients",
"nitrogen",
"phosphorus",
"biodiversity",
"soil"
],
"dcterms:accrualPeriodicity": "ANNUAL",
"dcterms:modified": "2025-01-15",
"adms:status": "published",
Expand Down
8 changes: 4 additions & 4 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ a:hover {
background: var(--secondary-background-color);
color: var(--primary-text-color);
border: 2px solid var(--border-color);
border-radius: 30px; /* Rounder corners */
max-width: 200px; /* Limit the width */
width: 12%; /* Ensure the search field grows to available space */
box-sizing: border-box; /* Prevent padding from affecting width */
border-radius: 30px;
max-width: 200px;
width: 12%;
box-sizing: border-box;
}
#language-select {
max-width: 100px
Expand Down

0 comments on commit 00fdbaa

Please sign in to comment.