Commit e6a2bb98 authored by Administrator's avatar Administrator

indicateurs pour l'analyste ou le tuteur

parent 481eb74c
{
"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",
......
......@@ -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: 'period',
ykeys: ['Quantity',],
labels: ['publications',],
xkey: 'Period',
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.count }} },
{% if sources_donut %}
{% for source in sources_donut %}
{label: '{{ source.source }}, {{source.count}} docs', value: {{ source.part }} },
{% endfor %}
{% endif %}
......
......@@ -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 %}
......
......@@ -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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment