Skip to content

Commit 931fa72

Browse files
authored
Create betydb.org_config.yml
1 parent c42839b commit 931fa72

1 file changed

Lines changed: 102 additions & 0 deletions

File tree

config/betydb.org_config.yml

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
# All Settings
2+
3+
organization:
4+
name: "Energy Biosciences Institute"
5+
url: #{root_path}
6+
logo_file: "logo-ebi.png"
7+
8+
site_identification_markup: "<strong>BETY</strong>db <small><strong>Biofuel Ecophysiological Traits and Yields </strong>Database</small>"
9+
10+
# Footer
11+
12+
footer_background_image_file: "logo-ebi-footer.jpg"
13+
14+
## Contact Information
15+
admin_phone: "(520) 621-4381"
16+
admin_email: "dlebauer@arizona.edu" # a test
17+
18+
citation_license_copyright_markup:
19+
20+
'<p>LeBauer, David, Rob Kooper, Patrick Mulrooney, Scott Rohde, Dan Wang,
21+
Stephen Long, Michael Dietze, (2017). BETYdb: A yield, trait, and ecosystem
22+
service database applied to second‐generation bioenergy feedstock production.
23+
GCB Bioenergy. doi:10.1111/gcbb.12420</p>
24+
25+
<p>All public data in BETYdb is made available under the <a
26+
href="http://opendatacommons.org/licenses/by/1-0/">Open Data Commons
27+
Attribution License (ODC-By) v1.0.</a> You are free to share, create, and
28+
adapt its contents. Data with an access_level field and value &lt;= 2 is not
29+
covered by this license but may be available for use with consent.</p>
30+
31+
<p>Copyright © 2010-2014 Energy Biosciences Institute</p>'
32+
33+
sponsors:
34+
- URL: http://illinois.edu
35+
title: "University of Illinois at Urbana-Champaign"
36+
text: "University of Illinois at Urbana-Champaign"
37+
logo_file: logo-illinois.png
38+
width: 246px
39+
- URL: http://www.berkeley.edu
40+
title: "University of California, Berkeley"
41+
text: "University of California, Berkeley"
42+
logo_file: logo-berkeley.png
43+
width: 145px
44+
additional_styling: "margin-left: 20%"
45+
- URL: http://www.lbl.gov
46+
title: "Lawrence Berkeley National Laboratory (LBL)"
47+
text: "Lawrence Berkeley National Laboratory"
48+
logo_file: logo-lbl.png
49+
width: 232px
50+
- URL: http://www.bp.com
51+
title: "British Petroleum (BP)"
52+
text: "British Petroleum (BP)"
53+
logo_file: logo-bp.png
54+
width: 54px
55+
additional_styling: "margin-right: 40%"
56+
57+
# Home Page
58+
59+
homepage_heading: "Welcome to BETYdb"
60+
61+
homepage_body:
62+
63+
lead_text:
64+
65+
BETYdb supports the synthesis and modeling of plants and ecosystems.
66+
67+
marked_up_block_text:
68+
69+
<strong
70+
class="green">BETYdb</strong> has been developed to support research,
71+
agriculture, and policy by synthesizing available information on potential
72+
biofuel crops.
73+
It is now used widely by the crop and ecosystem modeling communities.
74+
The motivation for creating BETYdb was to develop biofuel crops
75+
in an ecologically and economically sustainable way. This requires evaluating
76+
the growth and functionality of current and potential biomass crops from local
77+
to global scales.
78+
79+
photo:
80+
81+
file: miscanthus.jpg
82+
83+
alt_text:
84+
85+
Photo by L. Brian Stauffer,
86+
provided by University of Illinois at Urbana-Champaign
87+
88+
# Miscellaneous
89+
90+
## This affects both the home page and the footer. Mostly used to turn off maps of crop model predictions that are in betydb.org:
91+
show_crop_map_links: false
92+
93+
# Override this with a secret key to run a secure site:
94+
rest_auth_site_key: 'your secret key'
95+
96+
# Note: If your site is not public (e.g., you are a developer), it is better
97+
# to use the default site key and not override it here. This is because if you
98+
# use the default site key, the caryaXX and guestuser account passwords will
99+
# work out of the box.
100+
101+
production:
102+
rest_auth_site_key: 'some moderately long, unpredictable text'

0 commit comments

Comments
 (0)