Verified Commit e1b05e0c authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'dev' into 563-dev-highlight-fixes

parents 12398ca8 0b034b69
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.6.9.9.7", "version": "0.0.6.9.9.7.1",
"scripts": { "scripts": {
"generate-purs-packages-nix": "./nix/generate-purs-packages.nix", "generate-purs-packages-nix": "./nix/generate-purs-packages.nix",
"generate-psc-packages-nix": "./nix/generate-packages-json.bash", "generate-psc-packages-nix": "./nix/generate-packages-json.bash",
......
...@@ -161,7 +161,7 @@ instance JSON.WriteForeign Database where ...@@ -161,7 +161,7 @@ instance JSON.WriteForeign Database where
allDatabases :: Array Database allDatabases :: Array Database
allDatabases = [ Empty allDatabases = [ Empty
, OpenAlex -- , OpenAlex
, PubMed , PubMed
-- , Arxiv -- , Arxiv
, HAL Nothing , HAL Nothing
......
...@@ -151,26 +151,26 @@ divDropdownLeftCpt = here.component "divDropdownLeft" cpt ...@@ -151,26 +151,26 @@ divDropdownLeftCpt = here.component "divDropdownLeft" cpt
] ]
menuElement = LiNav { title : "About Gargantext" menuElement = LiNav { title : "About Gargantext"
, href : "#" , href : "https://iscpif.fr/gargantext/"
, icon : "fa fa-info-circle" , icon : "fa fa-info-circle"
, text : "Info" } , text : "Info" }
elements = [ elements = [
[ [
LiNav { title : "Quick start, tutorials and methodology" LiNav { title : "Map Show Room and tutorials"
, href : "https://iscpif.fr/gargantext/your-first-map/" , href : "https://iscpif.fr/gargantext/cartes/"
, icon : "fa fa-lightbulb-o" , icon : "fa fa-lightbulb-o"
, text : "Tutorials" , text : "First maps"
} }
, LiNav { title : "Learn with us!" , LiNav { title : "Learn with us!"
, href : "https://iscpif.fr/projects/gargantext/" , href : "https://iscpif.fr/gargantext/formation/"
, icon : "fa fa-life-ring" , icon : "fa fa-life-ring"
, text : "Subscribe to Garg Lessons" , text : "Subscribe to Garg Lessons"
} }
, LiNav { title : "Report bug here" , 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" , icon : "fa fa-bullhorn"
, text : "Feedback" , text : "Feedback"
} }
......
...@@ -16,12 +16,16 @@ import Gargantext.Utils (href) ...@@ -16,12 +16,16 @@ import Gargantext.Utils (href)
defaultBackends :: NonEmpty Array Backend defaultBackends :: NonEmpty Array Backend
defaultBackends = backend' "Demo" "Public Show room" "https://demo.gargantext.org" defaultBackends = backend' "Demo" "Public Show room" "https://demo.gargantext.org"
:| [ backend' "Education" "Class Rooms" "https://formation.gargantext.org" :| [ backend' "Education" "Training/Formation" "https://formation.gargantext.org"
, backend' "Organization" "CNRS/ISCPIF Unit" "https://cnrs.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" "Mines Telecom Institute" "https://imt.sub.gargantext.org"
, backend' "Organization" "Hello Word Company" "https://helloword.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' "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' "Development" "Main SandBox" "https://dev.sub.gargantext.org"
, backend' "Private" "Offline Bunker" "http://localhost:8008" , backend' "Private" "Offline Bunker" "http://localhost:8008"
] ]
......
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