Skip to content
Snippets Groups Projects
Commit c8385236 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

wip

parent 1e607f91
No related branches found
No related tags found
No related merge requests found
# Models
## communication/website/Event
- university:references
- communication_website:references
- communication_website_event_kind:references
- name:string
- description:text
- text:html
- published:boolean
- published_at:datetime
## communication/website/event/Kind
- university:references
- communication_website:references
- name:string
- position:integer
File moved
File moved
File moved
......@@ -29,6 +29,12 @@
- city:string
- country:string
## university/Section
cf https://conseil-national-des-universites.fr/cnu/
- name:string
- number:integer
## User
- university:references
......@@ -36,27 +42,6 @@
- last_name:string
- role:integer (enum: superadmin, admin, visitor)
## user/Teacher
- user:references
- program:references
- title:string
- biography:text
## user/Student
- user:references
- program:references
- year:references
- session:references
## user/Alumnus
- user:references
- program:references
- session:references
## user/Application
## university/Person
- user:references
- program:references
## university/person/Teacher
......@@ -5,6 +5,7 @@
Projet scientifique sur plusieurs années, avec des thèmes (ou thématiques) de recherche
## Personnes
- Prénom
- Nom
- Photo
......@@ -38,6 +39,7 @@ Pour le MICA, autour d'une dizaine par mois, avec un pic en novembre
### Séminaires
### Soutenances
Thèses et HDR
Import depuis theses.fr ?
......@@ -64,6 +66,7 @@ Import depuis theses.fr ?
Alphabétique parfois, classé parfois
## Bibliographies
DOI, HAL, researchgate
......@@ -89,3 +92,7 @@ Collecte de mails, gestion avec Sendinblue
## Don
Fonctionnalité nouvelle au MICA, page d'explication (pas de don en ligne)
## SEO
Plan de redirection
# Models
## university/person/Researcher (extends university/Person)
... ajouté à university/Person
- situation:string
- habilitation:boolean
- axis:references
- status:enum (statutaire, doctorant, associé)
- research_themes:html
## research/Laboratory
- university:references
- name:string
- address:string
- zipcode:string
- city:string
- country:string
- private:boolean
## research/laboratory/Axis
- university:references
- research_laboratory:references
- name:string
- position:integer
- description:text
- text:html
## research/Thesis
- university:references
- research_laboratory:references
- author:references (person)
- director:references (person)
- title:string
- started_at:date
- presented_at:date
- completed_at:date
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment