542 records

542 records

Active filters Clear all

No active filters

Filters

établissement support

établissement support (référentiel actuel)

situation ED

Les écoles doctorales - Historique

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
création
Année de création de l'école doctorale

No description available for this field.

Name (identifier)
creat
Type
text
Sample
1992
numéro ED
Identifiant de l'école doctorale

No description available for this field.

Name (identifier)
numed
Type
integer
Sample
97
libellé ED
Dernier libellé de l'école doctorale

No description available for this field.

Name (identifier)
libelle_ed
Type
text
Sample
Lettres, sciences humaines et sociales
sigle ED
Sigle de l'école doctorale

No description available for this field.

Name (identifier)
sigle_ed
Type
text
Sample
                       
situation ED
Situation actuelle de l'école doctorale

No description available for this field.

Name (identifier)
situation_ed
Type
text
Sample
fermée
établissement support
Etablissement support de l'école doctorale

No description available for this field.

Name (identifier)
libetab_support_ancien
Type
text
Sample
Université de Rouen
établissement support (référentiel actuel)
Etablissement support de l'école doctorale (correspondant dans le référentiel actuel des établissements)

No description available for this field.

Name (identifier)
libetab_support_nouv
Type
text
Sample
Université de Rouen
discipline principale
Domaine disciplinaire principal de l'école doctorale

No description available for this field.

Name (identifier)
lib_ds_princ
Type
text
Sample
Sciences humaines et humanités
région
Région de l'établissement support de l'école doctorale

No description available for this field.

Name (identifier)
region
Type
text
Sample
Normandie
académie
Académie de l'établissement support de l'école doctorale

No description available for this field.

Name (identifier)
academie
Type
text
Sample
Rouen
dernière accréditation
Dernière année d'acrréditation de l'école doctorale

No description available for this field.

Name (identifier)
der_rec
Type
text
Sample
1996
durée d'accréditation
Durée de la dernière accréditation de l'école doctorale

No description available for this field.

Name (identifier)
duree
Type
integer
Sample
0
fermeture
Année de fermeture de l'école doctorale

No description available for this field.

Name (identifier)
ferm
Type
text
Sample
1995
idref
Identifiant de l'école doctorale dans IdRef

No description available for this field.

Name (identifier)
idref
Type
text
Sample
                       
lien notice IdRef
Lien vers la notice de l'école doctorale dans IdRef

No description available for this field.

Name (identifier)
lien_notice_idref
Type
text
Sample
                       
géolocalisation
Coordonnées de géolocalisation de l'établissement support de l'école doctorale (correspondant dans le référentiel actuel des établissements)

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
[49.4583,1.06895]
adresse
Dernière adresse de l'école doctorale

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
UFR lettres et sciences humaines
Rue Lavoisier
code postal
               

No description available for this field.

Name (identifier)
code_postal
Type
text
Sample
76134
ville
               

No description available for this field.

Name (identifier)
ville
Type
text
Sample
MONT SAINT AIGNAN CEDEX
code discipline principale
Code du domaine disciplinaire principal de l'école doctorale

No description available for this field.

Name (identifier)
ds_princ
Type
integer
Sample
6
code établissement support
Code de l'établissement support de l'école doctorale

No description available for this field.

Name (identifier)
etab_support_ancien
Type
text
Sample
0761904G
Code établissement support (référentiel actuel)
Code de l'établissement support de l'école doctorale (correspondant dans le référentiel actuel des établissements)

No description available for this field.

Name (identifier)
etab_support_nouv
Type
text
Sample
0761904G
code académie
Code de l'académie de l'établissement support de l'école doctorale

No description available for this field.

Name (identifier)
code_academie
Type
text
Sample
A21
code région
Code de la région de l'établissement support de l'école doctorale

No description available for this field.

Name (identifier)
code_region
Type
text
Sample
R28

JSON Schema

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

