Commit e6a2bb98 authored by Administrator's avatar Administrator

indicateurs pour l'analyste ou le tuteur

parent 481eb74c
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:bf2595e789140e8e70cb8461a7bd41413d759a51f3c940626bc8ef6856a320e3" "signature": "sha256:2afae28d08bbb0945aaca44a5b704550048c5dc193cc3d81cb11a551fcc03864"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -558,17 +558,8 @@ ...@@ -558,17 +558,8 @@
"input": [], "input": [],
"language": "python", "language": "python",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [],
{ "prompt_number": 0
"metadata": {},
"output_type": "pyout",
"prompt_number": 72,
"text": [
"'French'"
]
}
],
"prompt_number": 72
}, },
{ {
"cell_type": "code", "cell_type": "code",
......
...@@ -39,13 +39,13 @@ ...@@ -39,13 +39,13 @@
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-6">
<h3>Histogram publications</h3> <h3>Histogram publications</h3>
<div id="hero-area" style="height: 300px;"></div> <div id="hero-area" style="height: 300px;"></div>
</div> </div>
<div class="col-md-4"> <div class="col-md-3">
<h3>Donut chart publications</h3> <h3>Donut chart publications</h3>
<div id="hero-donut" style="height: 250px;"></div> <div id="hero-donut" style="height: 250px;"></div>
</div> </div>
...@@ -63,13 +63,13 @@ ...@@ -63,13 +63,13 @@
data: [ data: [
{% if dates %} {% if dates %}
{% for d in dates %} {% for d in dates %}
{period: {{ d.to_char }}, Quantity: {{ d.count }}}, {Period: '{{ d.to_char }}', Quantity: '{{ d.count }}', Infos: '10'},
{% endfor %} {% endfor %}
{% endif %} {% endif %}
], ],
xkey: 'period', xkey: 'Period',
ykeys: ['Quantity',], ykeys: ['Quantity', 'Infos'],
labels: ['publications',], labels: ['publications', 'Infos'],
lineWidth: 2, lineWidth: 2,
hideHover: 'auto', hideHover: 'auto',
lineColors: ["#939393",] lineColors: ["#939393",]
...@@ -82,9 +82,9 @@ ...@@ -82,9 +82,9 @@
Morris.Donut({ Morris.Donut({
element: 'hero-donut', element: 'hero-donut',
data: [ data: [
{% if sources %} {% if sources_donut %}
{% for source in sources %} {% for source in sources_donut %}
{label: '{{ source.source }}', value: {{ source.count }} }, {label: '{{ source.source }}, {{source.count}} docs', value: {{ source.part }} },
{% endfor %} {% endfor %}
{% endif %} {% endif %}
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
<div class="col-md-4"> <div class="col-md-4">
<h3><a href="/project/{{ project.id }}">{{ project.title }}</a></h3> <h3><a href="/project/{{ project.id }}">{{ project.title }}</a></h3>
<h4>{{ project.subtitle }}<h4> <h4>{{ project.subtitle }}<h4>
<h5>Completed:</h5>
<div class="chart" barColor="#fffff" data-percent="15">15%</div>
</div> </div>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
......
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
<h3><a href="/project/{{ project.id }}/corpus/{{corpus.id}}">{{ corpus.title }}</a></h3> <h3><a href="/project/{{ project.id }}/corpus/{{corpus.id}}">{{ corpus.title }}</a></h3>
<h4>{{ corpus.subtitle }}</h4> <h4>{{ corpus.subtitle }}</h4>
<p>{{ corpus.language }}, {{ corpus.database}}</p> <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> </div>
{% endfor %} {% 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