73,941 records

73,941 records

Active filters Clear all

No active filters

Filters

Établissement

Les enseignants non permanents des établissements publics de l'enseignement supérieur

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Rentrée
Rentrée de l'année universitaire

No description available for this field.

Name (identifier)
rentree
Type
text
Sample
2013
Établissement
               

No description available for this field.

Name (identifier)
etablissement_lib
Type
text
Sample
Université Savoie Mont Blanc
Type établissement
               

No description available for this field.

Name (identifier)
etablissement_type
Type
text
Sample
Université
Sexe
               

No description available for this field.

Name (identifier)
sexe
Type
text
Sample
Masculin
Categorie de personnels
               

No description available for this field.

Name (identifier)
categorie_personnels
Type
text
Sample
Doctorant contractuel sans service d'enseignement
Grande discipline
Regroupements des groupes de sections CNU.

No description available for this field.

Name (identifier)
grande_discipline
Type
text
Sample
Droit, économie et gestion
Groupes CNU
Regroupements des sections CNU dont chacune correspond à une discipline.

No description available for this field.

Name (identifier)
groupe_cnu
Type
text
Sample
Sciences économiques et de gestion
Code groupe CNU
Regroupements des sections CNU

No description available for this field.

Name (identifier)
code_groupe_cnu
Type
text
Sample
2
Code grande discipline
Regroupements des groupes de sections CNU.

No description available for this field.

Name (identifier)
code_grande_discipline
Type
text
Sample
1D
effectif
Nombre d'enseignants

No description available for this field.

Name (identifier)
effectif
Type
integer
Sample
2
Code categorie personnels
               

No description available for this field.

Name (identifier)
code_categorie_pers
Type
text
Sample
DOCT SANS ENS
Année universitaire
               

No description available for this field.

Name (identifier)
annee_universitaire
Type
text
Sample
2013-14
Décomposition des universitéss à statuts expérimentaux
               

No description available for this field.

Name (identifier)
etablissement_compos_lib
Type
text
Sample
                       
etablissement_id_paysage
Identifiant interne de l'établissement

No description available for this field.

Name (identifier)
etablissement_id_paysage
Type
text
Sample
zCa4j
etablissement_compos_id_paysage
Identifiant interne de l'établissement d'affectation

No description available for this field.

Name (identifier)
etablissement_compos_id_paysage
Type
text
Sample
                       
etablissement_id_uai
code.s uai de l'établissement d'affectation

No description available for this field.

Name (identifier)
etablissement_id_uai
Type
text
Sample
0730858L
code_academie
               

No description available for this field.

Name (identifier)
etablissement_code_academie
Type
text
Sample
A08
Académie
académie du siège de l'établissement  d'affectation

No description available for this field.

Name (identifier)
etablissement_academie
Type
text
Sample
Grenoble
etablissement_code_region
               

No description available for this field.

Name (identifier)
etablissement_code_region
Type
text
Sample
R84
Région
région du siège de l'établissement d'affectation

No description available for this field.

Name (identifier)
etablissement_region
Type
text
Sample
Auvergne-Rhône-Alpes
etablissement_coordonnees
coordonnées géographiques de l'établissement d'affectation

No description available for this field.

Name (identifier)
etablissement_coordonnees
Type
geo point
Sample
[45.56676,5.9175]
etablissement_id_uai_source
code uai de l'établissement d'affectation collecté (source)

No description available for this field.

Name (identifier)
etablissement_id_uai_source
Type
text
Sample
0730858L
etablissement_id_paysage_actuel
identifiant interne de l'établissement actuel

No description available for this field.

Name (identifier)
etablissement_id_paysage_actuel
Type
text
Sample
zCa4j
Établissement actuel
établissement actuel

No description available for this field.

Name (identifier)
etablissement_actuel_lib
Type
text
Sample
Université Savoie Mont Blanc
Categories personnels regroupées
               

No description available for this field.

Name (identifier)
categorie_pers_grp
Type
text
Sample
Doctorant contractuel
Quotité
Quotité de travail

No description available for this field.

Name (identifier)
quotite
Type
text
Sample
Non renseigné
Classes d'âge
Tranche d'âge dans laquelle appartient l'enseignant (donnée disponible depuis 2018) 

No description available for this field.

Name (identifier)
classe_age3
Type
text
Sample
Non précisé

JSON Schema

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

