-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Scorecards] Added Biodiversity infographics
- Loading branch information
1 parent
b821e50
commit 99b86d9
Showing
14 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.79 MB
scoring/static/scoring/img/social-graphics/biodiversity/biodiversity-graphic.pdf
Binary file not shown.
Binary file added
BIN
+1.46 MB
...ing/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.12 MB
scoring/static/scoring/img/social-graphics/biodiversity/biodiversity.zip
Binary file not shown.
Binary file added
BIN
+176 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+165 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+186 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+144 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+142 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+300 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+292 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+337 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+283 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+289 KB
scoring/static/scoring/img/social-graphics/biodiversity/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -761,6 +761,42 @@ class SectionView(PrivateScorecardsAccessMixin, SearchAutocompleteMixin, DetailV | |
}, | ||
], | ||
}, | ||
"s5_bio": { | ||
"pdf": { | ||
"src_pdf": "scoring/img/social-graphics/biodiversity/biodiversity-graphic.pdf", | ||
"src_jpg": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"height": 1125, | ||
"width": 2000, | ||
}, | ||
"zip": "scoring/img/social-graphics/biodiversity/biodiversity.zip", | ||
"images": [ | ||
{ | ||
"src_facebook": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"src_instagram": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"alt": "Biodiversity - Enhancing Habitat. 80% of local authorities have reduced mowing or created wildflower habitat in their area. 49% of local authorities turn off or dim their street lighting, including 86% of county councils", | ||
}, | ||
{ | ||
"src_facebook": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"src_instagram": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"alt": "Biodiversity - Enhancing Habitat. 6 out of 11 combined authorities provide significant funding for biodiversity", | ||
}, | ||
{ | ||
"src_facebook": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"src_instagram": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"alt": "Biodiversity - Room for Improvement. 6% of councils have stopped using all pesticides. 5% of planning authorities have set a higher minimum standard than the 10% Biodiversity Net Gain for new developments. 17% of councils have a tree cover target and a tree management plan", | ||
}, | ||
{ | ||
"src_facebook": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"src_instagram": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"alt": "Biodiversity - Mayoral Authorities. 32% of local authorities employ a planning ecologist to enforce Biodiversity Net Gain to new developments", | ||
}, | ||
{ | ||
"src_facebook": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"src_instagram": "scoring/img/social-graphics/biodiversity/[email protected]", | ||
"alt": "Biodiversity - Average Scores by Council Type. 27% Single Tier. 30% County. 55% Combined Authority. 22% District. 38% Northern Ireland", | ||
}, | ||
], | ||
}, | ||
} | ||
|
||
alt_map = dict((ca, non_ca) for non_ca, ca in combined_alt_map.items()) | ||
|