Commit d3ea04b2 authored by Bao's avatar Bao
Browse files

Update settings.js

parent 6734b538
Pipeline #3075 passed with stages
in 21 seconds
......@@ -67,9 +67,9 @@ let settings = {
}
],
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`,
projectLogo: `${BASE_URL}/assets/logos/Logo_Insource.png`,
projectName: "M4_LAB Page Demo",
projectName: "IN-SOURCE: Food-Water-Energy Simulation and Visualization",
menu: [
{
......@@ -77,62 +77,50 @@ let settings = {
link: `${BASE_URL}/home/`
},
{
menuText: "results",
link: `${BASE_URL}/results/`
menuText: "biomass",
link: `${BASE_URL}/biomass/`
},
{
menuText: "demo",
link: "http://example.com"
menuText: "water",
link: "/water/"
}
{
menuText: "FWEADE",
link: "/FWEADE/"
}
{
menuText: "visualization",
link: "/visualization/"
}
],
participants: [
{
name: "John Doe",
avatar: DEFAULT.avatar,
email: "john.doe@lalaland.com",
name: "Prof. Dr. Volker Coors",
avatar: `${BASE_URL}/assets/images/coors.jpg`,
email: "volker.coors@hft-stuttgart.de",
social: [
{
agent: "twitter",
icon: DEFAULT.social.twitter.icon,
profile: DEFAULT.social.twitter.profile
},
{
agent: "facebook",
icon: DEFAULT.social.facebook.icon,
profile: DEFAULT.social.facebook.profile
},
{
agent: "linkedin",
icon: DEFAULT.social.linkedin.icon,
profile: DEFAULT.social.linkedin.profile
profile: "https://www.linkedin.com/in/volker-coors-97173a6/"
},
{
agent: "webpage",
icon: DEFAULT.social.webpage.icon,
profile: "https://johndoe.com"
profile: "https://www.coors-online.de/"
}
]
},
{
name: "Charlotte Doe",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
email: "charlotte.doe@lalaland.com",
name: "Ursula Pietzch (Project Manager)",
avatar: `${BASE_URL}/assets/images/pietzsch.jpg`,
email: "ursula.pietzsch@hft-stuttgart.de",
social: [
{
agent: "twitter",
icon: DEFAULT.social.twitter.icon,
profile: DEFAULT.social.twitter.profile
},
{
agent: "facebook",
icon: DEFAULT.social.facebook.icon,
profile: DEFAULT.social.facebook.profile
},
{
agent: "linkedin",
icon: DEFAULT.social.linkedin.icon,
profile: DEFAULT.social.linkedin.profile
profile: "https://www.linkedin.com/in/ursula-pietzsch-5061a632/"
}
]
}
......@@ -140,9 +128,14 @@ let settings = {
footerLogos: [
{
logo: `${BASE_URL}/assets/logos/Logo_M4_LAB.jpg`,
href: EMPTY_LINK,
title: "M4_LAB"
logo: `${BASE_URL}/assets/logos/Logo_Simstadt.png`,
href: "https://simstadt.hft-stuttgart.de/de/index.jsp",
title: "SimStadt"
},
{
logo: `${BASE_URL}/assets/logos/Logo_Insource.png`,
href: "https://drc.ait.ac.at/sites/insource/",
title: "IN-SOURCE VisToolBox"
},
{
logo: `${BASE_URL}/assets/logos/logo1.png`,
......@@ -154,10 +147,5 @@ let settings = {
href: "https://www.bmbf.de",
title: "Bundesministerium für Bildung und Forschung"
},
{
logo: `${BASE_URL}/assets/logos/logo3.png`,
href: "https://www.gwk-bonn.de",
title: "Die Gemeinsame Wissenschaftskonferenz"
}
]
};
\ No newline at end of file
};
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