Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eDisplay
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Green Science
eDisplay
Commits
1ad7639a
Commit
1ad7639a
authored
5 years ago
by
Lillian Gray
Browse files
Options
Downloads
Patches
Plain Diff
Added authorship to main files (Lillian Gray) #9
parent
adb38c25
Branches
Branches containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
css/main.css
+3
-1
3 additions, 1 deletion
css/main.css
data_gen.py
+2
-0
2 additions, 0 deletions
data_gen.py
index.html
+4
-0
4 additions, 0 deletions
index.html
js/main.js
+1
-1
1 addition, 1 deletion
js/main.js
with
10 additions
and
2 deletions
css/main.css
+
3
−
1
View file @
1ad7639a
...
...
@@ -5,7 +5,9 @@
Tristan Wright July 2012
modified to support new elements for eDisplay-v2
removed .menu styles, original in archive
*/
Lillian Gray 2017-2020
*/
*
{
margin
:
0
;
...
...
This diff is collapsed.
Click to expand it.
data_gen.py
+
2
−
0
View file @
1ad7639a
# Authors: Lillian Gray 2017-2020
#!/usr/bin/python
import
gviz_api
...
...
This diff is collapsed.
Click to expand it.
index.html
+
4
−
0
View file @
1ad7639a
<!--
Authors:
Lillian Gray 2017-2020
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
...
...
This diff is collapsed.
Click to expand it.
js/main.js
+
1
−
1
View file @
1ad7639a
/*
Authors: Tristan Wright, July 2012, Lillian Gray 2017-20
19
Authors: Tristan Wright, July 2012, Lillian Gray 2017-20
20
This reads the json formatted data generated by data_gen.py
the data is piped into the Google Charts API and a graph with controls are made
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment