records

records

Active filters Clear all

No active filters

Filters

Candidats et lauréats du prix PEPS - Passion Enseignement et Pédagogie dans le Supérieur

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Année
               

No description available for this field.

Name (identifier)
annee
Type
text
Sample
                       
Catégorie du Prix
               

No description available for this field.

Name (identifier)
categorie_du_prix
Type
text
Sample
                       
Type de candidature
               

No description available for this field.

Name (identifier)
type_de_candidature
Type
text
Sample
                       
Lauréats
               

No description available for this field.

Name (identifier)
laureats
Type
text
Sample
                       
Vidéo
               

No description available for this field.

Name (identifier)
video
Type
text
Sample
                       
Mots-clés
               

No description available for this field.

Name (identifier)
mots_cles
Type
text
Sample
                       
Mots-clés numérique
               

No description available for this field.

Name (identifier)
mots_cles_numerique
Type
text
Sample
                       
Titre de l’initiative présentée
               

No description available for this field.

Name (identifier)
titre_de_l_initiative_presentee
Type
text
Sample
                       
Description courte de l’initiative
               

No description available for this field.

Name (identifier)
description_courte_de_l_initiative
Type
text
Sample
                       
Porteur
               

No description available for this field.

Name (identifier)
porteur
Type
text
Sample
                       
Equipe
               

No description available for this field.

Name (identifier)
equipe
Type
text
Sample
                       
Type d'établissement
               

No description available for this field.

Name (identifier)
type_d_etablissement
Type
text
Sample
                       
Villes
               

No description available for this field.

Name (identifier)
villes
Type
text
Sample
                       
Code établissement
               

No description available for this field.

Name (identifier)
code_etablissement
Type
text
Sample
                       
Etablissement
               

No description available for this field.

Name (identifier)
etablissement
Type
text
Sample
                       
Code composante
               

No description available for this field.

Name (identifier)
code_composante
Type
text
Sample
                       
Structure de recherche
               

No description available for this field.

Name (identifier)
structure_de_recherche
Type
text
Sample
                       
SIRET
               

No description available for this field.

Name (identifier)
siret
Type
text
Sample
                       
Localisation
               

No description available for this field.

Name (identifier)
localisation
Type
geo point
Sample
                       
Etablissements/composantes associés
               

No description available for this field.

Name (identifier)
etablissements_associes
Type
text
Sample
                       
Code commune
               

No description available for this field.

Name (identifier)
code_commune
Type
text
Sample
                       
Commune
               

No description available for this field.

Name (identifier)
commune
Type
text
Sample
                       
Unité Urbaine
               

No description available for this field.

Name (identifier)
unite_urbaine
Type
text
Sample
                       
Département
               

No description available for this field.

Name (identifier)
departement
Type
text
Sample
                       
Académie
               

No description available for this field.

Name (identifier)
academie
Type
text
Sample
                       
Région
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Sélection géographique
               

No description available for this field.

Name (identifier)
selection_geographique
Type
text
Sample
                       
ID de la réponse
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
Etablissement porteur
               

No description available for this field.

Name (identifier)
etablissements_porteurs
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"fr-esr-candidats-et-laureats-du-prix-peps-passion-enseignement-et-pedagogie",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-candidats-et-laureats-du-prix-peps-passion-enseignement-et-pedagogie"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-candidats-et-laureats-du-prix-peps-passion-enseignement-et-pedagogie":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-candidats-et-laureats-du-prix-peps-passion-enseignement-et-pedagogie_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "fr-esr-candidats-et-laureats-du-prix-peps-passion-enseignement-et-pedagogie_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "annee":
                {
                • "type":"string",
                • "title":"Année",
                • "description":""
                }
                ,
              • "categorie_du_prix":
                {
                • "type":"string",
                • "title":"Catégorie du Prix",
                • "description":""
                }
                ,
              • "type_de_candidature":
                {
                • "type":"string",
                • "title":"Type de candidature",
                • "description":""
                }
                ,
              • "laureats":
                {
                • "type":"string",
                • "title":"Lauréats",
                • "description":""
                }
                ,
              • "video":
                {
                • "type":"string",
                • "title":"Vidéo",
                • "description":""
                }
                ,
              • "mots_cles":
                {
                • "type":"string",
                • "title":"Mots-clés",
                • "description":""
                }
                ,
              • "mots_cles_numerique":
                {
                • "type":"string",
                • "title":"Mots-clés numérique",
                • "description":""
                }
                ,
              • "titre_de_l_initiative_presentee":
                {
                • "type":"string",
                • "title":"Titre de l’initiative présentée",
                • "description":""
                }
                ,
              • "description_courte_de_l_initiative":
                {
                • "type":"string",
                • "title":"Description courte de l’initiative",
                • "description":""
                }
                ,
              • "porteur":
                {
                • "type":"string",
                • "title":"Porteur",
                • "description":""
                }
                ,
              • "equipe":
                {
                • "type":"string",
                • "title":"Equipe",
                • "description":""
                }
                ,
              • "type_d_etablissement":
                {
                • "type":"string",
                • "title":"Type d'établissement",
                • "description":""
                }
                ,
              • "villes":
                {
                • "type":"string",
                • "title":"Villes",
                • "description":""
                }
                ,
              • "code_etablissement":
                {
                • "type":"string",
                • "title":"Code établissement",
                • "description":""
                }
                ,
              • "etablissement":
                {
                • "type":"string",
                • "title":"Etablissement",
                • "description":""
                }
                ,
              • "code_composante":
                {
                • "type":"string",
                • "title":"Code composante",
                • "description":""
                }
                ,
              • "structure_de_recherche":
                {
                • "type":"string",
                • "title":"Structure de recherche",
                • "description":""
                }
                ,
              • "siret":
                {
                • "type":"string",
                • "title":"SIRET",
                • "description":""
                }
                ,
              • "localisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Localisation",
                • "description":""
                }
                ,
              • "etablissements_associes":
                {
                • "type":"string",
                • "title":"Etablissements/composantes associés",
                • "description":""
                }
                ,
              • "code_commune":
                {
                • "type":"string",
                • "title":"Code commune",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "unite_urbaine":
                {
                • "type":"string",
                • "title":"Unité Urbaine",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "academie":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "selection_geographique":
                {
                • "type":"string",
                • "title":"Sélection géographique",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"ID de la réponse",
                • "description":""
                }
                ,
              • "etablissements_porteurs":
                {
                • "type":"string",
                • "title":"Etablissement porteur",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets