-
Notifications
You must be signed in to change notification settings - Fork 961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cosmetic changes discussed by email #43
Changes from 8 commits
4a66e7d
086e73b
b10a802
d87bfa6
6c2bb7d
cb8b55f
de854ca
d491faa
ebeb0a4
5a3b319
2580b93
a5b8b55
a856c35
6d1671c
816e5e4
467cfd8
9c4347a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.PHONY: server | ||
|
||
install: | ||
install: install-grib2json | ||
pip install -r requirements.txt | ||
pip install honcho==0.7.1 | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
<!DOCTYPE html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF8" /> | ||
<meta name="description" content="Electricity Map | Real-time visualisation of the climate footprint of electricity generation" /> | ||
<meta name="description" content="Electricity Map | Clean vs. dirty electricity production in Europe" /> | ||
|
||
<meta property="og:image" content="https://cloud.githubusercontent.com/assets/1655848/16257011/15711692-3856-11e6-98ca-95cce4d02b02.png" /> | ||
<meta property="og:title" content="Electricity Map | Real-time visualisation of the climate footprint of electricity generation" /> | ||
<meta property="og:title" content="Electricity Map | Clean vs. dirty electricity production in Europe" /> | ||
|
||
<title>Electricity Map | Real-time visualisation of the climate footprint of electricity generation</title> | ||
<title>Electricity Map | Clean vs. dirty electricity production in Europe</title> | ||
|
||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
|
||
<script src="vendor/d3.v3.min.js"></script> | ||
<script src="vendor/d3.geo.projection.v0.min.js"></script> | ||
|
@@ -59,6 +60,8 @@ | |
</div> | ||
</div> | ||
<div class="panel-container"> | ||
<h1 style="line-height: 1.3; color: white; font-size: 1.8rem; padding-bottom: 15px; | ||
border-bottom: solid grey 1px; margin-top: 5px;">Clean vs. dirty electricity production in Europe</h1> | ||
<div class="country-table-header" style="display: none"> | ||
<img class="country-flag"> | ||
<b> | ||
|
@@ -74,22 +77,18 @@ | |
</div> | ||
<svg class="country-table" style="display: none"></svg> | ||
<div class="country-table-initial-text"> | ||
<span style="font-size: 1.3em; color: lightgray">This is the <b>electricity map</b></span><br /> | ||
<br /> | ||
It shows, in real-time, <span style="color: lightgray">where your electricity comes from</span> | ||
and <span style="color: lightgray">how much greenhouse gas (GHG)</span> was emitted in the process.<br /> | ||
The map on the right shows in real-time <span style="color: lightgray">where your electricity comes from</span> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Instead of "The map on the right", i'd say simply say "This map"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fine for me! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
and <span style="color: lightgray">how much greenhouse gas (GHG)</span> was emitted to produce it. | ||
<!--The map also shows renewable resources like wind and sun.<br />--> | ||
The <span style="color: lightgray">blinking arrows</span> represent electricity <span style="color: lightgray">imports and exports</span>.<br /> | ||
<br /> | ||
>> <span style="color: lightgray">click on a country to get started</span><br /> | ||
<br /> | ||
Going further:<br /> | ||
> <a href="https://github.com/corradio/electricitymap#greenhouse-gas-footprint-calcuation-and-data-source" target="_blank">Understand</a> how GHG emissions are calculated<br /> | ||
> <a href="https://github.com/corradio/electricitymap#contribute" target="_blank">Contribute</a> to complete the map | ||
<span style="color: lightgray; font-size: 14px; color: white;"><i>Tip: Click on a country to start exploring ⟶</i></span><br /> | ||
</div> | ||
<small class="contribute-text">To learn more about this project or contribute missing data <a href="https://github.com/corradio/electricitymap#contribute" target="_blank">head over to GitHub</a>.</small> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The text fades a bit into the background. Maybe we need to have a background. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How important is this information from your POV? I'd say that most of the times, people will think they want to contribute and then look for something on the page where to click. The use case of people who contribute just because they saw this is rather small. For that reason, I thought having it very subtle for the ones who will look for it, while at the same time not cluttering the interface to the ones that don't want it at all. But again, no strong feelings here, I'm fine with making it more prominent and/or going back to the old text. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's important to show that we do open source stuff. Mostly as PR (not because too many people will contribute). |
||
</div> | ||
</div> | ||
<div class="contribute-bar"> | ||
Help out with missing data by contributing on <a href="https://github.com/corradio/electricitymap#contribute" target="_blank">GitHub</a>. Follow me on <a href="https://twitter.com/corradio" target="_blank">Twitter</a> for the latest updates. | ||
<div class="watermark"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Very good first try - what about we try to have a
Do you think it's useful? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, we could definitely improve this in the future and create a custom thing. I'll still release it like this for now because it already adds value 👍 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
<a href="http://www.tmrow.co"><img src="/logo_with_tagline.svg" style="width:350px"/></a> | ||
</div> | ||
<div class="loading overlay"></div> | ||
</body> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like clean vs. dirty.. What did you dislike about the original title?
I liked the fact it had "realtime visualisation" and "climate footprint" (for google searches mostly)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My thoughts regarding the original were:
a) Main message that comes through is "This is real-time", while IMO it should be "different countries have different climate footprints related to energy production". Being real-time is a neat detail, definitely helps with PR and is a good show-off but for the average User it doesn't matter that much. In other words, it's important that we mention it but I don't think it has to be on the headline.
b) Felt a little too long. I think titles should be shorter whenever possible but, in this case, the long title also had some visual impact. When I added it on the map it was taking too much space.
Other suggestions could be:
Climate impact of electricity production in Europe
CO2 footprint of electricity production in Europe
In any case, I don't think this is something worth discussing further. Here's my opinion but I trust you to make a good judgment.
Let me know what I should change in the PR.
Cheers,
Gui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK makes sense. About real-time, I'd add one important aspect, which is that with wind and solar, I'd like to emphasise that the real-time component is important because of the fluctuating availability. Energy systems are conventionally thought to be "static", so the distinction was important. Maybe indeed we don't need it.
What about
Real-time climate impact of the European electricity production
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine for me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