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
e6a2bb98
Commit
e6a2bb98
authored
Sep 22, 2014
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indicateurs pour l'analyste ou le tuteur
parent
481eb74c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
109 additions
and
880 deletions
+109
-880
gargantext_web_tutorial-checkpoint.ipynb
.ipynb_checkpoints/gargantext_web_tutorial-checkpoint.ipynb
+93
-858
gargantext_web_tutorial.ipynb
gargantext_web_tutorial.ipynb
+3
-12
corpus.html
templates/corpus.html
+9
-9
home.html
templates/home.html
+2
-0
project.html
templates/project.html
+2
-1
No files found.
.ipynb_checkpoints/gargantext_web_tutorial-checkpoint.ipynb
View file @
e6a2bb98
This diff is collapsed.
Click to expand it.
gargantext_web_tutorial.ipynb
View file @
e6a2bb98
{
"metadata": {
"name": "",
"signature": "sha256:
bf2595e789140e8e70cb8461a7bd41413d759a51f3c940626bc8ef6856a320e3
"
"signature": "sha256:
2afae28d08bbb0945aaca44a5b704550048c5dc193cc3d81cb11a551fcc03864
"
},
"nbformat": 3,
"nbformat_minor": 0,
...
...
@@ -558,17 +558,8 @@
"input": [],
"language": "python",
"metadata": {},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 72,
"text": [
"'French'"
]
}
],
"prompt_number": 72
"outputs": [],
"prompt_number": 0
},
{
"cell_type": "code",
...
...
templates/corpus.html
View file @
e6a2bb98
...
...
@@ -39,13 +39,13 @@
<div
class=
"row"
>
<div
class=
"col-md-
8
"
>
<div
class=
"col-md-
6
"
>
<h3>
Histogram publications
</h3>
<div
id=
"hero-area"
style=
"height: 300px;"
></div>
</div>
<div
class=
"col-md-
4
"
>
<div
class=
"col-md-
3
"
>
<h3>
Donut chart publications
</h3>
<div
id=
"hero-donut"
style=
"height: 250px;"
></div>
</div>
...
...
@@ -63,13 +63,13 @@
data
:
[
{
%
if
dates
%
}
{
%
for
d
in
dates
%
}
{
period
:
{{
d
.
to_char
}},
Quantity
:
{{
d
.
count
}}
},
{
Period
:
'{{ d.to_char }}'
,
Quantity
:
'{{ d.count }}'
,
Infos
:
'10'
},
{
%
endfor
%
}
{
%
endif
%
}
],
xkey
:
'
p
eriod'
,
ykeys
:
[
'Quantity'
,],
labels
:
[
'publications'
,],
xkey
:
'
P
eriod'
,
ykeys
:
[
'Quantity'
,
'Infos'
],
labels
:
[
'publications'
,
'Infos'
],
lineWidth
:
2
,
hideHover
:
'auto'
,
lineColors
:
[
"#939393"
,]
...
...
@@ -82,9 +82,9 @@
Morris
.
Donut
({
element
:
'hero-donut'
,
data
:
[
{
%
if
sources
%
}
{
%
for
source
in
sources
%
}
{
label
:
'{{ source.source }}
'
,
value
:
{{
source
.
coun
t
}}
},
{
%
if
sources
_donut
%
}
{
%
for
source
in
sources
_donut
%
}
{
label
:
'{{ source.source }}
, {{source.count}} docs'
,
value
:
{{
source
.
par
t
}}
},
{
%
endfor
%
}
{
%
endif
%
}
...
...
templates/home.html
View file @
e6a2bb98
...
...
@@ -26,6 +26,8 @@
<div
class=
"col-md-4"
>
<h3><a
href=
"/project/{{ project.id }}"
>
{{ project.title }}
</a></h3>
<h4>
{{ project.subtitle }}
<h4>
<h5>
Completed:
</h5>
<div
class=
"chart"
barColor=
"#fffff"
data-percent=
"15"
>
15%
</div>
</div>
{% endfor %}
{% endif %}
...
...
templates/project.html
View file @
e6a2bb98
...
...
@@ -34,7 +34,8 @@
<h3><a
href=
"/project/{{ project.id }}/corpus/{{corpus.id}}"
>
{{ corpus.title }}
</a></h3>
<h4>
{{ corpus.subtitle }}
</h4>
<p>
{{ corpus.language }}, {{ corpus.database}}
</p>
<div
class=
"chart"
data-percent=
"73"
>
73%
</div>
<h5>
Activity:
</h5>
<div
class=
"chart"
data-percent=
"50"
>
73%
</div>
</div>
{% endfor %}
...
...
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