Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Muddsair Sharif
AkustikiMobi
Commits
69d75b4f
Commit
69d75b4f
authored
May 03, 2021
by
Muddsair Sharif
Browse files
Update project name settings.js
parent
7afb735a
Pipeline
#3383
passed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/settings.js
View file @
69d75b4f
...
...
@@ -44,7 +44,7 @@ const DEFAULT = {
let
settings
=
{
pageTitle
:
"
M4_LAB Page Title
"
,
pageTitle
:
"
Vehicle Detection using Machine Listening and Deep Learning
"
,
switches
:
[
{
...
...
@@ -52,7 +52,7 @@ let settings = {
state
:
ON
},
{
name
:
"
projectName
"
,
name
:
"
Vehicle Detection using Machine Listening and Deep Learning
"
,
state
:
ON
},
{
...
...
@@ -71,7 +71,7 @@ let settings = {
projectLogo
:
`
${
BASE_URL
}
/assets/logos/M4_LAB_tr.png`
,
projectName
:
"
M4_LAB Page Demo
"
,
projectName
:
"
Vehicle Detection using Machine Listening and Deep Learning
"
,
menu
:
[
{
...
...
@@ -90,9 +90,9 @@ let settings = {
participants
:
[
{
name
:
"
John Doe
"
,
name
:
"
Muddsair Sharif
"
,
avatar
:
DEFAULT
.
avatar
,
email
:
"
john.doe@lalaland.com
"
,
email
:
"
muddsair.sharif@hft-stuttgart.de
"
,
social
:
[
{
agent
:
"
twitter
"
,
...
...
@@ -117,9 +117,9 @@ let settings = {
]
},
{
name
:
"
Charlotte Doe
"
,
name
:
"
Gero Lueckemeyer
"
,
avatar
:
`
${
BASE_URL
}
/assets/images/charlotte.jpg`
,
email
:
"
charlotte.doe@lalaland.com
"
,
email
:
"
gero.lueckemeyer@hft-stuttgart.de
"
,
social
:
[
{
agent
:
"
twitter
"
,
...
...
@@ -162,4 +162,4 @@ let settings = {
title
:
"
Die Gemeinsame Wissenschaftskonferenz
"
}
]
};
\ No newline at end of file
};
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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