Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
47e80196
Commit
47e80196
authored
Jun 09, 2015
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] Adapting roles.
modifié : about.py And cosmetics.
parent
c0857f85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
9 deletions
+33
-9
about.py
gargantext_web/about.py
+33
-9
No files found.
gargantext_web/about.py
View file @
47e80196
...
...
@@ -6,22 +6,46 @@
import
random
def
get_team
():
'''
'''
Function to get list of each member as dict of personal informations.
You are free to fill the form which is verbose indeed but clear enough for
manual entries (I could zip lists but not clear enough).
For your picture, please ask Alexandre to take your picture with his camera
in order to follow the design shape of the website.
'''
team
=
[
{
'first_name'
:
'Alexandre'
,
'last_name'
:
'Delanoë'
,
'mail'
:
'alexandre+gargantextATdelanoe.org'
,
'website'
:
'http://alexandre.delanoe.org'
,
'picture'
:
'alexandre.jpg'
,
'role'
:
'project manager, scientific board, developer'
},
{
'first_name'
:
'David'
,
'last_name'
:
'Chavalarias'
,
'mail'
:
'david.chavalariasATiscpif.fr'
,
'website'
:
'http://chavalarias.com'
,
'picture'
:
'david.jpg'
,
'role'
:
'scientific board'
},
{
'first_name'
:
'Mathieu'
,
'last_name'
:
'Rodic'
,
'mail'
:
''
,
'website'
:
'http://rodic.fr'
,
'picture'
:
'mathieu.jpg'
,
'role'
:
'developer'
},
{
'first_name'
:
'Samuel'
,
'last_name'
:
'Castillo J.'
,
'mail'
:
'kaisleanATgmail.com'
,
'website'
:
'http://www.pksm3.droppages.com'
,
'picture'
:
'samuel.jpg'
,
'role'
:
'developer'
},
{
'first_name'
:
'Elias'
,
'last_name'
:
'Showk'
,
'mail'
:
''
,
'website'
:
'https://github.com/elishowk'
,
'picture'
:
''
,
'role'
:
'developer'
},
{
'first_name'
:
'Alexandre'
,
'last_name'
:
'Delanoë'
,
'mail'
:
'alexandre+gargantextATdelanoe.org'
,
'website'
:
'http://alexandre.delanoe.org'
,
'picture'
:
'alexandre.jpg'
,
'role'
:
'project investigator, developer'
},
{
'first_name'
:
'David'
,
'last_name'
:
'Chavalarias'
,
'mail'
:
'david.chavalariasATiscpif.fr'
,
'website'
:
'http://chavalarias.com'
,
'picture'
:
'david.jpg'
,
'role'
:
'project investigator'
},
{
'first_name'
:
'Mathieu'
,
'last_name'
:
'Rodic'
,
'mail'
:
''
,
'website'
:
'http://rodic.fr'
,
'picture'
:
'mathieu.jpg'
,
'role'
:
'developer'
},
{
'first_name'
:
'Samuel'
,
'last_name'
:
'Castillo J.'
,
'mail'
:
'kaisleanATgmail.com'
,
'website'
:
'http://www.pksm3.droppages.com'
,
'picture'
:
'samuel.jpg'
,
'role'
:
'developer'
},
{
'first_name'
:
'Elias'
,
'last_name'
:
'Showk'
,
'mail'
:
''
,
'website'
:
'https://github.com/elishowk'
,
'picture'
:
''
,
'role'
:
'developer'
},
#{ 'first_name' : '', 'name' : '', 'mail' : '', 'website' : '', 'picture' : ''},
# copy paste the line above and write your informations please
]
...
...
@@ -30,7 +54,7 @@ def get_team():
return
(
team
)
def
get_sponsors
():
'''
'''
Function to get list of each sponsor as dict of institutional informations.
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment