Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
e1b05e0c
Verified
Commit
e1b05e0c
authored
Jul 01, 2023
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 563-dev-highlight-fixes
parents
12398ca8
0b034b69
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
11 deletions
+15
-11
package.json
package.json
+1
-1
Types.purs
...text/Components/Forest/Tree/Node/Action/Search/Types.purs
+1
-1
TopBar.purs
src/Gargantext/Components/TopBar.purs
+6
-6
Config.purs
src/Gargantext/Config.purs
+7
-3
No files found.
package.json
View file @
e1b05e0c
{
"name"
:
"Gargantext"
,
"version"
:
"0.0.6.9.9.7"
,
"version"
:
"0.0.6.9.9.7
.1
"
,
"scripts"
:
{
"generate-purs-packages-nix"
:
"./nix/generate-purs-packages.nix"
,
"generate-psc-packages-nix"
:
"./nix/generate-packages-json.bash"
,
...
...
src/Gargantext/Components/Forest/Tree/Node/Action/Search/Types.purs
View file @
e1b05e0c
...
...
@@ -161,7 +161,7 @@ instance JSON.WriteForeign Database where
allDatabases :: Array Database
allDatabases = [ Empty
, OpenAlex
--
, OpenAlex
, PubMed
-- , Arxiv
, HAL Nothing
...
...
src/Gargantext/Components/TopBar.purs
View file @
e1b05e0c
...
...
@@ -151,26 +151,26 @@ divDropdownLeftCpt = here.component "divDropdownLeft" cpt
]
menuElement = LiNav { title : "About Gargantext"
, href : "
#
"
, href : "
https://iscpif.fr/gargantext/
"
, icon : "fa fa-info-circle"
, text : "Info" }
elements = [
[
LiNav { title : "
Quick start, tutorials and methodology
"
, href : "https://iscpif.fr/gargantext/
your-first-map
/"
LiNav { title : "
Map Show Room and tutorials
"
, href : "https://iscpif.fr/gargantext/
cartes
/"
, icon : "fa fa-lightbulb-o"
, text : "
Tutorial
s"
, text : "
First map
s"
}
, LiNav { title : "Learn with us!"
, href : "https://iscpif.fr/
projects/gargantext
/"
, href : "https://iscpif.fr/
gargantext/formation
/"
, icon : "fa fa-life-ring"
, text : "Subscribe to Garg Lessons"
}
, LiNav { title : "Report bug here"
, href : "https://
www.iscpif.fr/gargantext/feedback-and-bug-reports
/"
, href : "https://
iscpif.fr/gargantext/faq-feedback
/"
, icon : "fa fa-bullhorn"
, text : "Feedback"
}
...
...
src/Gargantext/Config.purs
View file @
e1b05e0c
...
...
@@ -16,12 +16,16 @@ import Gargantext.Utils (href)
defaultBackends :: NonEmpty Array Backend
defaultBackends = backend' "Demo" "Public Show room" "https://demo.gargantext.org"
:| [ backend' "Education" "Class Rooms" "https://formation.gargantext.org"
, backend' "Organization" "CNRS/ISCPIF Unit" "https://cnrs.gargantext.org"
:| [ backend' "Education" "Training/Formation" "https://formation.gargantext.org"
, backend' "Academia" "Academia" "https://academia.sub.gargantext.org"
, backend' "Organization" "CNRS" "https://cnrs.gargantext.org"
, backend' "Organization" "Mines Telecom Institute" "https://imt.sub.gargantext.org"
, backend' "Organization" "Hello Word Company" "https://helloword.gargantext.org"
, backend' "
Networking" "Complex Systems Community"
"https://complexsystems.gargantext.org"
, backend' "
Community" "Complex Systems"
"https://complexsystems.gargantext.org"
, backend' "Networking" "European Projects" "https://europa.gargantext.org"
, backend' "Community" "Earth" "https://earth.sub.gargantext.org"
, backend' "Community" "Health" "https://health.sub.gargantext.org"
, backend' "Community" "MSH" "https://msh.sub.gargantext.org"
, backend' "Development" "Main SandBox" "https://dev.sub.gargantext.org"
, backend' "Private" "Offline Bunker" "http://localhost:8008"
]
...
...
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