records

records

Active filters Clear all

No active filters

Filters

Les personnels non-enseignants (BIATSS) dans les établissements publics de l'enseignement supérieur

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Année
Année de couverture des données

No description available for this field.

Name (identifier)
rentree
Type
text
Sample
2015
Année universitaire
               

No description available for this field.

Name (identifier)
annee_universitaire
Type
text
Sample
2015-16
Type de personnel
agent titulare ou contractuel

No description available for this field.

Name (identifier)
type_personnel
Type
text
Sample
titulaires
etablissement_id_paysage
identifiant interne de l'établissement d'affectation

No description available for this field.

Name (identifier)
etablissement_id_paysage
Type
text
Sample
06SE7
Etablissement
Établissement d'affectation

No description available for this field.

Name (identifier)
etablissement_lib
Type
text
Sample
Université de Bretagne Occidentale
etablissement_compos_id_paysage
               

No description available for this field.

Name (identifier)
etablissement_compos_id_paysage
Type
text
Sample
                       
Décomposition des universités
Décomposition des universités à statuts expérimentaux

No description available for this field.

Name (identifier)
etablissement_compos_lib
Type
text
Sample
                       
etablissement_id_uai
code UAI de l'établissement

No description available for this field.

Name (identifier)
etablissement_id_uai
Type
text
Sample
0290346U
etablissement_code_region
               

No description available for this field.

Name (identifier)
etablissement_code_region
Type
text
Sample
R53
Région
Région du siège de l'établissement

No description available for this field.

Name (identifier)
etablissement_region
Type
text
Sample
Bretagne
etablissement_code_academie
               

No description available for this field.

Name (identifier)
etablissement_code_academie
Type
text
Sample
A14
Académie
Académie du siège de l'établissement

No description available for this field.

Name (identifier)
etablissement_academie
Type
text
Sample
Rennes
etablissement_coordonnees
Coordonnées GPS du siège de l'établissement

No description available for this field.

Name (identifier)
etablissement_coordonnees
Type
geo point
Sample
[48.39803,-4.5077]
Catégorie
Catégorie statutaire de l'agent

No description available for this field.

Name (identifier)
categorie
Type
text
Sample
A
code_corps
               

No description available for this field.

Name (identifier)
code_corps
Type
text
Sample
BIB
Corps
Corps d'appartenance de l'agent

No description available for this field.

Name (identifier)
corps_lib
Type
text
Sample
Bibliothécaires
Filière
Filière d'appartenance de l'agent

No description available for this field.

Name (identifier)
filiere_lib
Type
text
Sample
Bibliothèque
etablissement_id_uai_source
code uai de l'établissement collecté 

No description available for this field.

Name (identifier)
etablissement_id_uai_source
Type
text
Sample
0290323U
etablissement_type
Type d'établissement

No description available for this field.

Name (identifier)
etablissement_type
Type
text
Sample
Université
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
06SE7
etablissement_actuel_lib
Établissement actuel si fusion ou intégration

No description available for this field.

Name (identifier)
etablissement_actuel_lib
Type
text
Sample
Université de Bretagne Occidentale
Effectif
nombre d'agents BIATSS 

No description available for this field.

Name (identifier)
effectif
Type
integer
Sample
7
effectif_femmes
               

No description available for this field.

Name (identifier)
effectif_femmes
Type
integer
Sample
4
effectif_hommes
               

No description available for this field.

Name (identifier)
effectif_hommes
Type
integer
Sample
3
classe_age3
Appartenance des agents titulaires aux tranches d'âges

No description available for this field.

Name (identifier)
classe_age3
Type
text
Sample
36 à 55 ans
code_filiere
               

No description available for this field.

Name (identifier)
code_filiere
Type
text
Sample
BIBLIOTHEQUE
code_bap
               

No description available for this field.

Name (identifier)
code_bap
Type
text
Sample
                       
BAP
Branche d'activité professionnelle des agents de la filière ITRF

No description available for this field.