{
  • "title":"fr-esr-enseignants-nonpermanents-esr-public",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-enseignants-nonpermanents-esr-public"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-enseignants-nonpermanents-esr-public":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-enseignants-nonpermanents-esr-public_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-enseignants-nonpermanents-esr-public_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "rentree":
                {
                • "type":"string",
                • "title":"Rentrée",
                • "description":"Rentrée de l'année universitaire"
                }
                ,
              • "etablissement_lib":
                {
                • "type":"string",
                • "title":"Établissement",
                • "description":""
                }
                ,
              • "etablissement_type":
                {
                • "type":"string",
                • "title":"Type établissement",
                • "description":""
                }
                ,
              • "sexe":
                {
                • "type":"string",
                • "title":"Sexe",
                • "description":""
                }
                ,
              • "categorie_personnels":
                {
                • "type":"string",
                • "title":"Categorie de personnels",
                • "description":""
                }
                ,
              • "grande_discipline":
                {
                • "type":"string",
                • "title":"Grande discipline",
                • "description":"Regroupements des groupes de sections CNU."
                }
                ,
              • "groupe_cnu":
                {
                • "type":"string",
                • "title":"Groupes CNU",
                • "description":"Regroupements des sections CNU dont chacune correspond à une discipline."
                }
                ,
              • "code_groupe_cnu":
                {
                • "type":"string",
                • "title":"Code groupe CNU",
                • "description":"Regroupements des sections CNU"
                }
                ,
              • "code_grande_discipline":
                {
                • "type":"string",
                • "title":"Code grande discipline",
                • "description":"Regroupements des groupes de sections CNU."
                }
                ,
              • "effectif":
                {
                • "type":"integer",
                • "title":"effectif",
                • "description":"Nombre d'enseignants"
                }
                ,
              • "code_categorie_pers":
                {
                • "type":"string",
                • "title":"Code categorie personnels",
                • "description":""
                }
                ,
              • "annee_universitaire":
                {
                • "type":"string",
                • "title":"Année universitaire",
                • "description":""
                }
                ,
              • "etablissement_compos_lib":
                {
                • "type":"string",
                • "title":"Décomposition des universitéss à statuts expérimentaux",
                • "description":""
                }
                ,
              • "etablissement_id_paysage":
                {
                • "type":"string",
                • "title":"etablissement_id_paysage",
                • "description":"Identifiant interne de l'établissement"
                }
                ,
              • "etablissement_compos_id_paysage":
                {
                • "type":"string",
                • "title":"etablissement_compos_id_paysage",
                • "description":"Identifiant interne de l'établissement d'affectation"
                }
                ,
              • "etablissement_id_uai":
                {
                • "type":"string",
                • "title":"etablissement_id_uai",
                • "description":"code.s uai de l'établissement d'affectation"
                }
                ,
              • "etablissement_code_academie":
                {
                • "type":"string",
                • "title":"code_academie",
                • "description":""
                }
                ,
              • "etablissement_academie":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":"académie du siège de l'établissement d'affectation"
                }
                ,
              • "etablissement_code_region":
                {
                • "type":"string",
                • "title":"etablissement_code_region",
                • "description":""
                }
                ,
              • "etablissement_region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":"région du siège de l'établissement d'affectation"
                }
                ,
              • "etablissement_coordonnees":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"etablissement_coordonnees",
                • "description":"coordonnées géographiques de l'établissement d'affectation"
                }
                ,
              • "etablissement_id_uai_source":
                {
                • "type":"string",
                • "title":"etablissement_id_uai_source",
                • "description":"code uai de l'établissement d'affectation collecté (source)"
                }
                ,
              • "etablissement_id_paysage_actuel":
                {
                • "type":"string",
                • "title":"etablissement_id_paysage_actuel",
                • "description":"identifiant interne de l'établissement actuel"
                }
                ,
              • "etablissement_actuel_lib":
                {
                • "type":"string",
                • "title":"Établissement actuel",
                • "description":"établissement actuel "
                }
                ,
              • "categorie_pers_grp":
                {
                • "type":"string",
                • "title":"Categories personnels regroupées",
                • "description":""
                }
                ,
              • "quotite":
                {
                • "type":"string",
                • "title":"Quotité",
                • "description":"Quotité de travail"
                }
                ,
              • "classe_age3":
                {
                • "type":"string",
                • "title":"Classes d'âge",
                • "description":"Tranche d'âge dans laquelle appartient l'enseignant (donnée disponible depuis 2018) "
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets