Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GrammaColor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pédagogies Multimodales
GrammaColor
Commits
c7101a2f
Commit
c7101a2f
authored
Nov 29, 2020
by
Sylvain Coulange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajout icone et logo
parent
92c18060
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
grammacolorapp/views.py
grammacolorapp/views.py
+2
-2
static/grammachrome.ico
static/grammachrome.ico
+0
-0
static/im/logo_grammachrome.png
static/im/logo_grammachrome.png
+0
-0
static/wikicolor.ico
static/wikicolor.ico
+0
-0
templates/coloriser.html
templates/coloriser.html
+3
-3
No files found.
grammacolorapp/views.py
View file @
c7101a2f
...
...
@@ -2,8 +2,8 @@ from django.shortcuts import render
from
django.http
import
JsonResponse
import
re
,
json
,
spacy
,
subprocess
nlpFr
=
spacy
.
load
(
'fr_core_news_
lg
'
)
nlpZh
=
spacy
.
load
(
'zh_core_web_
lg
'
)
nlpFr
=
spacy
.
load
(
'fr_core_news_
md
'
)
nlpZh
=
spacy
.
load
(
'zh_core_web_
md
'
)
def
home
(
request
):
updateTimeStr
=
updateTime
()
...
...
static/grammachrome.ico
0 → 100644
View file @
c7101a2f
37.6 KB
static/im/logo_grammachrome.png
0 → 100644
View file @
c7101a2f
52.1 KB
static/wikicolor.ico
deleted
100644 → 0
View file @
92c18060
87.5 KB
templates/coloriser.html
View file @
c7101a2f
...
...
@@ -5,7 +5,7 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
GrammaChrome
</title>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"{% static '
wikicolor
.ico' %}"
/>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"{% static '
grammachrome
.ico' %}"
/>
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity=
"sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'styles/styles.css'%}"
>
<script
type=
"text/javascript"
src=
"{% static 'languages/languages.js' %}"
></script>
...
...
@@ -13,8 +13,8 @@
<body>
<div
class=
"header"
><span
id=
"sp_header"
class=
"langspan"
></span></div>
<
!--<a href="https://alem.hypotheses.org/outils-alem-app/wikicolor" target="_blank"><img src="{% static 'im/logo_wikicolor6b.png'%}" width="40%" class="langtitle" id="ti_titre"></a>--
>
<
h1>
GrammaChrome
</h1
>
<
a
href=
"https://alem.hypotheses.org/outils-alem-app/wikicolor"
target=
"_blank"
><img
src=
"{% static 'im/logo_grammachrome.png'%}"
width=
"40%"
class=
"langtitle"
id=
"ti_titre"
></a
>
<
!--<h1>GrammaChrome</h1>--
>
<h2
id=
"subtitle"
><span
id=
"sp_subtitle"
class=
"contours langspan"
></span></h2>
<div
class=
"choixLang"
>
...
...
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