Name (identifier)
bap_lib
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-personnels-biatss-etablissements-publics",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-personnels-biatss-etablissements-publics"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-personnels-biatss-etablissements-publics":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-personnels-biatss-etablissements-publics_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-personnels-biatss-etablissements-publics_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "rentree":
                {
                • "type":"string",
                • "title":"Année",
                • "description":"Année de couverture des données"
                }
                ,
              • "annee_universitaire":
                {
                • "type":"string",
                • "title":"Année universitaire",
                • "description":""
                }
                ,
              • "type_personnel":
                {
                • "type":"string",
                • "title":"Type de personnel",
                • "description":"agent titulare ou contractuel"
                }
                ,
              • "etablissement_id_paysage":
                {
                • "type":"string",
                • "title":"etablissement_id_paysage",
                • "description":"identifiant interne de l'établissement d'affectation"
                }
                ,
              • "etablissement_lib":
                {
                • "type":"string",
                • "title":"Etablissement",
                • "description":"Établissement d'affectation"
                }
                ,
              • "etablissement_compos_id_paysage":
                {
                • "type":"string",
                • "title":"etablissement_compos_id_paysage",
                • "description":""
                }
                ,
              • "etablissement_compos_lib":
                {
                • "type":"string",
                • "title":"Décomposition des universités",
                • "description":"Décomposition des universités à statuts expérimentaux"
                }
                ,
              • "etablissement_id_uai":
                {
                • "type":"string",
                • "title":"etablissement_id_uai",
                • "description":"code UAI de l'établissement"
                }
                ,
              • "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"
                }
                ,
              • "etablissement_code_academie":
                {
                • "type":"string",
                • "title":"etablissement_code_academie",
                • "description":""
                }
                ,
              • "etablissement_academie":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":"Académie du siège de l'établissement"
                }
                ,
              • "etablissement_coordonnees":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"etablissement_coordonnees",
                • "description":"Coordonnées GPS du siège de l'établissement"
                }
                ,
              • "categorie":
                {
                • "type":"string",
                • "title":"Catégorie",
                • "description":"Catégorie statutaire de l'agent"
                }
                ,
              • "code_corps":
                {
                • "type":"string",
                • "title":"code_corps",
                • "description":""
                }
                ,
              • "corps_lib":
                {
                • "type":"string",
                • "title":"Corps",
                • "description":"Corps d'appartenance de l'agent"
                }
                ,
              • "filiere_lib":
                {
                • "type":"string",
                • "title":"Filière",
                • "description":"Filière d'appartenance de l'agent"
                }
                ,
              • "etablissement_id_uai_source":
                {
                • "type":"string",
                • "title":"etablissement_id_uai_source",
                • "description":"code uai de l'établissement collecté "
                }
                ,
              • "etablissement_type":
                {
                • "type":"string",
                • "title":"etablissement_type",
                • "description":"Type d'établissement"
                }
                ,
              • "etablissement_id_paysage_actuel":
                {
                • "type":"string",
                • "title":"etablissement_id_paysage_actuel",
                • "description":"identifiant interne de l'établissement actuel"
                }
                ,
              • "etablissement_actuel_lib":
                {
                • "type":"string",
                • "title":"etablissement_actuel_lib",
                • "description":"Établissement actuel si fusion ou intégration"
                }
                ,
              • "effectif":
                {
                • "type":"integer",
                • "title":"Effectif",
                • "description":"nombre d'agents BIATSS "
                }
                ,
              • "effectif_femmes":
                {
                • "type":"integer",
                • "title":"effectif_femmes",
                • "description":""
                }
                ,
              • "effectif_hommes":
                {
                • "type":"integer",
                • "title":"effectif_hommes",
                • "description":""
                }
                ,
              • "classe_age3":
                {
                • "type":"string",
                • "title":"classe_age3",
                • "description":"Appartenance des agents titulaires aux tranches d'âges"
                }
                ,
              • "code_filiere":
                {
                • "type":"string",
                • "title":"code_filiere",
                • "description":""
                }
                ,
              • "code_bap":
                {
                • "type":"string",
                • "title":"code_bap",
                • "description":""
                }
                ,
              • "bap_lib":
                {
                • "type":"string",
                • "title":"BAP",
                • "description":"Branche d'activité professionnelle des agents de la filière ITRF"
                }
              }
            }
          }
        }
      }
    }

    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