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
49f25748
Commit
49f25748
authored
Jan 07, 2015
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DESIGN] Corpus view with 3 main blocks of features.
parent
decfd292
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
16 deletions
+21
-16
corpus.html
templates/corpus.html
+21
-16
No files found.
templates/corpus.html
View file @
49f25748
...
...
@@ -23,12 +23,14 @@
<div
class=
"container theme-showcase"
role=
"main"
>
<div
class=
"jumbotron"
>
{% if project %}
<h1>
{{ project.name }}
</h1>
<h1>
{{ project.name }}, {{ corpus.name }}
</h1>
{% endif %}
{% if corpus %}
{{ corpus.name }}
, Created on {{ corpus.date }} ({{ number}} docs)
</p>
<p>
{{ number}} docs, Created on {{ corpus.date }}
</p>
{% endif %}
<!-- <a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Add file</a> --!>
...
...
@@ -48,7 +50,7 @@
<div class="row">
<div id="monthly-move-chart">
<center>
<strong>Title</strong> (Blue Line: Publications by months, Green Line: Zoomable publications
)
<strong>Title</strong> (Blue bars: all, Green line: zoom
)
<a class="reset" href="javascript:volumeChart.filterAll();dc.redrawAll();"
style="display: none;">reset</a>
<div class="clearfix"></div>
...
...
@@ -103,34 +105,37 @@
<div class="row">
<div class="col-md-4">
<div class="jumbotron">
<h3><a href="/graph-it">Documen
ts</a></h3>
<h3><a href="/corpus/{{corpus.id}}/charts">Advanced char
ts</a></h3>
<ol>
<li>
Read</li> <!-- wri
te -->
<li>
Count
</li>
<!--
compute -->
<li>
Select
</li>
<!--
cut -->
<li>
Count</li> <!-- read, compu
te -->
<li>
Filter
</li>
<!-- count,
compute -->
<li>
Compare
</li>
<!-- select,
cut -->
</ol>
<h4><a
href=
"/project/{{project.id}}/corpus/{{corpus.id}}/"
>
Back to corpus
</a></h3>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"jumbotron"
>
<h3><a
href=
"/
ngrams"
>
Dictionaries
</a></h3>
<h3><a
href=
"/
corpus/{{corpus.id}}/matrix"
>
Matrix
</a></h3>
<ol>
<li>
S
ynonyms
</li>
<li>
Black Lists
</li>
<li>
White Lists
</li>
<li>
S
ort
</li>
<li>
Group
</li>
<li>
Cluster
</li>
</ol>
<h4><a
href=
"/project/{{project.id}}/corpus/{{corpus.id}}/"
>
Back to corpus
</a></h3>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"jumbotron"
>
<h3><a
href=
"/corpus/{{ corpus.id }}/explorer"
>
Visualizations
</a></h3>
<h3><a
href=
"/corpus/{{ corpus.id }}/explorer"
>
Graph
</a></h3>
<ol>
<li>
<a
href=
"/corpus/{{ corpus.id }}/matrix"
>
Adjacency matrix
</a>
</li>
<li>
<a
href=
"/corpus/{{ corpus.id }}/explorer"
>
Static maps
</a>
</li>
<li>
Dynamic maps
</li>
<li>
Visualize
</li>
<li>
Explore
</li>
<li>
Read
</li>
</ol>
<h4><a
href=
"/project/{{project.id}}/corpus/{{corpus.id}}/"
>
Back to corpus
</a></h3>
</div>
</div>
</div>
...
...
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