{
  • "title":"fr-esr-les-ecoles-doctorales-historique",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-les-ecoles-doctorales-historique"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-les-ecoles-doctorales-historique":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-les-ecoles-doctorales-historique_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-les-ecoles-doctorales-historique_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "creat":
                {
                • "type":"string",
                • "title":"création",
                • "description":"Année de création de l'école doctorale"
                }
                ,
              • "numed":
                {
                • "type":"integer",
                • "title":"numéro ED",
                • "description":"Identifiant de l'école doctorale"
                }
                ,
              • "libelle_ed":
                {
                • "type":"string",
                • "title":"libellé ED",
                • "description":"Dernier libellé de l'école doctorale"
                }
                ,
              • "sigle_ed":
                {
                • "type":"string",
                • "title":"sigle ED",
                • "description":"Sigle de l'école doctorale"
                }
                ,
              • "situation_ed":
                {
                • "type":"string",
                • "title":"situation ED",
                • "description":"Situation actuelle de l'école doctorale"
                }
                ,
              • "libetab_support_ancien":
                {
                • "type":"string",
                • "title":"établissement support",
                • "description":"Etablissement support de l'école doctorale"
                }
                ,
              • "libetab_support_nouv":
                {
                • "type":"string",
                • "title":"établissement support (référentiel actuel)",
                • "description":"Etablissement support de l'école doctorale (correspondant dans le référentiel actuel des établissements)"
                }
                ,
              • "lib_ds_princ":
                {
                • "type":"string",
                • "title":"discipline principale",
                • "description":"Domaine disciplinaire principal de l'école doctorale"
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"région",
                • "description":"Région de l'établissement support de l'école doctorale"
                }
                ,
              • "academie":
                {
                • "type":"string",
                • "title":"académie",
                • "description":"Académie de l'établissement support de l'école doctorale"
                }
                ,
              • "der_rec":
                {
                • "type":"string",
                • "title":"dernière accréditation",
                • "description":"Dernière année d'acrréditation de l'école doctorale"
                }
                ,
              • "duree":
                {
                • "type":"integer",
                • "title":"durée d'accréditation",
                • "description":"Durée de la dernière accréditation de l'école doctorale"
                }
                ,
              • "ferm":
                {
                • "type":"string",
                • "title":"fermeture",
                • "description":"Année de fermeture de l'école doctorale"
                }
                ,
              • "idref":
                {
                • "type":"string",
                • "title":"idref",
                • "description":"Identifiant de l'école doctorale dans IdRef"
                }
                ,
              • "lien_notice_idref":
                {
                • "type":"string",
                • "title":"lien notice IdRef",
                • "description":"Lien vers la notice de l'école doctorale dans IdRef"
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"géolocalisation",
                • "description":"Coordonnées de géolocalisation de l'établissement support de l'école doctorale (correspondant dans le référentiel actuel des établissements)"
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"adresse",
                • "description":"Dernière adresse de l'école doctorale"
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"code postal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"ville",
                • "description":""
                }
                ,
              • "ds_princ":
                {
                • "type":"integer",
                • "title":"code discipline principale",
                • "description":"Code du domaine disciplinaire principal de l'école doctorale"
                }
                ,
              • "etab_support_ancien":
                {
                • "type":"string",
                • "title":"code établissement support",
                • "description":"Code de l'établissement support de l'école doctorale"
                }
                ,
              • "etab_support_nouv":
                {
                • "type":"string",
                • "title":"Code établissement support (référentiel actuel)",
                • "description":"Code de l'établissement support de l'école doctorale (correspondant dans le référentiel actuel des établissements)"
                }
                ,
              • "code_academie":
                {
                • "type":"string",
                • "title":"code académie",
                • "description":"Code de l'académie de l'établissement support de l'école doctorale"
                }
                ,
              • "code_region":
                {
                • "type":"string",
                • "title":"code région",
                • "description":"Code de la région de l'établissement support de l'école doctorale"
                }
              }
            }
          }
        }
      }
    }

    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