diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5253efd --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +*.log +node_modules +build +*.node +components +_site/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f1a7848 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,46 @@ +image: netroby/alpine-rsync + +#project specific variables can be defines here, or overridden project settings +variables: + SERVER_DEV: ebi-cli.ebi.ac.uk + SCRIPT_DEV: ~/bin/update-ebi-icon-fonts + DEV_URL: http://wwwdev.ebi.ac.uk/web_guidelines/EBI-Icon-fonts + SERVER_PROD: ebi-cli.ebi.ac.uk + SCRIPT_PROD: ~/bin/update-ebi-icon-fonts-prod + PROD_URL: http://www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts +# do not define here, put in project variables + SSH_USER: username + SSH_KEY: secret-key + +#setup ssh keys +.deploy_setup: &deploy_setup + before_script: + - mkdir ~/.ssh + - echo -e "${SSH_KEY}" >> ~/.ssh/${SSH_USER} && chmod 400 ~/.ssh/${SSH_USER} + - echo -e "Host *\n\tIdentityFile ~/.ssh/%r\n\tStrictHostKeyChecking no" >> ~/.ssh/config + +stages: + - deploy + +deploy_dev: + <<: *deploy_setup + stage: deploy + script: + - ssh -t ${SSH_USER}@${SERVER_DEV} ${SCRIPT_DEV} + only: + - branches + environment: + name: dev + url: ${DEV_URL} + +deploy_live: + <<: *deploy_setup + stage: deploy + script: + - ssh -t ${SSH_USER}@${SERVER_PROD} ${SCRIPT_PROD} + only: + - tags + environment: + name: live + url: ${LIVE_URL} + diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..e0c9251 --- /dev/null +++ b/.htaccess @@ -0,0 +1,16 @@ + + + Header set Access-Control-Allow-Origin "*" + + SetOutputFilter DEFLATE + + + AddType font/ttf .ttf + AddType font/eot .eot + AddType font/otf .otf + AddType font/woff .woff + AddType image/svg+xml .svg + +# AddOutputFilterByType DEFLATE application/vnd.ms-fontobject application/x-font-ttf image/svg+xml + + DirectoryIndex index.html demo.html diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5f4eb45 --- /dev/null +++ b/.npmignore @@ -0,0 +1,13 @@ +.*.swp +._* +.DS_Store +.git +.hg +.npmrc +.lock-wscript +.svn +.wafpickle-* +config.gypi +CVS +npm-debug.log + diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7429896 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +language: node_js + +node_js: + - stable + +install: + - npm install + +before_script: + - sudo apt-get install fontforge + - npm install grunt-cli -g + +script: grunt + +deploy: + provider: pages + skip_cleanup: true + target_branch: v1.2 + github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard + on: + branch: v1.2-code diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.css b/EBI-Chemistry/fonts/EBI-Chemistry.css new file mode 100644 index 0000000..91e1434 --- /dev/null +++ b/EBI-Chemistry/fonts/EBI-Chemistry.css @@ -0,0 +1,53 @@ +/* Generated by grunt-webfont */ + + +@font-face { + font-family:"EBI-Chemistry"; + src:url("EBI-Chemistry.eot?9dd2cabb56ee52d14f94ac02f6a316fe"); + src:url("EBI-Chemistry.eot?#iefix") format("embedded-opentype"), + url("EBI-Chemistry.woff?9dd2cabb56ee52d14f94ac02f6a316fe") format("woff"), + url("EBI-Chemistry.ttf?9dd2cabb56ee52d14f94ac02f6a316fe") format("truetype"), + url("EBI-Chemistry.svg?9dd2cabb56ee52d14f94ac02f6a316fe#EBI-Chemistry") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-chemistry { + + font-family:"EBI-Chemistry"; + + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-direction_left:before { + content:"\6c"; +} + + +.icon-direction_reversible:before { + content:"\52"; +} + + +.icon-direction_right:before { + content:"\72"; +} + + +.icon-direction_unknown:before { + content:"\55"; +} diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.eot b/EBI-Chemistry/fonts/EBI-Chemistry.eot new file mode 100644 index 0000000..6034573 Binary files /dev/null and b/EBI-Chemistry/fonts/EBI-Chemistry.eot differ diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.html b/EBI-Chemistry/fonts/EBI-Chemistry.html new file mode 100644 index 0000000..6382667 --- /dev/null +++ b/EBI-Chemistry/fonts/EBI-Chemistry.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Chemistry version 1.2HTMLDrupal
Direction left <* class="icon icon-chemistry" data-icon="l">[icon-chemistry:l]
Direction reversible <* class="icon icon-chemistry" data-icon="R">[icon-chemistry:R]
Direction right <* class="icon icon-chemistry" data-icon="r">[icon-chemistry:r]
Direction unknown <* class="icon icon-chemistry" data-icon="U">[icon-chemistry:U]
diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.svg b/EBI-Chemistry/fonts/EBI-Chemistry.svg new file mode 100644 index 0000000..5553c68 --- /dev/null +++ b/EBI-Chemistry/fonts/EBI-Chemistry.svg @@ -0,0 +1,57 @@ + + + + + +Created by FontForge 20110222 at Fri Jun 16 09:56:10 2017 + By travis + + + + + + + + + + + + diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.ttf b/EBI-Chemistry/fonts/EBI-Chemistry.ttf new file mode 100644 index 0000000..c9cd956 Binary files /dev/null and b/EBI-Chemistry/fonts/EBI-Chemistry.ttf differ diff --git a/EBI-Chemistry/fonts/EBI-Chemistry.woff b/EBI-Chemistry/fonts/EBI-Chemistry.woff new file mode 100644 index 0000000..2a28504 Binary files /dev/null and b/EBI-Chemistry/fonts/EBI-Chemistry.woff differ diff --git a/EBI-Chemistry/static/svg/direction_left.svg b/EBI-Chemistry/static/svg/direction_left.svg new file mode 100644 index 0000000..409dccd --- /dev/null +++ b/EBI-Chemistry/static/svg/direction_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Chemistry/static/svg/direction_reversible.svg b/EBI-Chemistry/static/svg/direction_reversible.svg new file mode 100644 index 0000000..649942a --- /dev/null +++ b/EBI-Chemistry/static/svg/direction_reversible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Chemistry/static/svg/direction_right.svg b/EBI-Chemistry/static/svg/direction_right.svg new file mode 100644 index 0000000..39b106d --- /dev/null +++ b/EBI-Chemistry/static/svg/direction_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Chemistry/static/svg/direction_unknown.svg b/EBI-Chemistry/static/svg/direction_unknown.svg new file mode 100644 index 0000000..c62d10d --- /dev/null +++ b/EBI-Chemistry/static/svg/direction_unknown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.css b/EBI-Conceptual/fonts/EBI-Conceptual.css new file mode 100644 index 0000000..1ae37a0 --- /dev/null +++ b/EBI-Conceptual/fonts/EBI-Conceptual.css @@ -0,0 +1,78 @@ +/* Generated by grunt-webfont */ + + +@font-face { + font-family:"EBI-Conceptual"; + src:url("EBI-Conceptual.eot?631900a6853fcdf209846465a95a51ed"); + src:url("EBI-Conceptual.eot?#iefix") format("embedded-opentype"), + url("EBI-Conceptual.woff?631900a6853fcdf209846465a95a51ed") format("woff"), + url("EBI-Conceptual.ttf?631900a6853fcdf209846465a95a51ed") format("truetype"), + url("EBI-Conceptual.svg?631900a6853fcdf209846465a95a51ed#EBI-Conceptual") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-conceptual { + + font-family:"EBI-Conceptual"; + + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-chemical:before { + content:"\62"; +} + + +.icon-cross-domain:before { + content:"\63"; +} + + +.icon-dna:before { + content:"\64"; +} + + +.icon-expression:before { + content:"\67"; +} + + +.icon-literature:before { + content:"\6c"; +} + + +.icon-ontology:before { + content:"\6f"; +} + + +.icon-proteins:before { + content:"\50"; +} + + +.icon-structures:before { + content:"\73"; +} + + +.icon-systems:before { + content:"\79"; +} diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.eot b/EBI-Conceptual/fonts/EBI-Conceptual.eot new file mode 100644 index 0000000..0da7067 Binary files /dev/null and b/EBI-Conceptual/fonts/EBI-Conceptual.eot differ diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.html b/EBI-Conceptual/fonts/EBI-Conceptual.html new file mode 100644 index 0000000..9e37c84 --- /dev/null +++ b/EBI-Conceptual/fonts/EBI-Conceptual.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Conceptual version 1.2HTMLDrupal
Chemical <* class="icon icon-conceptual" data-icon="b">[icon-conceptual:b]
Cross domain <* class="icon icon-conceptual" data-icon="c">[icon-conceptual:c]
Dna <* class="icon icon-conceptual" data-icon="d">[icon-conceptual:d]
Expression <* class="icon icon-conceptual" data-icon="g">[icon-conceptual:g]
Literature <* class="icon icon-conceptual" data-icon="l">[icon-conceptual:l]
Ontology <* class="icon icon-conceptual" data-icon="o">[icon-conceptual:o]
Proteins <* class="icon icon-conceptual" data-icon="P">[icon-conceptual:P]
Structures <* class="icon icon-conceptual" data-icon="s">[icon-conceptual:s]
Systems <* class="icon icon-conceptual" data-icon="y">[icon-conceptual:y]
diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.svg b/EBI-Conceptual/fonts/EBI-Conceptual.svg new file mode 100644 index 0000000..0847243 --- /dev/null +++ b/EBI-Conceptual/fonts/EBI-Conceptual.svg @@ -0,0 +1,161 @@ + + + + + +Created by FontForge 20110222 at Fri Jun 16 09:56:10 2017 + By travis + + + + + + + + + + + + + + + + + diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.ttf b/EBI-Conceptual/fonts/EBI-Conceptual.ttf new file mode 100644 index 0000000..b8eb854 Binary files /dev/null and b/EBI-Conceptual/fonts/EBI-Conceptual.ttf differ diff --git a/EBI-Conceptual/fonts/EBI-Conceptual.woff b/EBI-Conceptual/fonts/EBI-Conceptual.woff new file mode 100644 index 0000000..0f2898c Binary files /dev/null and b/EBI-Conceptual/fonts/EBI-Conceptual.woff differ diff --git a/EBI-Conceptual/static/svg/chemical.svg b/EBI-Conceptual/static/svg/chemical.svg new file mode 100644 index 0000000..4e3c4ec --- /dev/null +++ b/EBI-Conceptual/static/svg/chemical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/cross-domain.svg b/EBI-Conceptual/static/svg/cross-domain.svg new file mode 100644 index 0000000..5552399 --- /dev/null +++ b/EBI-Conceptual/static/svg/cross-domain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/dna.svg b/EBI-Conceptual/static/svg/dna.svg new file mode 100644 index 0000000..be61323 --- /dev/null +++ b/EBI-Conceptual/static/svg/dna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/expression.svg b/EBI-Conceptual/static/svg/expression.svg new file mode 100644 index 0000000..3ee61ed --- /dev/null +++ b/EBI-Conceptual/static/svg/expression.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/literature.svg b/EBI-Conceptual/static/svg/literature.svg new file mode 100644 index 0000000..8674baa --- /dev/null +++ b/EBI-Conceptual/static/svg/literature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/ontology.svg b/EBI-Conceptual/static/svg/ontology.svg new file mode 100644 index 0000000..4252bb4 --- /dev/null +++ b/EBI-Conceptual/static/svg/ontology.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/proteins.svg b/EBI-Conceptual/static/svg/proteins.svg new file mode 100644 index 0000000..5b9b99a --- /dev/null +++ b/EBI-Conceptual/static/svg/proteins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/structures.svg b/EBI-Conceptual/static/svg/structures.svg new file mode 100644 index 0000000..7fb33b5 --- /dev/null +++ b/EBI-Conceptual/static/svg/structures.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Conceptual/static/svg/systems.svg b/EBI-Conceptual/static/svg/systems.svg new file mode 100644 index 0000000..7dd31e5 --- /dev/null +++ b/EBI-Conceptual/static/svg/systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.css b/EBI-FileFormats/fonts/EBI-FileFormats.css new file mode 100644 index 0000000..4c262f5 --- /dev/null +++ b/EBI-FileFormats/fonts/EBI-FileFormats.css @@ -0,0 +1,168 @@ +/* Generated by grunt-webfont */ + + +@font-face { + font-family:"EBI-FileFormats"; + src:url("EBI-FileFormats.eot?d0210534ea133137dec03baf9485ffc3"); + src:url("EBI-FileFormats.eot?#iefix") format("embedded-opentype"), + url("EBI-FileFormats.woff?d0210534ea133137dec03baf9485ffc3") format("woff"), + url("EBI-FileFormats.ttf?d0210534ea133137dec03baf9485ffc3") format("truetype"), + url("EBI-FileFormats.svg?d0210534ea133137dec03baf9485ffc3#EBI-FileFormats") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-fileformats { + + font-family:"EBI-FileFormats"; + + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-AGP:before { + content:"\41"; +} + + +.icon-BAM:before { + content:"\42"; +} + + +.icon-CML:before { + content:"\43"; +} + + +.icon-CRAM:before { + content:"\52"; +} + + +.icon-CSV:before { + content:"\63"; +} + + +.icon-DOC:before { + content:"\64"; +} + + +.icon-FASTA:before { + content:"\61"; +} + + +.icon-FASTQ:before { + content:"\66"; +} + + +.icon-FLAT:before { + content:"\46"; +} + + +.icon-GFF:before { + content:"\47"; +} + + +.icon-IMG:before { + content:"\49"; +} + + +.icon-JSON:before { + content:"\4a"; +} + + +.icon-MDL:before { + content:"\4d"; +} + + +.icon-OBO:before { + content:"\4f"; +} + + +.icon-OWL:before { + content:"\6f"; +} + + +.icon-PDF:before { + content:"\70"; +} + + +.icon-Postscript:before { + content:"\33"; +} + + +.icon-PSI-MI_TAB:before { + content:"\32"; +} + + +.icon-PSI-MI_XML:before { + content:"\31"; +} + + +.icon-RD:before { + content:"\72"; +} + + +.icon-RDF_XML:before { + content:"\44"; +} + + +.icon-RXN:before { + content:"\58"; +} + + +.icon-SDF:before { + content:"\73"; +} + + +.icon-TSV:before { + content:"\76"; +} + + +.icon-TXT:before { + content:"\74"; +} + + +.icon-XML:before { + content:"\78"; +} + + +.icon-ZIP:before { + content:"\5a"; +} diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.eot b/EBI-FileFormats/fonts/EBI-FileFormats.eot new file mode 100644 index 0000000..7efec66 Binary files /dev/null and b/EBI-FileFormats/fonts/EBI-FileFormats.eot differ diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.html b/EBI-FileFormats/fonts/EBI-FileFormats.html new file mode 100644 index 0000000..945e7fd --- /dev/null +++ b/EBI-FileFormats/fonts/EBI-FileFormats.html @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-FileFormats version 1.2HTMLDrupal
Agp <* class="icon icon-fileformats" data-icon="A">[icon-fileformats:A]
Bam <* class="icon icon-fileformats" data-icon="B">[icon-fileformats:B]
Cml <* class="icon icon-fileformats" data-icon="C">[icon-fileformats:C]
Cram <* class="icon icon-fileformats" data-icon="R">[icon-fileformats:R]
Csv <* class="icon icon-fileformats" data-icon="c">[icon-fileformats:c]
Doc <* class="icon icon-fileformats" data-icon="d">[icon-fileformats:d]
Fasta <* class="icon icon-fileformats" data-icon="a">[icon-fileformats:a]
Fastq <* class="icon icon-fileformats" data-icon="f">[icon-fileformats:f]
Flat <* class="icon icon-fileformats" data-icon="F">[icon-fileformats:F]
Gff <* class="icon icon-fileformats" data-icon="G">[icon-fileformats:G]
Img <* class="icon icon-fileformats" data-icon="I">[icon-fileformats:I]
Json <* class="icon icon-fileformats" data-icon="J">[icon-fileformats:J]
Mdl <* class="icon icon-fileformats" data-icon="M">[icon-fileformats:M]
Obo <* class="icon icon-fileformats" data-icon="O">[icon-fileformats:O]
Owl <* class="icon icon-fileformats" data-icon="o">[icon-fileformats:o]
Pdf <* class="icon icon-fileformats" data-icon="p">[icon-fileformats:p]
Postscript <* class="icon icon-fileformats" data-icon="3">[icon-fileformats:3]
Psi mi tab <* class="icon icon-fileformats" data-icon="2">[icon-fileformats:2]
Psi mi xml <* class="icon icon-fileformats" data-icon="1">[icon-fileformats:1]
Rd <* class="icon icon-fileformats" data-icon="r">[icon-fileformats:r]
Rdf xml <* class="icon icon-fileformats" data-icon="D">[icon-fileformats:D]
Rxn <* class="icon icon-fileformats" data-icon="X">[icon-fileformats:X]
Sdf <* class="icon icon-fileformats" data-icon="s">[icon-fileformats:s]
Tsv <* class="icon icon-fileformats" data-icon="v">[icon-fileformats:v]
Txt <* class="icon icon-fileformats" data-icon="t">[icon-fileformats:t]
Xml <* class="icon icon-fileformats" data-icon="x">[icon-fileformats:x]
Zip <* class="icon icon-fileformats" data-icon="Z">[icon-fileformats:Z]
diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.svg b/EBI-FileFormats/fonts/EBI-FileFormats.svg new file mode 100644 index 0000000..7ceefab --- /dev/null +++ b/EBI-FileFormats/fonts/EBI-FileFormats.svg @@ -0,0 +1,481 @@ + + + + + +Created by FontForge 20110222 at Fri Jun 16 09:56:10 2017 + By travis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.ttf b/EBI-FileFormats/fonts/EBI-FileFormats.ttf new file mode 100644 index 0000000..864ba7e Binary files /dev/null and b/EBI-FileFormats/fonts/EBI-FileFormats.ttf differ diff --git a/EBI-FileFormats/fonts/EBI-FileFormats.woff b/EBI-FileFormats/fonts/EBI-FileFormats.woff new file mode 100644 index 0000000..b965b31 Binary files /dev/null and b/EBI-FileFormats/fonts/EBI-FileFormats.woff differ diff --git a/EBI-FileFormats/static/svg/AGP.svg b/EBI-FileFormats/static/svg/AGP.svg new file mode 100644 index 0000000..ee68a20 --- /dev/null +++ b/EBI-FileFormats/static/svg/AGP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/BAM.svg b/EBI-FileFormats/static/svg/BAM.svg new file mode 100644 index 0000000..9a084de --- /dev/null +++ b/EBI-FileFormats/static/svg/BAM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/CML.svg b/EBI-FileFormats/static/svg/CML.svg new file mode 100644 index 0000000..9501659 --- /dev/null +++ b/EBI-FileFormats/static/svg/CML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/CRAM.svg b/EBI-FileFormats/static/svg/CRAM.svg new file mode 100644 index 0000000..d3adc74 --- /dev/null +++ b/EBI-FileFormats/static/svg/CRAM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/CSV.svg b/EBI-FileFormats/static/svg/CSV.svg new file mode 100644 index 0000000..5be527c --- /dev/null +++ b/EBI-FileFormats/static/svg/CSV.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/DOC.svg b/EBI-FileFormats/static/svg/DOC.svg new file mode 100644 index 0000000..390e2b6 --- /dev/null +++ b/EBI-FileFormats/static/svg/DOC.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/FASTA.svg b/EBI-FileFormats/static/svg/FASTA.svg new file mode 100644 index 0000000..919cafe --- /dev/null +++ b/EBI-FileFormats/static/svg/FASTA.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/FASTQ.svg b/EBI-FileFormats/static/svg/FASTQ.svg new file mode 100644 index 0000000..e964403 --- /dev/null +++ b/EBI-FileFormats/static/svg/FASTQ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/FLAT.svg b/EBI-FileFormats/static/svg/FLAT.svg new file mode 100644 index 0000000..1fec7a9 --- /dev/null +++ b/EBI-FileFormats/static/svg/FLAT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/GFF.svg b/EBI-FileFormats/static/svg/GFF.svg new file mode 100644 index 0000000..b452ba2 --- /dev/null +++ b/EBI-FileFormats/static/svg/GFF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/IMG.svg b/EBI-FileFormats/static/svg/IMG.svg new file mode 100644 index 0000000..1e659b7 --- /dev/null +++ b/EBI-FileFormats/static/svg/IMG.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/JSON.svg b/EBI-FileFormats/static/svg/JSON.svg new file mode 100644 index 0000000..2311eaf --- /dev/null +++ b/EBI-FileFormats/static/svg/JSON.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/MDL.svg b/EBI-FileFormats/static/svg/MDL.svg new file mode 100644 index 0000000..a16c2ea --- /dev/null +++ b/EBI-FileFormats/static/svg/MDL.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/OBO.svg b/EBI-FileFormats/static/svg/OBO.svg new file mode 100644 index 0000000..2a33f0a --- /dev/null +++ b/EBI-FileFormats/static/svg/OBO.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/OWL.svg b/EBI-FileFormats/static/svg/OWL.svg new file mode 100644 index 0000000..a0dc03a --- /dev/null +++ b/EBI-FileFormats/static/svg/OWL.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/PDF.svg b/EBI-FileFormats/static/svg/PDF.svg new file mode 100644 index 0000000..6fa7c58 --- /dev/null +++ b/EBI-FileFormats/static/svg/PDF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/PSI-MI_TAB.svg b/EBI-FileFormats/static/svg/PSI-MI_TAB.svg new file mode 100644 index 0000000..b99708c --- /dev/null +++ b/EBI-FileFormats/static/svg/PSI-MI_TAB.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/PSI-MI_XML.svg b/EBI-FileFormats/static/svg/PSI-MI_XML.svg new file mode 100644 index 0000000..79d525b --- /dev/null +++ b/EBI-FileFormats/static/svg/PSI-MI_XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/Postscript.svg b/EBI-FileFormats/static/svg/Postscript.svg new file mode 100644 index 0000000..de02a6b --- /dev/null +++ b/EBI-FileFormats/static/svg/Postscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/RD.svg b/EBI-FileFormats/static/svg/RD.svg new file mode 100644 index 0000000..30e7448 --- /dev/null +++ b/EBI-FileFormats/static/svg/RD.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/RDF_XML.svg b/EBI-FileFormats/static/svg/RDF_XML.svg new file mode 100644 index 0000000..0bb5cfe --- /dev/null +++ b/EBI-FileFormats/static/svg/RDF_XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/RXN.svg b/EBI-FileFormats/static/svg/RXN.svg new file mode 100644 index 0000000..2c286a0 --- /dev/null +++ b/EBI-FileFormats/static/svg/RXN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/SDF.svg b/EBI-FileFormats/static/svg/SDF.svg new file mode 100644 index 0000000..cd52fd6 --- /dev/null +++ b/EBI-FileFormats/static/svg/SDF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/TSV.svg b/EBI-FileFormats/static/svg/TSV.svg new file mode 100644 index 0000000..89d6d18 --- /dev/null +++ b/EBI-FileFormats/static/svg/TSV.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/TXT.svg b/EBI-FileFormats/static/svg/TXT.svg new file mode 100644 index 0000000..f90a7bf --- /dev/null +++ b/EBI-FileFormats/static/svg/TXT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/XML.svg b/EBI-FileFormats/static/svg/XML.svg new file mode 100644 index 0000000..47a55e7 --- /dev/null +++ b/EBI-FileFormats/static/svg/XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-FileFormats/static/svg/ZIP.svg b/EBI-FileFormats/static/svg/ZIP.svg new file mode 100644 index 0000000..b66193a --- /dev/null +++ b/EBI-FileFormats/static/svg/ZIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/fonts/EBI-Functional.css b/EBI-Functional/fonts/EBI-Functional.css new file mode 100644 index 0000000..65cb83c --- /dev/null +++ b/EBI-Functional/fonts/EBI-Functional.css @@ -0,0 +1,343 @@ +/* Generated by grunt-webfont */ + + +@font-face { + font-family:"EBI-Functional"; + src:url("EBI-Functional.eot?e5c9b699b1c0565dc473a9bf345947bd"); + src:url("EBI-Functional.eot?#iefix") format("embedded-opentype"), + url("EBI-Functional.woff?e5c9b699b1c0565dc473a9bf345947bd") format("woff"), + url("EBI-Functional.ttf?e5c9b699b1c0565dc473a9bf345947bd") format("truetype"), + url("EBI-Functional.svg?e5c9b699b1c0565dc473a9bf345947bd#EBI-Functional") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-functional { + + font-family:"EBI-Functional"; + + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-add-job:before { + content:"\29"; +} + + +.icon-add-user:before { + content:"\37"; +} + + +.icon-add:before { + content:"\2b"; +} + + +.icon-align:before { + content:"\69"; +} + + +.icon-analyse-graph:before { + content:"\7a"; +} + + +.icon-analyse-percent_0:before { + content:"\42"; +} + + +.icon-analyse-percent_100:before { + content:"\45"; +} + + +.icon-analyse-percent_40:before { + content:"\43"; +} + + +.icon-analyse:before { + content:"\41"; +} + + +.icon-approve:before { + content:"\2f"; +} + + +.icon-approved-job:before { + content:"\28"; +} + + +.icon-attach:before { + content:"\61"; +} + + +.icon-browse:before { + content:"\62"; +} + + +.icon-close:before { + content:"\78"; +} + + +.icon-collapse-closed:before { + content:"\39"; +} + + +.icon-collapse-open:before { + content:"\38"; +} + + +.icon-collapse:before { + content:"\77"; +} + + +.icon-compare:before { + content:"\4f"; +} + + +.icon-crop:before { + content:"\5c"; +} + + +.icon-cut:before { + content:"\63"; +} + + +.icon-database-submit:before { + content:"\44"; +} + + +.icon-delete:before { + content:"\64"; +} + + +.icon-download:before { + content:"\3d"; +} + + +.icon-edit-user:before { + content:"\35"; +} + + +.icon-edit:before { + content:"\65"; +} + + +.icon-expand:before { + content:"\75"; +} + + +.icon-filter:before { + content:"\66"; +} + + +.icon-first-page:before { + content:"\5b"; +} + + +.icon-fullscreen:before { + content:"\46"; +} + + +.icon-hierarchy:before { + content:"\68"; +} + + +.icon-last-page:before { + content:"\5d"; +} + + +.icon-like:before { + content:"\6b"; +} + + +.icon-lock:before { + content:"\4c"; +} + + +.icon-login:before { + content:"\6c"; +} + + +.icon-mapping:before { + content:"\30"; +} + + +.icon-menu:before { + content:"\4d"; +} + + +.icon-move:before { + content:"\6d"; +} + + +.icon-next-page:before { + content:"\3e"; +} + + +.icon-play:before { + content:"\76"; +} + + +.icon-previous-page:before { + content:"\3c"; +} + + +.icon-print:before { + content:"\50"; +} + + +.icon-redo:before { + content:"\7d"; +} + + +.icon-refresh:before { + content:"\52"; +} + + +.icon-remove-user:before { + content:"\36"; +} + + +.icon-remove:before { + content:"\2d"; +} + + +.icon-save:before { + content:"\53"; +} + + +.icon-scaleable:before { + content:"\59"; +} + + +.icon-search-document:before { + content:"\6a"; +} + + +.icon-search:before { + content:"\31"; +} + + +.icon-send:before { + content:"\6e"; +} + + +.icon-settings:before { + content:"\73"; +} + + +.icon-share:before { + content:"\72"; +} + + +.icon-stop:before { + content:"\6f"; +} + + +.icon-submit:before { + content:"\5f"; +} + + +.icon-target:before { + content:"\54"; +} + + +.icon-tool:before { + content:"\74"; +} + + +.icon-unassigned-job:before { + content:"\2a"; +} + + +.icon-undo:before { + content:"\7b"; +} + + +.icon-unlock:before { + content:"\55"; +} + + +.icon-view:before { + content:"\34"; +} + + +.icon-zoom-in:before { + content:"\33"; +} + + +.icon-zoom-out:before { + content:"\32"; +} diff --git a/EBI-Functional/fonts/EBI-Functional.eot b/EBI-Functional/fonts/EBI-Functional.eot new file mode 100644 index 0000000..59280df Binary files /dev/null and b/EBI-Functional/fonts/EBI-Functional.eot differ diff --git a/EBI-Functional/fonts/EBI-Functional.html b/EBI-Functional/fonts/EBI-Functional.html new file mode 100644 index 0000000..7dc9c28 --- /dev/null +++ b/EBI-Functional/fonts/EBI-Functional.html @@ -0,0 +1,636 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Functional version 1.2HTMLDrupal
Add job <* class="icon icon-functional" data-icon=")">[icon-functional:)]
Add user <* class="icon icon-functional" data-icon="7">[icon-functional:7]
Add <* class="icon icon-functional" data-icon="+">[icon-functional:+]
Align <* class="icon icon-functional" data-icon="i">[icon-functional:i]
Analyse graph <* class="icon icon-functional" data-icon="z">[icon-functional:z]
Analyse percent 0 <* class="icon icon-functional" data-icon="B">[icon-functional:B]
Analyse percent 100 <* class="icon icon-functional" data-icon="E">[icon-functional:E]
Analyse percent 40 <* class="icon icon-functional" data-icon="C">[icon-functional:C]
Analyse <* class="icon icon-functional" data-icon="A">[icon-functional:A]
Approve <* class="icon icon-functional" data-icon="/">[icon-functional:/]
Approved job <* class="icon icon-functional" data-icon="(">[icon-functional:(]
Attach <* class="icon icon-functional" data-icon="a">[icon-functional:a]
Browse <* class="icon icon-functional" data-icon="b">[icon-functional:b]
Close <* class="icon icon-functional" data-icon="x">[icon-functional:x]
Collapse closed <* class="icon icon-functional" data-icon="9">[icon-functional:9]
Collapse open <* class="icon icon-functional" data-icon="8">[icon-functional:8]
Collapse <* class="icon icon-functional" data-icon="w">[icon-functional:w]
Compare <* class="icon icon-functional" data-icon="O">[icon-functional:O]
Crop <* class="icon icon-functional" data-icon="\">[icon-functional:\]
Cut <* class="icon icon-functional" data-icon="c">[icon-functional:c]
Database submit <* class="icon icon-functional" data-icon="D">[icon-functional:D]
Delete <* class="icon icon-functional" data-icon="d">[icon-functional:d]
Download <* class="icon icon-functional" data-icon="=">[icon-functional:=]
Edit user <* class="icon icon-functional" data-icon="5">[icon-functional:5]
Edit <* class="icon icon-functional" data-icon="e">[icon-functional:e]
Expand <* class="icon icon-functional" data-icon="u">[icon-functional:u]
Filter <* class="icon icon-functional" data-icon="f">[icon-functional:f]
First page <* class="icon icon-functional" data-icon="[">[icon-functional:[]
Fullscreen <* class="icon icon-functional" data-icon="F">[icon-functional:F]
Hierarchy <* class="icon icon-functional" data-icon="h">[icon-functional:h]
Last page <* class="icon icon-functional" data-icon="]">[icon-functional:]]
Like <* class="icon icon-functional" data-icon="k">[icon-functional:k]
Lock <* class="icon icon-functional" data-icon="L">[icon-functional:L]
Login <* class="icon icon-functional" data-icon="l">[icon-functional:l]
Mapping <* class="icon icon-functional" data-icon="0">[icon-functional:0]
Menu <* class="icon icon-functional" data-icon="M">[icon-functional:M]
Move <* class="icon icon-functional" data-icon="m">[icon-functional:m]
Next page <* class="icon icon-functional" data-icon=">">[icon-functional:>]
Play <* class="icon icon-functional" data-icon="v">[icon-functional:v]
Previous page <* class="icon icon-functional" data-icon="<">[icon-functional:<]
Print <* class="icon icon-functional" data-icon="P">[icon-functional:P]
Redo <* class="icon icon-functional" data-icon="}">[icon-functional:}]
Refresh <* class="icon icon-functional" data-icon="R">[icon-functional:R]
Remove user <* class="icon icon-functional" data-icon="6">[icon-functional:6]
Remove <* class="icon icon-functional" data-icon="-">[icon-functional:-]
Save <* class="icon icon-functional" data-icon="S">[icon-functional:S]
Scaleable <* class="icon icon-functional" data-icon="Y">[icon-functional:Y]
Search document <* class="icon icon-functional" data-icon="j">[icon-functional:j]
Search <* class="icon icon-functional" data-icon="1">[icon-functional:1]
Send <* class="icon icon-functional" data-icon="n">[icon-functional:n]
Settings <* class="icon icon-functional" data-icon="s">[icon-functional:s]
Share <* class="icon icon-functional" data-icon="r">[icon-functional:r]
Stop <* class="icon icon-functional" data-icon="o">[icon-functional:o]
Submit <* class="icon icon-functional" data-icon="_">[icon-functional:_]
Target <* class="icon icon-functional" data-icon="T">[icon-functional:T]
Tool <* class="icon icon-functional" data-icon="t">[icon-functional:t]
Unassigned job <* class="icon icon-functional" data-icon="*">[icon-functional:*]
Undo <* class="icon icon-functional" data-icon="{">[icon-functional:{]
Unlock <* class="icon icon-functional" data-icon="U">[icon-functional:U]
View <* class="icon icon-functional" data-icon="4">[icon-functional:4]
Zoom in <* class="icon icon-functional" data-icon="3">[icon-functional:3]
Zoom out <* class="icon icon-functional" data-icon="2">[icon-functional:2]
diff --git a/EBI-Functional/fonts/EBI-Functional.svg b/EBI-Functional/fonts/EBI-Functional.svg new file mode 100644 index 0000000..9f5ccf2 --- /dev/null +++ b/EBI-Functional/fonts/EBI-Functional.svg @@ -0,0 +1,293 @@ + + + + + +Created by FontForge 20110222 at Fri Jun 16 09:56:10 2017 + By travis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-Functional/fonts/EBI-Functional.ttf b/EBI-Functional/fonts/EBI-Functional.ttf new file mode 100644 index 0000000..6639d7b Binary files /dev/null and b/EBI-Functional/fonts/EBI-Functional.ttf differ diff --git a/EBI-Functional/fonts/EBI-Functional.woff b/EBI-Functional/fonts/EBI-Functional.woff new file mode 100644 index 0000000..dbae808 Binary files /dev/null and b/EBI-Functional/fonts/EBI-Functional.woff differ diff --git a/EBI-Functional/static/svg/add-job.svg b/EBI-Functional/static/svg/add-job.svg new file mode 100644 index 0000000..b137fa7 --- /dev/null +++ b/EBI-Functional/static/svg/add-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/add-user.svg b/EBI-Functional/static/svg/add-user.svg new file mode 100644 index 0000000..17e57af --- /dev/null +++ b/EBI-Functional/static/svg/add-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/add.svg b/EBI-Functional/static/svg/add.svg new file mode 100644 index 0000000..7a6c5d3 --- /dev/null +++ b/EBI-Functional/static/svg/add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/align.svg b/EBI-Functional/static/svg/align.svg new file mode 100644 index 0000000..3b517d4 --- /dev/null +++ b/EBI-Functional/static/svg/align.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse-graph.svg b/EBI-Functional/static/svg/analyse-graph.svg new file mode 100644 index 0000000..646bc78 --- /dev/null +++ b/EBI-Functional/static/svg/analyse-graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse-percent_0.svg b/EBI-Functional/static/svg/analyse-percent_0.svg new file mode 100644 index 0000000..b87a007 --- /dev/null +++ b/EBI-Functional/static/svg/analyse-percent_0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse-percent_100.svg b/EBI-Functional/static/svg/analyse-percent_100.svg new file mode 100644 index 0000000..1c55ed3 --- /dev/null +++ b/EBI-Functional/static/svg/analyse-percent_100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse-percent_40.svg b/EBI-Functional/static/svg/analyse-percent_40.svg new file mode 100644 index 0000000..aa23bda --- /dev/null +++ b/EBI-Functional/static/svg/analyse-percent_40.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/analyse.svg b/EBI-Functional/static/svg/analyse.svg new file mode 100644 index 0000000..7f849bf --- /dev/null +++ b/EBI-Functional/static/svg/analyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/approve.svg b/EBI-Functional/static/svg/approve.svg new file mode 100644 index 0000000..cbfa2f0 --- /dev/null +++ b/EBI-Functional/static/svg/approve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/approved-job.svg b/EBI-Functional/static/svg/approved-job.svg new file mode 100644 index 0000000..159fd7f --- /dev/null +++ b/EBI-Functional/static/svg/approved-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/attach.svg b/EBI-Functional/static/svg/attach.svg new file mode 100644 index 0000000..a4b4849 --- /dev/null +++ b/EBI-Functional/static/svg/attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/browse.svg b/EBI-Functional/static/svg/browse.svg new file mode 100644 index 0000000..b2ed5fe --- /dev/null +++ b/EBI-Functional/static/svg/browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/close.svg b/EBI-Functional/static/svg/close.svg new file mode 100644 index 0000000..9be4c67 --- /dev/null +++ b/EBI-Functional/static/svg/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/collapse-closed.svg b/EBI-Functional/static/svg/collapse-closed.svg new file mode 100644 index 0000000..14a25d7 --- /dev/null +++ b/EBI-Functional/static/svg/collapse-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/collapse-open.svg b/EBI-Functional/static/svg/collapse-open.svg new file mode 100644 index 0000000..873abfc --- /dev/null +++ b/EBI-Functional/static/svg/collapse-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/collapse.svg b/EBI-Functional/static/svg/collapse.svg new file mode 100644 index 0000000..61b315d --- /dev/null +++ b/EBI-Functional/static/svg/collapse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/compare.svg b/EBI-Functional/static/svg/compare.svg new file mode 100644 index 0000000..d465af7 --- /dev/null +++ b/EBI-Functional/static/svg/compare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/crop.svg b/EBI-Functional/static/svg/crop.svg new file mode 100644 index 0000000..467d74f --- /dev/null +++ b/EBI-Functional/static/svg/crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/cut.svg b/EBI-Functional/static/svg/cut.svg new file mode 100644 index 0000000..46e1b90 --- /dev/null +++ b/EBI-Functional/static/svg/cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/database-submit.svg b/EBI-Functional/static/svg/database-submit.svg new file mode 100644 index 0000000..6e66e40 --- /dev/null +++ b/EBI-Functional/static/svg/database-submit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/delete.svg b/EBI-Functional/static/svg/delete.svg new file mode 100644 index 0000000..fca82a7 --- /dev/null +++ b/EBI-Functional/static/svg/delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/download.svg b/EBI-Functional/static/svg/download.svg new file mode 100644 index 0000000..a770b32 --- /dev/null +++ b/EBI-Functional/static/svg/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/edit-user.svg b/EBI-Functional/static/svg/edit-user.svg new file mode 100644 index 0000000..07385db --- /dev/null +++ b/EBI-Functional/static/svg/edit-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/edit.svg b/EBI-Functional/static/svg/edit.svg new file mode 100644 index 0000000..fa40561 --- /dev/null +++ b/EBI-Functional/static/svg/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/expand.svg b/EBI-Functional/static/svg/expand.svg new file mode 100644 index 0000000..7ebf198 --- /dev/null +++ b/EBI-Functional/static/svg/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/filter.svg b/EBI-Functional/static/svg/filter.svg new file mode 100644 index 0000000..89156ea --- /dev/null +++ b/EBI-Functional/static/svg/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/first-page.svg b/EBI-Functional/static/svg/first-page.svg new file mode 100644 index 0000000..b22a4d4 --- /dev/null +++ b/EBI-Functional/static/svg/first-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/fullscreen.svg b/EBI-Functional/static/svg/fullscreen.svg new file mode 100644 index 0000000..ced2420 --- /dev/null +++ b/EBI-Functional/static/svg/fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/hierarchy.svg b/EBI-Functional/static/svg/hierarchy.svg new file mode 100644 index 0000000..6588e37 --- /dev/null +++ b/EBI-Functional/static/svg/hierarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/last-page.svg b/EBI-Functional/static/svg/last-page.svg new file mode 100644 index 0000000..95e2daa --- /dev/null +++ b/EBI-Functional/static/svg/last-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/like.svg b/EBI-Functional/static/svg/like.svg new file mode 100644 index 0000000..0f394e7 --- /dev/null +++ b/EBI-Functional/static/svg/like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/lock.svg b/EBI-Functional/static/svg/lock.svg new file mode 100644 index 0000000..a7379a6 --- /dev/null +++ b/EBI-Functional/static/svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/login.svg b/EBI-Functional/static/svg/login.svg new file mode 100644 index 0000000..dd89ea1 --- /dev/null +++ b/EBI-Functional/static/svg/login.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/mapping.svg b/EBI-Functional/static/svg/mapping.svg new file mode 100644 index 0000000..af9265c --- /dev/null +++ b/EBI-Functional/static/svg/mapping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/menu.svg b/EBI-Functional/static/svg/menu.svg new file mode 100644 index 0000000..cc76168 --- /dev/null +++ b/EBI-Functional/static/svg/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/move.svg b/EBI-Functional/static/svg/move.svg new file mode 100644 index 0000000..f7ac38c --- /dev/null +++ b/EBI-Functional/static/svg/move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/next-page.svg b/EBI-Functional/static/svg/next-page.svg new file mode 100644 index 0000000..8b954ca --- /dev/null +++ b/EBI-Functional/static/svg/next-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/play.svg b/EBI-Functional/static/svg/play.svg new file mode 100644 index 0000000..f40c1af --- /dev/null +++ b/EBI-Functional/static/svg/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/previous-page.svg b/EBI-Functional/static/svg/previous-page.svg new file mode 100644 index 0000000..cd2f130 --- /dev/null +++ b/EBI-Functional/static/svg/previous-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/print.svg b/EBI-Functional/static/svg/print.svg new file mode 100644 index 0000000..5513c4a --- /dev/null +++ b/EBI-Functional/static/svg/print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/redo.svg b/EBI-Functional/static/svg/redo.svg new file mode 100644 index 0000000..d37ee2a --- /dev/null +++ b/EBI-Functional/static/svg/redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/refresh.svg b/EBI-Functional/static/svg/refresh.svg new file mode 100644 index 0000000..8cf4010 --- /dev/null +++ b/EBI-Functional/static/svg/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/remove-user.svg b/EBI-Functional/static/svg/remove-user.svg new file mode 100644 index 0000000..3692937 --- /dev/null +++ b/EBI-Functional/static/svg/remove-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/remove.svg b/EBI-Functional/static/svg/remove.svg new file mode 100644 index 0000000..7077363 --- /dev/null +++ b/EBI-Functional/static/svg/remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/save.svg b/EBI-Functional/static/svg/save.svg new file mode 100644 index 0000000..7003a59 --- /dev/null +++ b/EBI-Functional/static/svg/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/scaleable.svg b/EBI-Functional/static/svg/scaleable.svg new file mode 100644 index 0000000..2fe3e07 --- /dev/null +++ b/EBI-Functional/static/svg/scaleable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/search-document.svg b/EBI-Functional/static/svg/search-document.svg new file mode 100644 index 0000000..0247dd4 --- /dev/null +++ b/EBI-Functional/static/svg/search-document.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/search.svg b/EBI-Functional/static/svg/search.svg new file mode 100644 index 0000000..7abb2f1 --- /dev/null +++ b/EBI-Functional/static/svg/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/send.svg b/EBI-Functional/static/svg/send.svg new file mode 100644 index 0000000..1f27fd5 --- /dev/null +++ b/EBI-Functional/static/svg/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/settings.svg b/EBI-Functional/static/svg/settings.svg new file mode 100644 index 0000000..f5904b6 --- /dev/null +++ b/EBI-Functional/static/svg/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/share.svg b/EBI-Functional/static/svg/share.svg new file mode 100644 index 0000000..ab8b521 --- /dev/null +++ b/EBI-Functional/static/svg/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/stop.svg b/EBI-Functional/static/svg/stop.svg new file mode 100644 index 0000000..b49fd76 --- /dev/null +++ b/EBI-Functional/static/svg/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/submit.svg b/EBI-Functional/static/svg/submit.svg new file mode 100644 index 0000000..c3aeedd --- /dev/null +++ b/EBI-Functional/static/svg/submit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/target.svg b/EBI-Functional/static/svg/target.svg new file mode 100644 index 0000000..27cd3f1 --- /dev/null +++ b/EBI-Functional/static/svg/target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/tool.svg b/EBI-Functional/static/svg/tool.svg new file mode 100644 index 0000000..7ef9c94 --- /dev/null +++ b/EBI-Functional/static/svg/tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/unassigned-job.svg b/EBI-Functional/static/svg/unassigned-job.svg new file mode 100644 index 0000000..b1925ee --- /dev/null +++ b/EBI-Functional/static/svg/unassigned-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/undo.svg b/EBI-Functional/static/svg/undo.svg new file mode 100644 index 0000000..6e37394 --- /dev/null +++ b/EBI-Functional/static/svg/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/unlock.svg b/EBI-Functional/static/svg/unlock.svg new file mode 100644 index 0000000..dd5d4d7 --- /dev/null +++ b/EBI-Functional/static/svg/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/view.svg b/EBI-Functional/static/svg/view.svg new file mode 100644 index 0000000..f2af7be --- /dev/null +++ b/EBI-Functional/static/svg/view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/zoom-in.svg b/EBI-Functional/static/svg/zoom-in.svg new file mode 100644 index 0000000..5ea5574 --- /dev/null +++ b/EBI-Functional/static/svg/zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Functional/static/svg/zoom-out.svg b/EBI-Functional/static/svg/zoom-out.svg new file mode 100644 index 0000000..e089a11 --- /dev/null +++ b/EBI-Functional/static/svg/zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/fonts/EBI-Generic.css b/EBI-Generic/fonts/EBI-Generic.css new file mode 100644 index 0000000..cc0e89f --- /dev/null +++ b/EBI-Generic/fonts/EBI-Generic.css @@ -0,0 +1,378 @@ +/* Generated by grunt-webfont */ + + +@font-face { + font-family:"EBI-Generic"; + src:url("EBI-Generic.eot?99898afe9b3198b190128971de1a5579"); + src:url("EBI-Generic.eot?#iefix") format("embedded-opentype"), + url("EBI-Generic.woff?99898afe9b3198b190128971de1a5579") format("woff"), + url("EBI-Generic.ttf?99898afe9b3198b190128971de1a5579") format("truetype"), + url("EBI-Generic.svg?99898afe9b3198b190128971de1a5579#EBI-Generic") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-generic { + + font-family:"EBI-Generic"; + + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-accommodation:before { + content:"\61"; +} + + +.icon-alert:before { + content:"\6c"; +} + + +.icon-alumni:before { + content:"\41"; +} + + +.icon-announcement:before { + content:"\55"; +} + + +.icon-basket:before { + content:"\62"; +} + + +.icon-beta:before { + content:"\3e"; +} + + +.icon-bike:before { + content:"\33"; +} + + +.icon-biotech:before { + content:"\42"; +} + + +.icon-bus:before { + content:"\31"; +} + + +.icon-calendar:before { + content:"\72"; +} + + +.icon-camera:before { + content:"\21"; +} + + +.icon-car:before { + content:"\32"; +} + + +.icon-careers:before { + content:"\63"; +} + + +.icon-classification:before { + content:"\65"; +} + + +.icon-clock:before { + content:"\7b"; +} + + +.icon-contact:before { + content:"\43"; +} + + +.icon-crosslink:before { + content:"\64"; +} + + +.icon-database:before { + content:"\44"; +} + + +.icon-discuss:before { + content:"\5c"; +} + + +.icon-documentation:before { + content:"\3b"; +} + + +.icon-drug:before { + content:"\75"; +} + + +.icon-elixir:before { + content:"\25"; +} + + +.icon-email:before { + content:"\45"; +} + + +.icon-embl:before { + content:"\26"; +} + + +.icon-external-link:before { + content:"\78"; +} + + +.icon-external-systems:before { + content:"\79"; +} + + +.icon-face-to-face:before { + content:"\66"; +} + + +.icon-find-us:before { + content:"\5d"; +} + + +.icon-funding:before { + content:"\46"; +} + + +.icon-graph:before { + content:"\67"; +} + + +.icon-group:before { + content:"\7d"; +} + + +.icon-gtls:before { + content:"\47"; +} + + +.icon-health:before { + content:"\68"; +} + + +.icon-help:before { + content:"\3f"; +} + + +.icon-home:before { + content:"\48"; +} + + +.icon-industry:before { + content:"\49"; +} + + +.icon-info:before { + content:"\69"; +} + + +.icon-link:before { + content:"\4c"; +} + + +.icon-location:before { + content:"\5b"; +} + + +.icon-lovedata:before { + content:"\6f"; +} + + +.icon-mailing-list:before { + content:"\6d"; +} + + +.icon-math:before { + content:"\76"; +} + + +.icon-meet-us:before { + content:"\4d"; +} + + +.icon-mobile-device:before { + content:"\2f"; +} + + +.icon-new:before { + content:"\3c"; +} + + +.icon-newcomers:before { + content:"\6e"; +} + + +.icon-news:before { + content:"\4e"; +} + + +.icon-nutraceuticals:before { + content:"\22"; +} + + +.icon-open-day:before { + content:"\4f"; +} + + +.icon-piechart:before { + content:"\70"; +} + + +.icon-plane:before { + content:"\34"; +} + + +.icon-publication:before { + content:"\50"; +} + + +.icon-research:before { + content:"\29"; +} + + +.icon-resource:before { + content:"\52"; +} + + +.icon-reviewed-data:before { + content:"\71"; +} + + +.icon-services:before { + content:"\28"; +} + + +.icon-steps:before { + content:"\23"; +} + + +.icon-support:before { + content:"\73"; +} + + +.icon-systems:before { + content:"\53"; +} + + +.icon-terms:before { + content:"\27"; +} + + +.icon-test:before { + content:"\30"; +} + + +.icon-text-mining:before { + content:"\58"; +} + + +.icon-toolkit:before { + content:"\3a"; +} + + +.icon-train:before { + content:"\37"; +} + + +.icon-training:before { + content:"\54"; +} + + +.icon-tutorial:before { + content:"\74"; +} + + +.icon-unreviewed-data:before { + content:"\51"; +} + + +.icon-video:before { + content:"\56"; +} + + +.icon-walk:before { + content:"\36"; +} diff --git a/EBI-Generic/fonts/EBI-Generic.eot b/EBI-Generic/fonts/EBI-Generic.eot new file mode 100644 index 0000000..05bc5d1 Binary files /dev/null and b/EBI-Generic/fonts/EBI-Generic.eot differ diff --git a/EBI-Generic/fonts/EBI-Generic.html b/EBI-Generic/fonts/EBI-Generic.html new file mode 100644 index 0000000..45027e6 --- /dev/null +++ b/EBI-Generic/fonts/EBI-Generic.html @@ -0,0 +1,706 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Generic version 1.2HTMLDrupal
Accommodation <* class="icon icon-generic" data-icon="a">[icon-generic:a]
Alert <* class="icon icon-generic" data-icon="l">[icon-generic:l]
Alumni <* class="icon icon-generic" data-icon="A">[icon-generic:A]
Announcement <* class="icon icon-generic" data-icon="U">[icon-generic:U]
Basket <* class="icon icon-generic" data-icon="b">[icon-generic:b]
Beta <* class="icon icon-generic" data-icon=">">[icon-generic:>]
Bike <* class="icon icon-generic" data-icon="3">[icon-generic:3]
Biotech <* class="icon icon-generic" data-icon="B">[icon-generic:B]
Bus <* class="icon icon-generic" data-icon="1">[icon-generic:1]
Calendar <* class="icon icon-generic" data-icon="r">[icon-generic:r]
Camera <* class="icon icon-generic" data-icon="!">[icon-generic:!]
Car <* class="icon icon-generic" data-icon="2">[icon-generic:2]
Careers <* class="icon icon-generic" data-icon="c">[icon-generic:c]
Classification <* class="icon icon-generic" data-icon="e">[icon-generic:e]
Clock <* class="icon icon-generic" data-icon="{">[icon-generic:{]
Contact <* class="icon icon-generic" data-icon="C">[icon-generic:C]
Crosslink <* class="icon icon-generic" data-icon="d">[icon-generic:d]
Database <* class="icon icon-generic" data-icon="D">[icon-generic:D]
Discuss <* class="icon icon-generic" data-icon="\">[icon-generic:\]
Documentation <* class="icon icon-generic" data-icon=";">[icon-generic:;]
Drug <* class="icon icon-generic" data-icon="u">[icon-generic:u]
Elixir <* class="icon icon-generic" data-icon="%">[icon-generic:%]
Email <* class="icon icon-generic" data-icon="E">[icon-generic:E]
Embl <* class="icon icon-generic" data-icon="&">[icon-generic:&]
External link <* class="icon icon-generic" data-icon="x">[icon-generic:x]
External systems <* class="icon icon-generic" data-icon="y">[icon-generic:y]
Face to face <* class="icon icon-generic" data-icon="f">[icon-generic:f]
Find us <* class="icon icon-generic" data-icon="]">[icon-generic:]]
Funding <* class="icon icon-generic" data-icon="F">[icon-generic:F]
Graph <* class="icon icon-generic" data-icon="g">[icon-generic:g]
Group <* class="icon icon-generic" data-icon="}">[icon-generic:}]
Gtls <* class="icon icon-generic" data-icon="G">[icon-generic:G]
Health <* class="icon icon-generic" data-icon="h">[icon-generic:h]
Help <* class="icon icon-generic" data-icon="?">[icon-generic:?]
Home <* class="icon icon-generic" data-icon="H">[icon-generic:H]
Industry <* class="icon icon-generic" data-icon="I">[icon-generic:I]
Info <* class="icon icon-generic" data-icon="i">[icon-generic:i]
Link <* class="icon icon-generic" data-icon="L">[icon-generic:L]
Location <* class="icon icon-generic" data-icon="[">[icon-generic:[]
Lovedata <* class="icon icon-generic" data-icon="o">[icon-generic:o]
Mailing list <* class="icon icon-generic" data-icon="m">[icon-generic:m]
Math <* class="icon icon-generic" data-icon="v">[icon-generic:v]
Meet us <* class="icon icon-generic" data-icon="M">[icon-generic:M]
Mobile device <* class="icon icon-generic" data-icon="/">[icon-generic:/]
New <* class="icon icon-generic" data-icon="<">[icon-generic:<]
Newcomers <* class="icon icon-generic" data-icon="n">[icon-generic:n]
News <* class="icon icon-generic" data-icon="N">[icon-generic:N]
Nutraceuticals <* class="icon icon-generic" data-icon=""">[icon-generic:"]
Open day <* class="icon icon-generic" data-icon="O">[icon-generic:O]
Piechart <* class="icon icon-generic" data-icon="p">[icon-generic:p]
Plane <* class="icon icon-generic" data-icon="4">[icon-generic:4]
Publication <* class="icon icon-generic" data-icon="P">[icon-generic:P]
Research <* class="icon icon-generic" data-icon=")">[icon-generic:)]
Resource <* class="icon icon-generic" data-icon="R">[icon-generic:R]
Reviewed data <* class="icon icon-generic" data-icon="q">[icon-generic:q]
Services <* class="icon icon-generic" data-icon="(">[icon-generic:(]
Steps <* class="icon icon-generic" data-icon="#">[icon-generic:#]
Support <* class="icon icon-generic" data-icon="s">[icon-generic:s]
Systems <* class="icon icon-generic" data-icon="S">[icon-generic:S]
Terms <* class="icon icon-generic" data-icon="'">[icon-generic:']
Test <* class="icon icon-generic" data-icon="0">[icon-generic:0]
Text mining <* class="icon icon-generic" data-icon="X">[icon-generic:X]
Toolkit <* class="icon icon-generic" data-icon=":">[icon-generic::]
Train <* class="icon icon-generic" data-icon="7">[icon-generic:7]
Training <* class="icon icon-generic" data-icon="T">[icon-generic:T]
Tutorial <* class="icon icon-generic" data-icon="t">[icon-generic:t]
Unreviewed data <* class="icon icon-generic" data-icon="Q">[icon-generic:Q]
Video <* class="icon icon-generic" data-icon="V">[icon-generic:V]
Walk <* class="icon icon-generic" data-icon="6">[icon-generic:6]
diff --git a/EBI-Generic/fonts/EBI-Generic.svg b/EBI-Generic/fonts/EBI-Generic.svg new file mode 100644 index 0000000..3f580a8 --- /dev/null +++ b/EBI-Generic/fonts/EBI-Generic.svg @@ -0,0 +1,659 @@ + + + + + +Created by FontForge 20110222 at Fri Jun 16 09:56:09 2017 + By travis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-Generic/fonts/EBI-Generic.ttf b/EBI-Generic/fonts/EBI-Generic.ttf new file mode 100644 index 0000000..2f8ed46 Binary files /dev/null and b/EBI-Generic/fonts/EBI-Generic.ttf differ diff --git a/EBI-Generic/fonts/EBI-Generic.woff b/EBI-Generic/fonts/EBI-Generic.woff new file mode 100644 index 0000000..d27c7cc Binary files /dev/null and b/EBI-Generic/fonts/EBI-Generic.woff differ diff --git a/EBI-Generic/static/svg/accommodation.svg b/EBI-Generic/static/svg/accommodation.svg new file mode 100644 index 0000000..bed1b91 --- /dev/null +++ b/EBI-Generic/static/svg/accommodation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/alert.svg b/EBI-Generic/static/svg/alert.svg new file mode 100644 index 0000000..b95b3f6 --- /dev/null +++ b/EBI-Generic/static/svg/alert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/alumni.svg b/EBI-Generic/static/svg/alumni.svg new file mode 100644 index 0000000..d17eca7 --- /dev/null +++ b/EBI-Generic/static/svg/alumni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/announcement.svg b/EBI-Generic/static/svg/announcement.svg new file mode 100644 index 0000000..261b9db --- /dev/null +++ b/EBI-Generic/static/svg/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/basket.svg b/EBI-Generic/static/svg/basket.svg new file mode 100644 index 0000000..a4aabfa --- /dev/null +++ b/EBI-Generic/static/svg/basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/beta.svg b/EBI-Generic/static/svg/beta.svg new file mode 100644 index 0000000..600a4ef --- /dev/null +++ b/EBI-Generic/static/svg/beta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/bike.svg b/EBI-Generic/static/svg/bike.svg new file mode 100644 index 0000000..03d9c4a --- /dev/null +++ b/EBI-Generic/static/svg/bike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/biotech.svg b/EBI-Generic/static/svg/biotech.svg new file mode 100644 index 0000000..e496d94 --- /dev/null +++ b/EBI-Generic/static/svg/biotech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/bus.svg b/EBI-Generic/static/svg/bus.svg new file mode 100644 index 0000000..3b10cbd --- /dev/null +++ b/EBI-Generic/static/svg/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/calendar.svg b/EBI-Generic/static/svg/calendar.svg new file mode 100644 index 0000000..9f72c38 --- /dev/null +++ b/EBI-Generic/static/svg/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/camera.svg b/EBI-Generic/static/svg/camera.svg new file mode 100644 index 0000000..5ffd373 --- /dev/null +++ b/EBI-Generic/static/svg/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/car.svg b/EBI-Generic/static/svg/car.svg new file mode 100644 index 0000000..8701393 --- /dev/null +++ b/EBI-Generic/static/svg/car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/careers.svg b/EBI-Generic/static/svg/careers.svg new file mode 100644 index 0000000..85a85ce --- /dev/null +++ b/EBI-Generic/static/svg/careers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/classification.svg b/EBI-Generic/static/svg/classification.svg new file mode 100644 index 0000000..93c5ba5 --- /dev/null +++ b/EBI-Generic/static/svg/classification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/clock.svg b/EBI-Generic/static/svg/clock.svg new file mode 100644 index 0000000..4dcebed --- /dev/null +++ b/EBI-Generic/static/svg/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/contact.svg b/EBI-Generic/static/svg/contact.svg new file mode 100644 index 0000000..b6e9cda --- /dev/null +++ b/EBI-Generic/static/svg/contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/crosslink.svg b/EBI-Generic/static/svg/crosslink.svg new file mode 100644 index 0000000..ae197fc --- /dev/null +++ b/EBI-Generic/static/svg/crosslink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/database.svg b/EBI-Generic/static/svg/database.svg new file mode 100644 index 0000000..da79b25 --- /dev/null +++ b/EBI-Generic/static/svg/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/discuss.svg b/EBI-Generic/static/svg/discuss.svg new file mode 100644 index 0000000..be71114 --- /dev/null +++ b/EBI-Generic/static/svg/discuss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/documentation.svg b/EBI-Generic/static/svg/documentation.svg new file mode 100644 index 0000000..409d81e --- /dev/null +++ b/EBI-Generic/static/svg/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/drug.svg b/EBI-Generic/static/svg/drug.svg new file mode 100644 index 0000000..2891597 --- /dev/null +++ b/EBI-Generic/static/svg/drug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/elixir.svg b/EBI-Generic/static/svg/elixir.svg new file mode 100644 index 0000000..9348578 --- /dev/null +++ b/EBI-Generic/static/svg/elixir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/email.svg b/EBI-Generic/static/svg/email.svg new file mode 100644 index 0000000..65f9ed9 --- /dev/null +++ b/EBI-Generic/static/svg/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/embl.svg b/EBI-Generic/static/svg/embl.svg new file mode 100644 index 0000000..cb7f906 --- /dev/null +++ b/EBI-Generic/static/svg/embl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/external-link.svg b/EBI-Generic/static/svg/external-link.svg new file mode 100644 index 0000000..53d8f31 --- /dev/null +++ b/EBI-Generic/static/svg/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/external-systems.svg b/EBI-Generic/static/svg/external-systems.svg new file mode 100644 index 0000000..0a8d02f --- /dev/null +++ b/EBI-Generic/static/svg/external-systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/face-to-face.svg b/EBI-Generic/static/svg/face-to-face.svg new file mode 100644 index 0000000..447c6c1 --- /dev/null +++ b/EBI-Generic/static/svg/face-to-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/find-us.svg b/EBI-Generic/static/svg/find-us.svg new file mode 100644 index 0000000..026c3df --- /dev/null +++ b/EBI-Generic/static/svg/find-us.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/funding.svg b/EBI-Generic/static/svg/funding.svg new file mode 100644 index 0000000..38f22bb --- /dev/null +++ b/EBI-Generic/static/svg/funding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/graph.svg b/EBI-Generic/static/svg/graph.svg new file mode 100644 index 0000000..cd17072 --- /dev/null +++ b/EBI-Generic/static/svg/graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/group.svg b/EBI-Generic/static/svg/group.svg new file mode 100644 index 0000000..6e51edc --- /dev/null +++ b/EBI-Generic/static/svg/group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/gtls.svg b/EBI-Generic/static/svg/gtls.svg new file mode 100644 index 0000000..92262d5 --- /dev/null +++ b/EBI-Generic/static/svg/gtls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/health.svg b/EBI-Generic/static/svg/health.svg new file mode 100644 index 0000000..4917e1b --- /dev/null +++ b/EBI-Generic/static/svg/health.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/help.svg b/EBI-Generic/static/svg/help.svg new file mode 100644 index 0000000..e9e6731 --- /dev/null +++ b/EBI-Generic/static/svg/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/home.svg b/EBI-Generic/static/svg/home.svg new file mode 100644 index 0000000..06332e6 --- /dev/null +++ b/EBI-Generic/static/svg/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/industry.svg b/EBI-Generic/static/svg/industry.svg new file mode 100644 index 0000000..12d6e0b --- /dev/null +++ b/EBI-Generic/static/svg/industry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/info.svg b/EBI-Generic/static/svg/info.svg new file mode 100644 index 0000000..8bac00d --- /dev/null +++ b/EBI-Generic/static/svg/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/link.svg b/EBI-Generic/static/svg/link.svg new file mode 100644 index 0000000..4b46614 --- /dev/null +++ b/EBI-Generic/static/svg/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/location.svg b/EBI-Generic/static/svg/location.svg new file mode 100644 index 0000000..f719b4b --- /dev/null +++ b/EBI-Generic/static/svg/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/lovedata.svg b/EBI-Generic/static/svg/lovedata.svg new file mode 100644 index 0000000..33dc086 --- /dev/null +++ b/EBI-Generic/static/svg/lovedata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/mailing-list.svg b/EBI-Generic/static/svg/mailing-list.svg new file mode 100644 index 0000000..133de9b --- /dev/null +++ b/EBI-Generic/static/svg/mailing-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/math.svg b/EBI-Generic/static/svg/math.svg new file mode 100644 index 0000000..f3f94c1 --- /dev/null +++ b/EBI-Generic/static/svg/math.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/meet-us.svg b/EBI-Generic/static/svg/meet-us.svg new file mode 100644 index 0000000..b9664af --- /dev/null +++ b/EBI-Generic/static/svg/meet-us.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/mobile-device.svg b/EBI-Generic/static/svg/mobile-device.svg new file mode 100644 index 0000000..60eee0b --- /dev/null +++ b/EBI-Generic/static/svg/mobile-device.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/new.svg b/EBI-Generic/static/svg/new.svg new file mode 100644 index 0000000..12d14a6 --- /dev/null +++ b/EBI-Generic/static/svg/new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/newcomers.svg b/EBI-Generic/static/svg/newcomers.svg new file mode 100644 index 0000000..4181d7f --- /dev/null +++ b/EBI-Generic/static/svg/newcomers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/news.svg b/EBI-Generic/static/svg/news.svg new file mode 100644 index 0000000..8b28fa2 --- /dev/null +++ b/EBI-Generic/static/svg/news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/nutraceuticals.svg b/EBI-Generic/static/svg/nutraceuticals.svg new file mode 100644 index 0000000..d0d1cdb --- /dev/null +++ b/EBI-Generic/static/svg/nutraceuticals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/open-day.svg b/EBI-Generic/static/svg/open-day.svg new file mode 100644 index 0000000..0cdd6b2 --- /dev/null +++ b/EBI-Generic/static/svg/open-day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/piechart.svg b/EBI-Generic/static/svg/piechart.svg new file mode 100644 index 0000000..79d6ebf --- /dev/null +++ b/EBI-Generic/static/svg/piechart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/plane.svg b/EBI-Generic/static/svg/plane.svg new file mode 100644 index 0000000..838984a --- /dev/null +++ b/EBI-Generic/static/svg/plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/publication.svg b/EBI-Generic/static/svg/publication.svg new file mode 100644 index 0000000..d565672 --- /dev/null +++ b/EBI-Generic/static/svg/publication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/research.svg b/EBI-Generic/static/svg/research.svg new file mode 100644 index 0000000..79fcb57 --- /dev/null +++ b/EBI-Generic/static/svg/research.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/resource.svg b/EBI-Generic/static/svg/resource.svg new file mode 100644 index 0000000..6f1c4c7 --- /dev/null +++ b/EBI-Generic/static/svg/resource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/reviewed-data.svg b/EBI-Generic/static/svg/reviewed-data.svg new file mode 100644 index 0000000..472953a --- /dev/null +++ b/EBI-Generic/static/svg/reviewed-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/services.svg b/EBI-Generic/static/svg/services.svg new file mode 100644 index 0000000..f623bb7 --- /dev/null +++ b/EBI-Generic/static/svg/services.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/steps.svg b/EBI-Generic/static/svg/steps.svg new file mode 100644 index 0000000..c1390de --- /dev/null +++ b/EBI-Generic/static/svg/steps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/support.svg b/EBI-Generic/static/svg/support.svg new file mode 100644 index 0000000..3f81ae7 --- /dev/null +++ b/EBI-Generic/static/svg/support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/systems.svg b/EBI-Generic/static/svg/systems.svg new file mode 100644 index 0000000..1eeecad --- /dev/null +++ b/EBI-Generic/static/svg/systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/terms.svg b/EBI-Generic/static/svg/terms.svg new file mode 100644 index 0000000..96e8197 --- /dev/null +++ b/EBI-Generic/static/svg/terms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/test.svg b/EBI-Generic/static/svg/test.svg new file mode 100644 index 0000000..08432b9 --- /dev/null +++ b/EBI-Generic/static/svg/test.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/text-mining.svg b/EBI-Generic/static/svg/text-mining.svg new file mode 100644 index 0000000..16fe454 --- /dev/null +++ b/EBI-Generic/static/svg/text-mining.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/toolkit.svg b/EBI-Generic/static/svg/toolkit.svg new file mode 100644 index 0000000..c0dae98 --- /dev/null +++ b/EBI-Generic/static/svg/toolkit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/train.svg b/EBI-Generic/static/svg/train.svg new file mode 100644 index 0000000..a9d0e8c --- /dev/null +++ b/EBI-Generic/static/svg/train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/training.svg b/EBI-Generic/static/svg/training.svg new file mode 100644 index 0000000..4b9966b --- /dev/null +++ b/EBI-Generic/static/svg/training.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/tutorial.svg b/EBI-Generic/static/svg/tutorial.svg new file mode 100644 index 0000000..c2077c3 --- /dev/null +++ b/EBI-Generic/static/svg/tutorial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/unreviewed-data.svg b/EBI-Generic/static/svg/unreviewed-data.svg new file mode 100644 index 0000000..1a3ff79 --- /dev/null +++ b/EBI-Generic/static/svg/unreviewed-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/video.svg b/EBI-Generic/static/svg/video.svg new file mode 100644 index 0000000..4d02d51 --- /dev/null +++ b/EBI-Generic/static/svg/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Generic/static/svg/walk.svg b/EBI-Generic/static/svg/walk.svg new file mode 100644 index 0000000..ad61015 --- /dev/null +++ b/EBI-Generic/static/svg/walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.css b/EBI-SocialMedia/fonts/EBI-SocialMedia.css new file mode 100644 index 0000000..c8b8386 --- /dev/null +++ b/EBI-SocialMedia/fonts/EBI-SocialMedia.css @@ -0,0 +1,128 @@ +/* Generated by grunt-webfont */ + + +@font-face { + font-family:"EBI-SocialMedia"; + src:url("EBI-SocialMedia.eot?73ab5479da052c4b0fc72100af575283"); + src:url("EBI-SocialMedia.eot?#iefix") format("embedded-opentype"), + url("EBI-SocialMedia.woff?73ab5479da052c4b0fc72100af575283") format("woff"), + url("EBI-SocialMedia.ttf?73ab5479da052c4b0fc72100af575283") format("truetype"), + url("EBI-SocialMedia.svg?73ab5479da052c4b0fc72100af575283#EBI-SocialMedia") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-socialmedia { + + font-family:"EBI-SocialMedia"; + + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-android:before { + content:"\61"; +} + + +.icon-apple:before { + content:"\41"; +} + + +.icon-blogger:before { + content:"\42"; +} + + +.icon-facebook:before { + content:"\46"; +} + + +.icon-flickr:before { + content:"\66"; +} + + +.icon-github:before { + content:"\67"; +} + + +.icon-googleplus:before { + content:"\47"; +} + + +.icon-linkedin:before { + content:"\4c"; +} + + +.icon-linux:before { + content:"\58"; +} + + +.icon-orcid:before { + content:"\4f"; +} + + +.icon-rss:before { + content:"\52"; +} + + +.icon-skype:before { + content:"\73"; +} + + +.icon-slideshare:before { + content:"\53"; +} + + +.icon-twitter:before { + content:"\54"; +} + + +.icon-vimeo:before { + content:"\56"; +} + + +.icon-weibo:before { + content:"\57"; +} + + +.icon-windows:before { + content:"\77"; +} + + +.icon-wordpress:before { + content:"\50"; +} + + +.icon-youtube:before { + content:"\59"; +} diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.eot b/EBI-SocialMedia/fonts/EBI-SocialMedia.eot new file mode 100644 index 0000000..435b9cc Binary files /dev/null and b/EBI-SocialMedia/fonts/EBI-SocialMedia.eot differ diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.html b/EBI-SocialMedia/fonts/EBI-SocialMedia.html new file mode 100644 index 0000000..83a9ebb --- /dev/null +++ b/EBI-SocialMedia/fonts/EBI-SocialMedia.html @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-SocialMedia version 1.2HTMLDrupal
Android <* class="icon icon-socialmedia" data-icon="a">[icon-socialmedia:a]
Apple <* class="icon icon-socialmedia" data-icon="A">[icon-socialmedia:A]
Blogger <* class="icon icon-socialmedia" data-icon="B">[icon-socialmedia:B]
Facebook <* class="icon icon-socialmedia" data-icon="F">[icon-socialmedia:F]
Flickr <* class="icon icon-socialmedia" data-icon="f">[icon-socialmedia:f]
Github <* class="icon icon-socialmedia" data-icon="g">[icon-socialmedia:g]
Googleplus <* class="icon icon-socialmedia" data-icon="G">[icon-socialmedia:G]
Linkedin <* class="icon icon-socialmedia" data-icon="L">[icon-socialmedia:L]
Linux <* class="icon icon-socialmedia" data-icon="X">[icon-socialmedia:X]
Orcid <* class="icon icon-socialmedia" data-icon="O">[icon-socialmedia:O]
Rss <* class="icon icon-socialmedia" data-icon="R">[icon-socialmedia:R]
Skype <* class="icon icon-socialmedia" data-icon="s">[icon-socialmedia:s]
Slideshare <* class="icon icon-socialmedia" data-icon="S">[icon-socialmedia:S]
Twitter <* class="icon icon-socialmedia" data-icon="T">[icon-socialmedia:T]
Vimeo <* class="icon icon-socialmedia" data-icon="V">[icon-socialmedia:V]
Weibo <* class="icon icon-socialmedia" data-icon="W">[icon-socialmedia:W]
Windows <* class="icon icon-socialmedia" data-icon="w">[icon-socialmedia:w]
Wordpress <* class="icon icon-socialmedia" data-icon="P">[icon-socialmedia:P]
Youtube <* class="icon icon-socialmedia" data-icon="Y">[icon-socialmedia:Y]
diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.svg b/EBI-SocialMedia/fonts/EBI-SocialMedia.svg new file mode 100644 index 0000000..a0e185b --- /dev/null +++ b/EBI-SocialMedia/fonts/EBI-SocialMedia.svg @@ -0,0 +1,217 @@ + + + + + +Created by FontForge 20110222 at Fri Jun 16 09:56:09 2017 + By travis + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.ttf b/EBI-SocialMedia/fonts/EBI-SocialMedia.ttf new file mode 100644 index 0000000..67a49f4 Binary files /dev/null and b/EBI-SocialMedia/fonts/EBI-SocialMedia.ttf differ diff --git a/EBI-SocialMedia/fonts/EBI-SocialMedia.woff b/EBI-SocialMedia/fonts/EBI-SocialMedia.woff new file mode 100644 index 0000000..105dd2e Binary files /dev/null and b/EBI-SocialMedia/fonts/EBI-SocialMedia.woff differ diff --git a/EBI-SocialMedia/static/svg/android.svg b/EBI-SocialMedia/static/svg/android.svg new file mode 100644 index 0000000..912ce12 --- /dev/null +++ b/EBI-SocialMedia/static/svg/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/apple.svg b/EBI-SocialMedia/static/svg/apple.svg new file mode 100644 index 0000000..c846ca6 --- /dev/null +++ b/EBI-SocialMedia/static/svg/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/blogger.svg b/EBI-SocialMedia/static/svg/blogger.svg new file mode 100644 index 0000000..420d7de --- /dev/null +++ b/EBI-SocialMedia/static/svg/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/facebook.svg b/EBI-SocialMedia/static/svg/facebook.svg new file mode 100644 index 0000000..0dbf4e6 --- /dev/null +++ b/EBI-SocialMedia/static/svg/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/flickr.svg b/EBI-SocialMedia/static/svg/flickr.svg new file mode 100644 index 0000000..6f380d7 --- /dev/null +++ b/EBI-SocialMedia/static/svg/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/github.svg b/EBI-SocialMedia/static/svg/github.svg new file mode 100644 index 0000000..0086cf9 --- /dev/null +++ b/EBI-SocialMedia/static/svg/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/googleplus.svg b/EBI-SocialMedia/static/svg/googleplus.svg new file mode 100644 index 0000000..3262ff9 --- /dev/null +++ b/EBI-SocialMedia/static/svg/googleplus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/linkedin.svg b/EBI-SocialMedia/static/svg/linkedin.svg new file mode 100644 index 0000000..a7aa6aa --- /dev/null +++ b/EBI-SocialMedia/static/svg/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/linux.svg b/EBI-SocialMedia/static/svg/linux.svg new file mode 100644 index 0000000..c8d99c5 --- /dev/null +++ b/EBI-SocialMedia/static/svg/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/orcid.svg b/EBI-SocialMedia/static/svg/orcid.svg new file mode 100644 index 0000000..821f8b5 --- /dev/null +++ b/EBI-SocialMedia/static/svg/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/rss.svg b/EBI-SocialMedia/static/svg/rss.svg new file mode 100644 index 0000000..3698b14 --- /dev/null +++ b/EBI-SocialMedia/static/svg/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/skype.svg b/EBI-SocialMedia/static/svg/skype.svg new file mode 100644 index 0000000..cc1be26 --- /dev/null +++ b/EBI-SocialMedia/static/svg/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/slideshare.svg b/EBI-SocialMedia/static/svg/slideshare.svg new file mode 100644 index 0000000..887eb61 --- /dev/null +++ b/EBI-SocialMedia/static/svg/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/twitter.svg b/EBI-SocialMedia/static/svg/twitter.svg new file mode 100644 index 0000000..45ce4db --- /dev/null +++ b/EBI-SocialMedia/static/svg/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/vimeo.svg b/EBI-SocialMedia/static/svg/vimeo.svg new file mode 100644 index 0000000..77e7822 --- /dev/null +++ b/EBI-SocialMedia/static/svg/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/weibo.svg b/EBI-SocialMedia/static/svg/weibo.svg new file mode 100644 index 0000000..90a5765 --- /dev/null +++ b/EBI-SocialMedia/static/svg/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/windows.svg b/EBI-SocialMedia/static/svg/windows.svg new file mode 100644 index 0000000..2083517 --- /dev/null +++ b/EBI-SocialMedia/static/svg/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/wordpress.svg b/EBI-SocialMedia/static/svg/wordpress.svg new file mode 100644 index 0000000..75b2257 --- /dev/null +++ b/EBI-SocialMedia/static/svg/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-SocialMedia/static/svg/youtube.svg b/EBI-SocialMedia/static/svg/youtube.svg new file mode 100644 index 0000000..9c87ffb --- /dev/null +++ b/EBI-SocialMedia/static/svg/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/fonts/EBI-Species.css b/EBI-Species/fonts/EBI-Species.css new file mode 100644 index 0000000..cd5c144 --- /dev/null +++ b/EBI-Species/fonts/EBI-Species.css @@ -0,0 +1,358 @@ +/* Generated by grunt-webfont */ + + +@font-face { + font-family:"EBI-Species"; + src:url("EBI-Species.eot?23fe9c432ccb7c3121f12362cf85b087"); + src:url("EBI-Species.eot?#iefix") format("embedded-opentype"), + url("EBI-Species.woff?23fe9c432ccb7c3121f12362cf85b087") format("woff"), + url("EBI-Species.ttf?23fe9c432ccb7c3121f12362cf85b087") format("truetype"), + url("EBI-Species.svg?23fe9c432ccb7c3121f12362cf85b087#EBI-Species") format("svg"); + font-weight:normal; + font-style:normal; +} + +.icon-species { + + font-family:"EBI-Species"; + + display:inline-block; + vertical-align:middle; + line-height:1; + font-weight:normal; + font-style:normal; + speak:none; + text-decoration:inherit; + text-transform:none; + text-rendering:auto; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + + +/* Icons */ + + +.icon-alpaca:before { + content:"\61"; +} + + +.icon-amoeba:before { + content:"\30"; +} + + +.icon-anolis:before { + content:"\37"; +} + + +.icon-armadillo:before { + content:"\6c"; +} + + +.icon-aspergillus:before { + content:"\a3"; +} + + +.icon-barley:before { + content:"\35"; +} + + +.icon-bat:before { + content:"\28"; +} + + +.icon-bee:before { + content:"\24"; +} + + +.icon-brachypodium:before { + content:"\25"; +} + + +.icon-brassica:before { + content:"\42"; +} + + +.icon-bug:before { + content:"\62"; +} + + +.icon-c-elegans:before { + content:"\57"; +} + + +.icon-cat:before { + content:"\41"; +} + + +.icon-chicken:before { + content:"\6b"; +} + + +.icon-chimpanzee:before { + content:"\69"; +} + + +.icon-corn:before { + content:"\63"; +} + + +.icon-cow:before { + content:"\43"; +} + + +.icon-diatom:before { + content:"\32"; +} + + +.icon-dog:before { + content:"\64"; +} + + +.icon-dolphin:before { + content:"\44"; +} + + +.icon-ecoli:before { + content:"\4c"; +} + + +.icon-elephant:before { + content:"\65"; +} + + +.icon-ferret:before { + content:"\21"; +} + + +.icon-finch:before { + content:"\6e"; +} + + +.icon-fly:before { + content:"\46"; +} + + +.icon-frog:before { + content:"\66"; +} + + +.icon-fungus:before { + content:"\75"; +} + + +.icon-glycinemax:before { + content:"\5e"; +} + + +.icon-goat:before { + content:"\6d"; +} + + +.icon-gorilla:before { + content:"\47"; +} + + +.icon-grapes:before { + content:"\4f"; +} + + +.icon-guinea-pig:before { + content:"\67"; +} + + +.icon-hedgehog:before { + content:"\6f"; +} + + +.icon-horse:before { + content:"\68"; +} + + +.icon-human:before { + content:"\48"; +} + + +.icon-kangaroo-rat:before { + content:"\33"; +} + + +.icon-louse:before { + content:"\34"; +} + + +.icon-monkey:before { + content:"\72"; +} + + +.icon-monodelphis:before { + content:"\39"; +} + + +.icon-mosquito:before { + content:"\31"; +} + + +.icon-mouse-lemur:before { + content:"\4e"; +} + + +.icon-mouse:before { + content:"\4d"; +} + + +.icon-orangutan:before { + content:"\2a"; +} + + +.icon-papio:before { + content:"\38"; +} + + +.icon-pig:before { + content:"\70"; +} + + +.icon-plant:before { + content:"\50"; +} + + +.icon-plasmodium:before { + content:"\40"; +} + + +.icon-platypus:before { + content:"\55"; +} + + +.icon-pufferfish:before { + content:"\45"; +} + + +.icon-rabbit:before { + content:"\74"; +} + + +.icon-rat:before { + content:"\52"; +} + + +.icon-ray:before { + content:"\2b"; +} + + +.icon-rice:before { + content:"\36"; +} + + +.icon-scorpion:before { + content:"\73"; +} + + +.icon-sheep:before { + content:"\78"; +} + + +.icon-shrew:before { + content:"\51"; +} + + +.icon-snail:before { + content:"\27"; +} + + +.icon-spider:before { + content:"\53"; +} + + +.icon-squirrel:before { + content:"\49"; +} + + +.icon-tick:before { + content:"\26"; +} + + +.icon-tomatoes:before { + content:"\29"; +} + + +.icon-virus:before { + content:"\76"; +} + + +.icon-wallaby:before { + content:"\77"; +} + + +.icon-yeast:before { + content:"\59"; +} + + +.icon-zebrafish:before { + content:"\5a"; +} diff --git a/EBI-Species/fonts/EBI-Species.eot b/EBI-Species/fonts/EBI-Species.eot new file mode 100644 index 0000000..5c678bb Binary files /dev/null and b/EBI-Species/fonts/EBI-Species.eot differ diff --git a/EBI-Species/fonts/EBI-Species.html b/EBI-Species/fonts/EBI-Species.html new file mode 100644 index 0000000..2553515 --- /dev/null +++ b/EBI-Species/fonts/EBI-Species.html @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Species version 1.2HTMLDrupal
Alpaca <* class="icon icon-species" data-icon="a">[icon-species:a]
Amoeba <* class="icon icon-species" data-icon="0">[icon-species:0]
Anolis <* class="icon icon-species" data-icon="7">[icon-species:7]
Armadillo <* class="icon icon-species" data-icon="l">[icon-species:l]
Aspergillus <* class="icon icon-species" data-icon="£">[icon-species:£]
Barley <* class="icon icon-species" data-icon="5">[icon-species:5]
Bat <* class="icon icon-species" data-icon="(">[icon-species:(]
Bee <* class="icon icon-species" data-icon="$">[icon-species:$]
Brachypodium <* class="icon icon-species" data-icon="%">[icon-species:%]
Brassica <* class="icon icon-species" data-icon="B">[icon-species:B]
Bug <* class="icon icon-species" data-icon="b">[icon-species:b]
C elegans <* class="icon icon-species" data-icon="W">[icon-species:W]
Cat <* class="icon icon-species" data-icon="A">[icon-species:A]
Chicken <* class="icon icon-species" data-icon="k">[icon-species:k]
Chimpanzee <* class="icon icon-species" data-icon="i">[icon-species:i]
Corn <* class="icon icon-species" data-icon="c">[icon-species:c]
Cow <* class="icon icon-species" data-icon="C">[icon-species:C]
Diatom <* class="icon icon-species" data-icon="2">[icon-species:2]
Dog <* class="icon icon-species" data-icon="d">[icon-species:d]
Dolphin <* class="icon icon-species" data-icon="D">[icon-species:D]
Ecoli <* class="icon icon-species" data-icon="L">[icon-species:L]
Elephant <* class="icon icon-species" data-icon="e">[icon-species:e]
Ferret <* class="icon icon-species" data-icon="!">[icon-species:!]
Finch <* class="icon icon-species" data-icon="n">[icon-species:n]
Fly <* class="icon icon-species" data-icon="F">[icon-species:F]
Frog <* class="icon icon-species" data-icon="f">[icon-species:f]
Fungus <* class="icon icon-species" data-icon="u">[icon-species:u]
Glycinemax <* class="icon icon-species" data-icon="^">[icon-species:^]
Goat <* class="icon icon-species" data-icon="m">[icon-species:m]
Gorilla <* class="icon icon-species" data-icon="G">[icon-species:G]
Grapes <* class="icon icon-species" data-icon="O">[icon-species:O]
Guinea pig <* class="icon icon-species" data-icon="g">[icon-species:g]
Hedgehog <* class="icon icon-species" data-icon="o">[icon-species:o]
Horse <* class="icon icon-species" data-icon="h">[icon-species:h]
Human <* class="icon icon-species" data-icon="H">[icon-species:H]
Kangaroo rat <* class="icon icon-species" data-icon="3">[icon-species:3]
Louse <* class="icon icon-species" data-icon="4">[icon-species:4]
Monkey <* class="icon icon-species" data-icon="r">[icon-species:r]
Monodelphis <* class="icon icon-species" data-icon="9">[icon-species:9]
Mosquito <* class="icon icon-species" data-icon="1">[icon-species:1]
Mouse lemur <* class="icon icon-species" data-icon="N">[icon-species:N]
Mouse <* class="icon icon-species" data-icon="M">[icon-species:M]
Orangutan <* class="icon icon-species" data-icon="*">[icon-species:*]
Papio <* class="icon icon-species" data-icon="8">[icon-species:8]
Pig <* class="icon icon-species" data-icon="p">[icon-species:p]
Plant <* class="icon icon-species" data-icon="P">[icon-species:P]
Plasmodium <* class="icon icon-species" data-icon="@">[icon-species:@]
Platypus <* class="icon icon-species" data-icon="U">[icon-species:U]
Pufferfish <* class="icon icon-species" data-icon="E">[icon-species:E]
Rabbit <* class="icon icon-species" data-icon="t">[icon-species:t]
Rat <* class="icon icon-species" data-icon="R">[icon-species:R]
Ray <* class="icon icon-species" data-icon="+">[icon-species:+]
Rice <* class="icon icon-species" data-icon="6">[icon-species:6]
Scorpion <* class="icon icon-species" data-icon="s">[icon-species:s]
Sheep <* class="icon icon-species" data-icon="x">[icon-species:x]
Shrew <* class="icon icon-species" data-icon="Q">[icon-species:Q]
Snail <* class="icon icon-species" data-icon="'">[icon-species:']
Spider <* class="icon icon-species" data-icon="S">[icon-species:S]
Squirrel <* class="icon icon-species" data-icon="I">[icon-species:I]
Tick <* class="icon icon-species" data-icon="&">[icon-species:&]
Tomatoes <* class="icon icon-species" data-icon=")">[icon-species:)]
Virus <* class="icon icon-species" data-icon="v">[icon-species:v]
Wallaby <* class="icon icon-species" data-icon="w">[icon-species:w]
Yeast <* class="icon icon-species" data-icon="Y">[icon-species:Y]
Zebrafish <* class="icon icon-species" data-icon="Z">[icon-species:Z]
diff --git a/EBI-Species/fonts/EBI-Species.svg b/EBI-Species/fonts/EBI-Species.svg new file mode 100644 index 0000000..f58747d --- /dev/null +++ b/EBI-Species/fonts/EBI-Species.svg @@ -0,0 +1,1835 @@ + + + + + +Created by FontForge 20110222 at Fri Jun 16 09:56:08 2017 + By travis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/EBI-Species/fonts/EBI-Species.ttf b/EBI-Species/fonts/EBI-Species.ttf new file mode 100644 index 0000000..a3dbb59 Binary files /dev/null and b/EBI-Species/fonts/EBI-Species.ttf differ diff --git a/EBI-Species/fonts/EBI-Species.woff b/EBI-Species/fonts/EBI-Species.woff new file mode 100644 index 0000000..f8b25a0 Binary files /dev/null and b/EBI-Species/fonts/EBI-Species.woff differ diff --git a/EBI-Species/static/svg/alpaca.svg b/EBI-Species/static/svg/alpaca.svg new file mode 100644 index 0000000..dfe5587 --- /dev/null +++ b/EBI-Species/static/svg/alpaca.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/amoeba.svg b/EBI-Species/static/svg/amoeba.svg new file mode 100644 index 0000000..e1de00f --- /dev/null +++ b/EBI-Species/static/svg/amoeba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/anolis.svg b/EBI-Species/static/svg/anolis.svg new file mode 100644 index 0000000..0e601c2 --- /dev/null +++ b/EBI-Species/static/svg/anolis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/armadillo.svg b/EBI-Species/static/svg/armadillo.svg new file mode 100644 index 0000000..a7e6215 --- /dev/null +++ b/EBI-Species/static/svg/armadillo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/aspergillus.svg b/EBI-Species/static/svg/aspergillus.svg new file mode 100644 index 0000000..8c0d064 --- /dev/null +++ b/EBI-Species/static/svg/aspergillus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/barley.svg b/EBI-Species/static/svg/barley.svg new file mode 100644 index 0000000..92ee566 --- /dev/null +++ b/EBI-Species/static/svg/barley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/bat.svg b/EBI-Species/static/svg/bat.svg new file mode 100644 index 0000000..e763200 --- /dev/null +++ b/EBI-Species/static/svg/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/bee.svg b/EBI-Species/static/svg/bee.svg new file mode 100644 index 0000000..9b6e996 --- /dev/null +++ b/EBI-Species/static/svg/bee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/brachypodium.svg b/EBI-Species/static/svg/brachypodium.svg new file mode 100644 index 0000000..20a6ec9 --- /dev/null +++ b/EBI-Species/static/svg/brachypodium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/brassica.svg b/EBI-Species/static/svg/brassica.svg new file mode 100644 index 0000000..ae658a4 --- /dev/null +++ b/EBI-Species/static/svg/brassica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/bug.svg b/EBI-Species/static/svg/bug.svg new file mode 100644 index 0000000..c976a96 --- /dev/null +++ b/EBI-Species/static/svg/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/c-elegans.svg b/EBI-Species/static/svg/c-elegans.svg new file mode 100644 index 0000000..0e40073 --- /dev/null +++ b/EBI-Species/static/svg/c-elegans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/cat.svg b/EBI-Species/static/svg/cat.svg new file mode 100644 index 0000000..31541b4 --- /dev/null +++ b/EBI-Species/static/svg/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/chicken.svg b/EBI-Species/static/svg/chicken.svg new file mode 100644 index 0000000..18eb72b --- /dev/null +++ b/EBI-Species/static/svg/chicken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/chimpanzee.svg b/EBI-Species/static/svg/chimpanzee.svg new file mode 100644 index 0000000..87daa0b --- /dev/null +++ b/EBI-Species/static/svg/chimpanzee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/corn.svg b/EBI-Species/static/svg/corn.svg new file mode 100644 index 0000000..80a346f --- /dev/null +++ b/EBI-Species/static/svg/corn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/cow.svg b/EBI-Species/static/svg/cow.svg new file mode 100644 index 0000000..c5f6fde --- /dev/null +++ b/EBI-Species/static/svg/cow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/diatom.svg b/EBI-Species/static/svg/diatom.svg new file mode 100644 index 0000000..132d818 --- /dev/null +++ b/EBI-Species/static/svg/diatom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/dog.svg b/EBI-Species/static/svg/dog.svg new file mode 100644 index 0000000..1ae0177 --- /dev/null +++ b/EBI-Species/static/svg/dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/dolphin.svg b/EBI-Species/static/svg/dolphin.svg new file mode 100644 index 0000000..5d241c5 --- /dev/null +++ b/EBI-Species/static/svg/dolphin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/ecoli.svg b/EBI-Species/static/svg/ecoli.svg new file mode 100644 index 0000000..0aa370d --- /dev/null +++ b/EBI-Species/static/svg/ecoli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/elephant.svg b/EBI-Species/static/svg/elephant.svg new file mode 100644 index 0000000..34455ce --- /dev/null +++ b/EBI-Species/static/svg/elephant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/ferret.svg b/EBI-Species/static/svg/ferret.svg new file mode 100644 index 0000000..9c2f696 --- /dev/null +++ b/EBI-Species/static/svg/ferret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/finch.svg b/EBI-Species/static/svg/finch.svg new file mode 100644 index 0000000..785e61e --- /dev/null +++ b/EBI-Species/static/svg/finch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/fly.svg b/EBI-Species/static/svg/fly.svg new file mode 100644 index 0000000..d78b101 --- /dev/null +++ b/EBI-Species/static/svg/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/frog.svg b/EBI-Species/static/svg/frog.svg new file mode 100644 index 0000000..cfdb7d4 --- /dev/null +++ b/EBI-Species/static/svg/frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/fungus.svg b/EBI-Species/static/svg/fungus.svg new file mode 100644 index 0000000..f5764da --- /dev/null +++ b/EBI-Species/static/svg/fungus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/glycinemax.svg b/EBI-Species/static/svg/glycinemax.svg new file mode 100644 index 0000000..b14197c --- /dev/null +++ b/EBI-Species/static/svg/glycinemax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/goat.svg b/EBI-Species/static/svg/goat.svg new file mode 100644 index 0000000..3a6c9af --- /dev/null +++ b/EBI-Species/static/svg/goat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/gorilla.svg b/EBI-Species/static/svg/gorilla.svg new file mode 100644 index 0000000..f481b49 --- /dev/null +++ b/EBI-Species/static/svg/gorilla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/grapes.svg b/EBI-Species/static/svg/grapes.svg new file mode 100644 index 0000000..d8fb51d --- /dev/null +++ b/EBI-Species/static/svg/grapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/guinea-pig.svg b/EBI-Species/static/svg/guinea-pig.svg new file mode 100644 index 0000000..2c55b5d --- /dev/null +++ b/EBI-Species/static/svg/guinea-pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/hedgehog.svg b/EBI-Species/static/svg/hedgehog.svg new file mode 100644 index 0000000..fa0a898 --- /dev/null +++ b/EBI-Species/static/svg/hedgehog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/horse.svg b/EBI-Species/static/svg/horse.svg new file mode 100644 index 0000000..72cf8a9 --- /dev/null +++ b/EBI-Species/static/svg/horse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/human.svg b/EBI-Species/static/svg/human.svg new file mode 100644 index 0000000..8f2fc95 --- /dev/null +++ b/EBI-Species/static/svg/human.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/kangaroo-rat.svg b/EBI-Species/static/svg/kangaroo-rat.svg new file mode 100644 index 0000000..0c82a20 --- /dev/null +++ b/EBI-Species/static/svg/kangaroo-rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/louse.svg b/EBI-Species/static/svg/louse.svg new file mode 100644 index 0000000..bd5a95b --- /dev/null +++ b/EBI-Species/static/svg/louse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/monkey.svg b/EBI-Species/static/svg/monkey.svg new file mode 100644 index 0000000..4dc84ce --- /dev/null +++ b/EBI-Species/static/svg/monkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/monodelphis.svg b/EBI-Species/static/svg/monodelphis.svg new file mode 100644 index 0000000..fcf8c0a --- /dev/null +++ b/EBI-Species/static/svg/monodelphis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/mosquito.svg b/EBI-Species/static/svg/mosquito.svg new file mode 100644 index 0000000..daab481 --- /dev/null +++ b/EBI-Species/static/svg/mosquito.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/mouse-lemur.svg b/EBI-Species/static/svg/mouse-lemur.svg new file mode 100644 index 0000000..e1b688a --- /dev/null +++ b/EBI-Species/static/svg/mouse-lemur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/mouse.svg b/EBI-Species/static/svg/mouse.svg new file mode 100644 index 0000000..bb79e52 --- /dev/null +++ b/EBI-Species/static/svg/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/orangutan.svg b/EBI-Species/static/svg/orangutan.svg new file mode 100644 index 0000000..9919b90 --- /dev/null +++ b/EBI-Species/static/svg/orangutan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/papio.svg b/EBI-Species/static/svg/papio.svg new file mode 100644 index 0000000..f51a1b4 --- /dev/null +++ b/EBI-Species/static/svg/papio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/pig.svg b/EBI-Species/static/svg/pig.svg new file mode 100644 index 0000000..d129ef6 --- /dev/null +++ b/EBI-Species/static/svg/pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/plant.svg b/EBI-Species/static/svg/plant.svg new file mode 100644 index 0000000..29bcb1d --- /dev/null +++ b/EBI-Species/static/svg/plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/plasmodium.svg b/EBI-Species/static/svg/plasmodium.svg new file mode 100644 index 0000000..718f307 --- /dev/null +++ b/EBI-Species/static/svg/plasmodium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/platypus.svg b/EBI-Species/static/svg/platypus.svg new file mode 100644 index 0000000..5acd021 --- /dev/null +++ b/EBI-Species/static/svg/platypus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/pufferfish.svg b/EBI-Species/static/svg/pufferfish.svg new file mode 100644 index 0000000..a654371 --- /dev/null +++ b/EBI-Species/static/svg/pufferfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/rabbit.svg b/EBI-Species/static/svg/rabbit.svg new file mode 100644 index 0000000..fd60667 --- /dev/null +++ b/EBI-Species/static/svg/rabbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/rat.svg b/EBI-Species/static/svg/rat.svg new file mode 100644 index 0000000..2da55d3 --- /dev/null +++ b/EBI-Species/static/svg/rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/ray.svg b/EBI-Species/static/svg/ray.svg new file mode 100644 index 0000000..d910ff3 --- /dev/null +++ b/EBI-Species/static/svg/ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/rice.svg b/EBI-Species/static/svg/rice.svg new file mode 100644 index 0000000..2220e7a --- /dev/null +++ b/EBI-Species/static/svg/rice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/scorpion.svg b/EBI-Species/static/svg/scorpion.svg new file mode 100644 index 0000000..4211691 --- /dev/null +++ b/EBI-Species/static/svg/scorpion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/sheep.svg b/EBI-Species/static/svg/sheep.svg new file mode 100644 index 0000000..91b9b2f --- /dev/null +++ b/EBI-Species/static/svg/sheep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/shrew.svg b/EBI-Species/static/svg/shrew.svg new file mode 100644 index 0000000..7cbe14b --- /dev/null +++ b/EBI-Species/static/svg/shrew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/snail.svg b/EBI-Species/static/svg/snail.svg new file mode 100644 index 0000000..5db6bf1 --- /dev/null +++ b/EBI-Species/static/svg/snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/spider.svg b/EBI-Species/static/svg/spider.svg new file mode 100644 index 0000000..aa0235d --- /dev/null +++ b/EBI-Species/static/svg/spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/squirrel.svg b/EBI-Species/static/svg/squirrel.svg new file mode 100644 index 0000000..b690bd7 --- /dev/null +++ b/EBI-Species/static/svg/squirrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/tick.svg b/EBI-Species/static/svg/tick.svg new file mode 100644 index 0000000..66f7270 --- /dev/null +++ b/EBI-Species/static/svg/tick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/tomatoes.svg b/EBI-Species/static/svg/tomatoes.svg new file mode 100644 index 0000000..037d42c --- /dev/null +++ b/EBI-Species/static/svg/tomatoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/virus.svg b/EBI-Species/static/svg/virus.svg new file mode 100644 index 0000000..1fa4f1a --- /dev/null +++ b/EBI-Species/static/svg/virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/wallaby.svg b/EBI-Species/static/svg/wallaby.svg new file mode 100644 index 0000000..6d80692 --- /dev/null +++ b/EBI-Species/static/svg/wallaby.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/yeast.svg b/EBI-Species/static/svg/yeast.svg new file mode 100644 index 0000000..5cbd629 --- /dev/null +++ b/EBI-Species/static/svg/yeast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/EBI-Species/static/svg/zebrafish.svg b/EBI-Species/static/svg/zebrafish.svg new file mode 100644 index 0000000..3847976 --- /dev/null +++ b/EBI-Species/static/svg/zebrafish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js new file mode 100644 index 0000000..b596b1c --- /dev/null +++ b/Gruntfile.js @@ -0,0 +1,726 @@ +var path = require('path'); + +var version = '1.2'; // the version from the git repo branch + +module.exports = function(grunt) { + 'use strict'; + + grunt.loadNpmTasks('grunt-svgmin'); + grunt.loadNpmTasks('grunt-webfont'); + grunt.loadNpmTasks('grunt-contrib-copy'); + grunt.loadNpmTasks('grunt-grunticon'); + grunt.loadNpmTasks('grunt-includes'); + + grunt.initConfig({ + // 1. We want to minify the source SVG icons + svgmin: { + chemistry: { + files: [{ + expand: true, + cwd: 'source/chemistry', + src: ['*.svg'], + dest: 'source/chemistry' + }] + }, + conceptual: { + files: [{ + expand: true, + cwd: 'source/conceptual', + src: ['*.svg'], + dest: 'source/conceptual' + }] + }, + fileformats: { + files: [{ + expand: true, + cwd: 'source/fileformats', + src: ['*.svg'], + dest: 'source/fileformats' + }] + }, + functional: { + files: [{ + expand: true, + cwd: 'source/functional', + src: ['*.svg'], + dest: 'source/functional' + }] + }, + generic: { + files: [{ + expand: true, + cwd: 'source/generic', + src: ['*.svg'], + dest: 'source/generic' + }] + }, + social: { + files: [{ + expand: true, + cwd: 'source/social', + src: ['*.svg'], + dest: 'source/social' + }] + }, + species: { + files: [{ + expand: true, + cwd: 'source/species', + src: ['*.svg'], + dest: 'source/species' + }] + } + }, + // 2. Build the icon fonts + // and we want to specify the letter codes + webfont: { + 'EBI-Species': { + src: 'source/species/*.svg', + dest: 'EBI-Species/fonts', + // destCss: 'EBI-Species', + options: { + version: version, + font: 'EBI-Species', + fontFamilyName: 'EBI-Species', + fontFilename: 'EBI-Species', + types: 'eot,woff,ttf,svg', + templateOptions: { + baseClass: 'icon-species', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'ferret': 0x0021, + 'bee': 0x0024, + 'brachypodium': 0x0025, + 'tick': 0x0026, + 'bat': 0x0028, + 'tomatoes': 0x0029, + 'orangutan': 0x002a, + 'amoeba': 0x0030, + 'mosquito': 0x0031, + 'diatom': 0x0032, + 'kangaroo-rat': 0x0033, + 'louse': 0x0034, + 'barley': 0x0035, + 'rice': 0x0036, + 'anolis': 0x0037, + 'papio': 0x0038, + 'monodelphis': 0x0039, + 'plasmodium': 0x0040, + 'cat': 0x0041, + 'brassica': 0x0042, + 'cow': 0x0043, + 'dolphin': 0x0044, + 'pufferfish': 0x0045, + 'fly': 0x0046, + 'gorilla': 0x0047, + 'human': 0x0048, + 'squirrel': 0x0049, + 'ecoli': 0x004c, + 'mouse': 0x004d, + 'mouse-lemur': 0x004e, + 'grapes': 0x004f, + 'plant': 0x0050, + 'shrew': 0x0051, + 'rat': 0x0052, + 'spider': 0x0053, + 'platypus': 0x0055, + 'c-elegans': 0x0057, + 'yeast': 0x0059, + 'zebrafish': 0x005a, + 'glycinemax': 0x005e, + 'alpaca': 0x0061, + 'bug': 0x0062, + 'corn': 0x0063, + 'dog': 0x0064, + 'elephant': 0x0065, + 'frog': 0x0066, + 'guinea-pig': 0x0067, + 'horse': 0x0068, + 'chimpanzee': 0x0069, + 'chicken': 0x006b, + 'armadillo': 0x006c, + 'finch': 0x006e, + 'hedgehog': 0x006f, + 'pig': 0x0070, + 'monkey': 0x0072, + 'scorpion': 0x0073, + 'rabbit': 0x0074, + 'fungus': 0x0075, + 'virus': 0x0076, + 'wallaby': 0x0077, + 'sheep': 0x0078, + 'aspergillus': 0x00a3, + 'goat': 0x006d, + 'snail': 0x0027, + 'ray': 0x002b + } + } + }, + 'EBI-SocialMedia': { + src: 'source/social/*.svg', + dest: 'EBI-SocialMedia/fonts', + // destCss: 'EBI-SocialMedia', + options: { + version: version, + font: 'EBI-SocialMedia', + fontFamilyName: 'EBI-SocialMedia', + fontFilename: 'EBI-SocialMedia', + types: 'eot,woff,ttf,svg', + templateOptions: { + baseClass: 'icon-socialmedia', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'android': 0x0061, + 'apple': 0x0041, + 'blogger': 0x0042, + 'facebook': 0x0046, + 'flickr': 0x0066, + 'github': 0x0067, + 'googleplus': 0x0047, + 'linkedin': 0x004c, + 'linux': 0x0058, + 'orcid': 0x004f, + 'rss': 0x0052, + 'skype': 0x0073, + 'slideshare': 0x0053, + 'twitter': 0x0054, + 'vimeo': 0x0056, + 'weibo': 0x0057, + 'windows': 0x0077, + 'wordpress': 0x0050, + 'youtube': 0x0059 + } + } + }, + 'EBI-Generic': { + src: 'source/generic/*.svg', + dest: 'EBI-Generic/fonts', + // destCss: 'EBI-Generic', + options: { + version: version, + font: 'EBI-Generic', + fontFamilyName: 'EBI-Generic', + fontFilename: 'EBI-Generic', + types: 'eot,woff,ttf,svg', + templateOptions: { + baseClass: 'icon-generic', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'accommodation': 0x0061, + 'alert': 0x006c, + 'alumni': 0x0041, + 'announcement': 0x0055, + 'basket': 0x0062, + 'beta': 0x003e, + 'bike': 0x0033, + 'biotech': 0x0042, + 'bus': 0x0031, + 'calendar': 0x0072, + 'camera': 0x0021, + 'car': 0x0032, + 'careers': 0x0063, + 'classification': 0x0065, + 'clock': 0x007b, + 'contact': 0x0043, + 'crosslink': 0x0064, + 'database': 0x0044, + 'discuss': 0x005c, + 'documentation': 0x003b, + 'drug': 0x0075, + 'elixir': 0x0025, + 'email': 0x0045, + 'embl': 0x0026, + 'external-link': 0x0078, + 'external-systems': 0x0079, + 'face-to-face': 0x0066, + 'find-us': 0x005d, + 'funding': 0x0046, + 'graph': 0x0067, + 'group': 0x007d, + 'gtls': 0x0047, + 'health': 0x0068, + 'help': 0x003f, + 'home': 0x0048, + 'industry': 0x0049, + 'info': 0x0069, + 'link': 0x004c, + 'location': 0x005b, + 'lovedata': 0x006f, + 'mailing-list': 0x006d, + 'math': 0x0076, + 'meet-us': 0x004d, + 'mobile-device': 0x002f, + 'new': 0x003c, + 'newcomers': 0x006e, + 'news': 0x004e, + 'nutraceuticals': 0x0022, + 'open-day': 0x004f, + 'piechart': 0x0070, + 'plane': 0x0034, + 'publication': 0x0050, + 'research': 0x0029, + 'resource': 0x0052, + 'reviewed-data': 0x0071, + 'services': 0x0028, + 'steps': 0x0023, + 'support': 0x0073, + 'systems': 0x0053, + 'terms': 0x0027, + 'test': 0x0030, + 'text-mining': 0x0058, + 'toolkit': 0x003a, + 'train': 0x0037, + 'training': 0x0054, + 'tutorial': 0x0074, + 'unreviewed-data': 0x0051, + 'video': 0x0056, + 'walk': 0x0036 + } + } + }, + 'EBI-Functional': { + src: 'source/functional/*.svg', + dest: 'EBI-Functional/fonts', + // destCss: 'EBI-Functional', + options: { + version: version, + font: 'EBI-Functional', + fontFamilyName: 'EBI-Functional', + fontFilename: 'EBI-Functional', + types: 'eot,woff,ttf,svg', + templateOptions: { + baseClass: 'icon-functional', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'add': 0x002b, + 'add-job': 0x0029, + 'add-user': 0x0037, + 'align': 0x0069, + 'analyse': 0x0041, + 'analyse-percent_0': 0x0042, + 'analyse-percent_40': 0x0043, + 'analyse-percent_100': 0x0045, + 'analyse-graph': 0x007a, + 'approve': 0x002f, + 'approved-job': 0x0028, + 'attach': 0x0061, + 'browse': 0x0062, + 'close': 0x0078, + 'collapse': 0x0077, + 'collapse-closed': 0x0039, + 'collapse-open': 0x0038, + 'compare': 0x004f, + 'crop': 0x005c, + 'cut': 0x0063, + 'database-submit': 0x0044, + 'delete': 0x0064, + 'download': 0x003d, + 'edit': 0x0065, + 'edit-user': 0x0035, + 'expand': 0x0075, + 'filter': 0x0066, + 'first-page': 0x005b, + 'fullscreen': 0x0046, + 'hierarchy': 0x0068, + 'last-page': 0x005d, + 'like': 0x006b, + 'lock': 0x004c, + 'login': 0x006c, + 'mapping': 0x0030, + 'menu': 0x004d, + 'move': 0x006d, + 'next-page': 0x003e, + 'play': 0x0076, + 'previous-page': 0x003c, + 'print': 0x0050, + 'redo': 0x007d, + 'refresh': 0x0052, + 'remove': 0x002d, + 'remove-user': 0x0036, + 'save': 0x0053, + 'scaleable': 0x0059, + 'search': 0x0031, + 'search-document': 0x006a, + 'send': 0x006e, + 'settings': 0x0073, + 'share': 0x0072, + 'stop': 0x006f, + 'submit': 0x005f, + 'target': 0x0054, + 'tool': 0x0074, + 'unassigned-job': 0x002a, + 'undo': 0x007b, + 'unlock': 0x0055, + 'view': 0x0034, + 'zoom-in': 0x0033, + 'zoom-out': 0x0032 + } + } + }, + 'EBI-Conceptual': { + src: 'source/conceptual/*.svg', + dest: 'EBI-Conceptual/fonts', + // destCss: 'EBI-Conceptual', + options: { + version: version, + font: 'EBI-Conceptual', + fontFamilyName: 'EBI-Conceptual', + fontFilename: 'EBI-Conceptual', + types: 'eot,woff,ttf,svg', + templateOptions: { + baseClass: 'icon-conceptual', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'chemical': 0x0062, + 'cross-domain': 0x0063, + 'dna': 0x0064, + 'expression': 0x0067, + 'literature': 0x006c, + 'ontology': 0x006f, + 'proteins': 0x0050, + 'structures': 0x0073, + 'systems': 0x0079 + } + } + }, + 'EBI-FileFormats': { + src: 'source/fileformats/*.svg', + dest: 'EBI-FileFormats/fonts', + // destCss: 'EBI-FileFormats', + options: { + version: version, + font: 'EBI-FileFormats', + fontFamilyName: 'EBI-FileFormats', + fontFilename: 'EBI-FileFormats', + types: 'eot,woff,ttf,svg', + templateOptions: { + baseClass: 'icon-fileformats', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'ZIP': 0x005a, + 'Postscript': 0x0033, + 'XML': 0x0078, + 'DOC': 0x0064, + 'TXT': 0x0074, + 'TSV': 0x0076, + 'SDF': 0x0073, + 'RXN': 0x0058, + 'RDF_XML': 0x0044, + 'RD': 0x0072, + 'PSI-MI_XML': 0x0031, + 'PSI-MI_TAB': 0x0032, + 'PDF': 0x0070, + 'OWL': 0x006f, + 'OBO': 0x004f, + 'MDL': 0x004d, + 'JSON': 0x004a, + 'IMG': 0x0049, + 'GFF': 0x0047, + 'FLAT': 0x0046, + 'FASTQ': 0x0066, + 'FASTA': 0x0061, + 'CSV': 0x0063, + 'CRAM': 0x0052, + 'CML': 0x0043, + 'BAM': 0x0042, + 'AGP': 0x0041 + } + } + }, + 'EBI-Chemistry': { + src: 'source/chemistry/*.svg', + dest: 'EBI-Chemistry/fonts', + // destCss: 'EBI-Chemistry', + options: { + version: version, + font: 'EBI-Chemistry', + fontFamilyName: 'EBI-Chemistry', + fontFilename: 'EBI-Chemistry', + types: 'eot,woff,ttf,svg', + templateOptions: { + baseClass: 'icon-chemistry', + classPrefix: 'icon-' + }, + htmlDemoTemplate: 'templates/template-webfont.html', + codepoints: { + 'direction_unknown': 0x0055, + 'direction_right': 0x0072, + 'direction_left': 0x006c, + 'direction_reversible': 0x0052 + } + } + } + }, + + // 3. Copy the source SVGs into the font folders + copy: { + main: { + files: [ + // includes files within path + {expand: true, cwd: 'source/chemistry/', src: ['**'], dest: 'EBI-Chemistry/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/conceptual/', src: ['**'], dest: 'EBI-Conceptual/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/fileformats/', src: ['**'], dest: 'EBI-FileFormats/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/functional/', src: ['**'], dest: 'EBI-Functional/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/generic/', src: ['**'], dest: 'EBI-Generic/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/social/', src: ['**'], dest: 'EBI-SocialMedia/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }}, + {expand: true, cwd: 'source/species/', src: ['**'], dest: 'EBI-Species/static/svg', rename: function(dest, src) { + return dest + '/' + src.replace('(','').replace(')',''); + }} + ], + }, + }, + // 4. Make the PNGs + // (and compiled CSS files for poteintal future use) + grunticon: { + chemistry: { + files: [{ + expand: true, + cwd: 'EBI-Chemistry/static/svg', + src: ['*.svg'], + dest: "EBI-Chemistry/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + conceptual: { + files: [{ + expand: true, + cwd: 'EBI-Conceptual/static/svg', + src: ['*.svg'], + dest: "EBI-Conceptual/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + fileformats: { + files: [{ + expand: true, + cwd: 'EBI-FileFormats/static/svg', + src: ['*.svg'], + dest: "EBI-FileFormats/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + functional: { + files: [{ + expand: true, + cwd: 'EBI-Functional/static/svg', + src: ['*.svg'], + dest: 'EBI-Functional/static' + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + generic: { + files: [{ + expand: true, + cwd: 'EBI-Generic/static/svg', + src: ['*.svg'], + dest: 'EBI-Generic/static' + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + social: { + files: [{ + expand: true, + cwd: 'EBI-SocialMedia/static/svg', + src: ['*.svg'], + dest: "EBI-SocialMedia/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + species: { + files: [{ + expand: true, + cwd: 'EBI-Species/static/svg', + src: ['*.svg'], + dest: "EBI-Species/static" + }], + options: { + // enhanceSVG: true, + "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + colors: { + "white": "#ffffff" + } + } + }, + }, + // 5. Combine the built webfont previews into a global template + includes: { + files: { + debug: true, + src: [ + 'templates/index.html', + 'templates/partial.html' + ], + dest: '.', // Destination directory + flatten: true, + cwd: '.', + options: { + // silent: true, + banner: '', + includePath: [ + 'EBI-Chemistry/fonts/', + 'EBI-Conceptual/fonts/', + 'EBI-FileFormats/fonts/', + 'EBI-Functional/fonts/', + 'EBI-Generic/fonts/', + 'EBI-SocialMedia/fonts/', + 'EBI-Species/fonts/' + ], + + } + } + } + + // grunticon: { + // all: { + // files: [{ + // expand: true, + // cwd: 'icons/source', + // src: ['*.svg', '*.png'], + // dest: "icons/output" + // }], + // options: { + // // enhanceSVG: true, + // "previewTemplate": "templates/preview.hbs", + // "template": "templates/css.hbs", + // colors: { + // "white": "#ffffff" + // }, + // customselectors: { + // "species-ferret": [".icon.icon-species[data-icon=\"!\"]"], + // "species-bee": [".icon.icon-species[data-icon=\"$\"]"], + // "species-brachypodium": [".icon.icon-species[data-icon=\"%\"]"], + // "species-tick": [".icon.icon-species[data-icon=\"&\"]"], + // "species-bat": [".icon.icon-species[data-icon=\"(\"]"], + // "species-tomatoes": [".icon.icon-species[data-icon=\")\"]"], + // "species-orangutan": [".icon.icon-species[data-icon=\"*\"]"], + // "species-amoeba": [".icon.icon-species[data-icon=\"0\"]"], + // "species-mosquito": [".icon.icon-species[data-icon=\"1\"]"], + // "species-diatom": [".icon.icon-species[data-icon=\"2\"]"], + // "species-kangaroo-rat": [".icon.icon-species[data-icon=\"3\"]"], + // "species-louse": [".icon.icon-species[data-icon=\"4\"]"], + // "species-barley": [".icon.icon-species[data-icon=\"5\"]"], + // "species-rice": [".icon.icon-species[data-icon=\"6\"]"], + // "species-anolis": [".icon.icon-species[data-icon=\"7\"]"], + // "species-papio": [".icon.icon-species[data-icon=\"8\"]"], + // "species-monodelphis": [".icon.icon-species[data-icon=\"9\"]"], + // "species-plasmodium": [".icon.icon-species[data-icon=\"@\"]"], + // "species-cat": [".icon.icon-species[data-icon=\"A\"]"], + // "species-brassica": [".icon.icon-species[data-icon=\"B\"]"], + // "species-cow": [".icon.icon-species[data-icon=\"C\"]"], + // "species-dolphin": [".icon.icon-species[data-icon=\"D\"]"], + // "species-pufferfish": [".icon.icon-species[data-icon=\"E\"]"], + // "species-fly": [".icon.icon-species[data-icon=\"F\"]"], + // "species-gorilla": [".icon.icon-species[data-icon=\"G\"]"], + // "species-human": [".icon.icon-species[data-icon=\"H\"]"], + // "species-squirrel": [".icon.icon-species[data-icon=\"I\"]"], + // "species-ecoli": [".icon.icon-species[data-icon=\"L\"]"], + // "species-mouse": [".icon.icon-species[data-icon=\"M\"]"], + // "species-mouse-lemur": [".icon.icon-species[data-icon=\"N\"]"], + // "species-grapes": [".icon.icon-species[data-icon=\"0\"]"], + // "species-plant": [".icon.icon-species[data-icon=\"P\"]"], + // "species-shrew": [".icon.icon-species[data-icon=\"Q\"]"], + // "species-rat": [".icon.icon-species[data-icon=\"R\"]"], + // "species-spider": [".icon.icon-species[data-icon=\"S\"]"], + // "species-platypus": [".icon.icon-species[data-icon=\"U\"]"], + // "species-c-elegans": [".icon.icon-species[data-icon=\"W\"]"], + // "species-yeast": [".icon.icon-species[data-icon=\"Y\"]"], + // "species-zebrafish": [".icon.icon-species[data-icon=\"Z\"]"], + // "species-glycinemax": [".icon.icon-species[data-icon=\"^\"]"], + // "species-alpaca": [".icon.icon-species[data-icon=\"a\"]"], + // "species-bug": [".icon.icon-species[data-icon=\"b\"]"], + // "species-corn": [".icon.icon-species[data-icon=\"d\"]"], + // "species-dog": [".icon.icon-species[data-icon=\"d\"]"], + // "species-elephant": [".icon.icon-species[data-icon=\"e\"]"], + // "species-frog": [".icon.icon-species[data-icon=\"f\"]"], + // "species-guinea-pig": [".icon.icon-species[data-icon=\"g\"]"], + // "species-horse": [".icon.icon-species[data-icon=\"h\"]"], + // "species-chimpanzee": [".icon.icon-species[data-icon=\"i\"]"], + // "species-chicken": [".icon.icon-species[data-icon=\"k\"]"], + // "species-armadillo": [".icon.icon-species[data-icon=\"l\"]"], + // "species-finch": [".icon.icon-species[data-icon=\"n\"]"], + // "species-hedgehog": [".icon.icon-species[data-icon=\"o\"]"], + // "species-pig": [".icon.icon-species[data-icon=\"p\"]"], + // "species-monkey": [".icon.icon-species[data-icon=\"r\"]"], + // "species-scorpion": [".icon.icon-species[data-icon=\"s\"]"], + // "species-rabbit": [".icon.icon-species[data-icon=\"t\"]"], + // "species-fungus": [".icon.icon-species[data-icon=\"u\"]"], + // "species-virus": [".icon.icon-species[data-icon=\"v\"]"], + // "species-wallaby": [".icon.icon-species[data-icon=\"w\"]"], + // "species-sheep": [".icon.icon-species[data-icon=\"x\"]"], + // "species-aspergillus": [".icon.icon-species[data-icon=\"£\"]"], + // "*": [".icon[data-icon=\"$1\"]", ".icon.icon-$1"] + // } + // } + // } + // } + }); + grunt.registerTask('default', ['svgmin','webfont','grunticon','copy','includes']); + +}; diff --git a/README.md b/README.md new file mode 100644 index 0000000..04128c6 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +[![Build Status](https://travis-ci.org/ebiwd/EBI-Icon-fonts.svg?branch=v1.2-code)](https://travis-ci.org/ebiwd/EBI-Icon-fonts) + + + +# EMBL-EBI Icon fonts for the life sciences + +[View all the icons and usage information at this gallery](http://www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts/v1.2/). + +Just reference the [fonts.css](https://www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css) stylesheet automatically loads a range of icon fonts that you can use. + +Icons are added automatically through CSS using the :before feature in CSS, so they will appear before whatever piece of text you associate them with. To make this association, you need to include particular class and data-icon attributes in the relevant HTML element: e.g. <h4><span class="icon icon-generic" data-icon="4"></span> Travel by plane</h4>. + +## What's new in v1.2? + +- The new version is a backwards compatible release, just point your css include to `//www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css` +- Digging deeper you'll find static PNG and SVG assets along with an improved build process. +- Note that new icons will not be added to v1.1 + +## Help us make these icons better + +The Web Guidelines Committee is reviewing how the icons are bundled and how they are delivered to developers, so if you want SVGs, smaller sizes, or PNGs: ask for by [adding a comment to this issue](https://github.com/ebiwd/EBI-Icon-fonts/issues/6). + +## Need a new icon? + +If you're in need of an icon for a squirrel, bucket, or something useful: [use this form](https://docs.google.com/a/ebi.ac.uk/forms/d/e/1FAIpQLSe7_lFbhVdt-AJeGQChjkiab642nDkfKTVoNQRosPAKuBP3_g/viewform?c=0&w=1). + +## Using these fonts in your project + +- Releases are homed at [www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts/](https://www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts) +- You can load the default CSS by linking to the v1.2 release at [www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts/v1.1/fonts.css](https://www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css) +- NPM users can get the code from [npmjs.com/package/EBI-Icon-fonts](https://www.npmjs.com/package/EBI-Icon-fonts) +- React users that are working with the EBI Species icons should check out [wbazant/react-ebi-species](https://github.com/wbazant/react-ebi-species) + +# Code structure, developing the fonts + +## Versioning +We are using a semantic versioning style of releases. + +| Major release | Minor release | Note | +| ------------- | ------------- | ---- | +| (Branch) | (Tag) | | +| 1.1 | .0 | Initial major release | +| " | .1 | Tagged minor release | +| " | .2 | Tagged minor release | +| " | .3 | Tagged minor release | +| 1.2 | .0 | Documented, breaking release | +| " | .1 | Tagged minor release | +| 1.3 | .0 | Documented, breaking release | + +Difference between major, minor releases: +- Major releases (1.1, 1.2, 1.3...) can have breaking changes and any such changes will be detailed and tested. +- Minor releases (0.0.X) will not have changes to code structure or parts and will mainly add features or update visual assets (such as logos or icon fonts). + +## Building the icon fonts +If you're a developer looking to compile/edit/tweak the font from its source files, here's what you need to do. + +(NOTE: Only developers would have the need do this.) + +1. Clone the repo +2. Run `npm install` and you may also need to (Mac oriented commands) + - `sudo npm install grunt-cli -g` + - install brew: https://brew.sh/ + - install grunt-webfont dependencies: https://github.com/sapegin/grunt-webfont#installation +3. Build the files by running the [Gruntfile.js](https://github.com/ebiwd/EBI-Icon-fonts/blob/v1.2/Gruntfile.js) tasks with: + - `grunt` master build of all below tasks + - `grunt svgmin` minify svg source files + - `grunt webfont` generate the webfont files + - `grunt grunticon` make the png static files + - `grunt copy` copy svg source files into font static files + +## Use of branches + +As code is built we use [Travis to build the assets](https://travis-ci.org/ebiwd/EBI-Icon-fonts); here's the branch structure. + +- v1.2: Output of Travis build process, to be deployed on EBI servers +- v1.2-code: Code for development that will be consumed by Travis + +# Licensing +We generally encourage others to use these icons -- we're still working out the official license, but in the meantime, if you'd like to use them, please get in touch. diff --git a/deployed at Fri Jun 16 09:56:15 UTC 2017 by Deployment Bot (from Travis CI) b/deployed at Fri Jun 16 09:56:15 UTC 2017 by Deployment Bot (from Travis CI) new file mode 100644 index 0000000..e69de29 diff --git a/fonts.css b/fonts.css new file mode 100644 index 0000000..9c87d00 --- /dev/null +++ b/fonts.css @@ -0,0 +1,185 @@ +/* Icons +=================================================== */ + +/* Biological concepts and top-level icons (e.g. Services, Research, etc. */ +@font-face { + font-family: 'EBI-Conceptual'; + src:url('EBI-Conceptual/fonts/EBI-Conceptual.eot'); + src:url('EBI-Conceptual/fonts/EBI-Conceptual.eot?#iefix') format('embedded-opentype'), + url('EBI-Conceptual/fonts/EBI-Conceptual.woff') format('woff'), + url('EBI-Conceptual/fonts/EBI-Conceptual.svg#EBI-Conceptual') format('svg'), + url('EBI-Conceptual/fonts/EBI-Conceptual.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Generic, functional or activity-orientated icons */ +@font-face { + font-family: 'EBI-Functional'; + src:url('EBI-Functional/fonts/EBI-Functional.eot'); + src:url('EBI-Functional/fonts/EBI-Functional.eot?#iefix') format('embedded-opentype'), + url('EBI-Functional/fonts/EBI-Functional.woff') format('woff'), + url('EBI-Functional/fonts/EBI-Functional.svg#EBI-Functional') format('svg'), + url('EBI-Functional/fonts/EBI-Functional.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Generic icons that can be used as decoration or emphasis */ +@font-face { + font-family: 'EBI-Generic'; + src:url('EBI-Generic/fonts/EBI-Generic.eot'); + src:url('EBI-Generic/fonts/EBI-Generic.eot?#iefix') format('embedded-opentype'), + url('EBI-Generic/fonts/EBI-Generic.woff') format('woff'), + url('EBI-Generic/fonts/EBI-Generic.svg#EBI-Generic') format('svg'), + url('EBI-Generic/fonts/EBI-Generic.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Icons for commonly referenced species and orgamisms */ +@font-face { + font-family: 'EBI-Species'; + src:url('EBI-Species/fonts/EBI-Species.eot'); + src:url('EBI-Species/fonts/EBI-Species.eot?#iefix') format('embedded-opentype'), + url('EBI-Species/fonts/EBI-Species.woff') format('woff'), + url('EBI-Species/fonts/EBI-Species.svg#EBI-Species') format('svg'), + url('EBI-Species/fonts/EBI-Species.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Icons for social media */ +@font-face { + font-family: 'EBI-SocialMedia'; + src:url('EBI-SocialMedia/fonts/EBI-SocialMedia.eot'); + src:url('EBI-SocialMedia/fonts/EBI-SocialMedia.eot?#iefix') format('embedded-opentype'), + url('EBI-SocialMedia/fonts/EBI-SocialMedia.woff') format('woff'), + url('EBI-SocialMedia/fonts/EBI-SocialMedia.svg#EBI-SocialMedia') format('svg'), + url('EBI-SocialMedia/fonts/EBI-SocialMedia.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Specific file formats */ +@font-face { + font-family: 'EBI-FileFormats'; + src:url('EBI-FileFormats/fonts/EBI-FileFormats.eot'); + src:url('EBI-FileFormats/fonts/EBI-FileFormats.eot?#iefix') format('embedded-opentype'), + url('EBI-FileFormats/fonts/EBI-FileFormats.woff') format('woff'), + url('EBI-FileFormats/fonts/EBI-FileFormats.svg#EBI-Functional') format('svg'), + url('EBI-FileFormats/fonts/EBI-FileFormats.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +/* Chemistry font */ +@font-face { + font-family: 'EBI-Chemistry'; + src:url('EBI-Chemistry/fonts/EBI-Chemistry.eot'); + src:url('EBI-Chemistry/fonts/EBI-Chemistry.eot?#iefix') format('embedded-opentype'), + url('EBI-Chemistry/fonts/EBI-Chemistry.woff') format('woff'), + url('EBI-Chemistry/fonts/EBI-Chemistry.svg#EBI-Chemistry') format('svg'), + url('EBI-Chemistry/fonts/EBI-Chemistry.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + + +/* General .icon support */ +.icon { + text-decoration: none; + font-style: normal; + text-rendering: optimizeLegibility !important; + background-size: contain; +} +input.icon-conceptual, +.icon-conceptual:before, +input.icon-functional, +.icon-functional:before, +input.icon-generic, +.icon-generic:before, +input.icon-species, +.icon-species:before, +input.icon-socialmedia, +.icon-socialmedia:before, +input.icon-fileformats, +.icon-fileformats:before, +input.icon-chemistry, +.icon-chemistry:before { + content: attr(data-icon); +} +html i.icon-conceptual, +html input.icon-conceptual, +html .icon-conceptual:before { + font-family: 'EBI-Conceptual'; +} +html i.icon-functional, +html input.icon-functional, +html .icon-functional:before { + font-family: 'EBI-Functional'; +} +html i.icon-generic, +html input.icon-generic, +html .icon-generic:before { + font-family: 'EBI-Generic'; +} +html i.icon-species, +html input.icon-species, +html .icon-species:before { + font-family: 'EBI-Species'; +} +html i.icon-socialmedia, +html input.icon-socialmedia, +html .icon-socialmedia:before { + font-family: 'EBI-SocialMedia'; +} +input.icon-fileformats, +.icon-fileformats:before { + font-size: 123.1%; + font-family: 'EBI-FileFormats'; +} +html i.icon-chemistry, +html input.icon-chemistry, +html .icon-chemistry:before { + font-family: 'EBI-Chemistry'; +} +/* icon utility class */ +.icon.icon-spacer:before { padding-right: .5rem; } + +/* Custom colouring from some globally-used icons */ +.icon-c1:before { color: #dac79d; } /* DNA & RNA */ +.icon-c2:before { color: #dab7e2; } /* Gene expression */ +.icon-c3:before { color: #62d0df; } /* Proteins */ +.icon-c4:before { color: #afc9b8; } /* Structures */ +.icon-c5:before { color: #ffb4aa; } /* Systems */ +.icon-c6:before { color: #ffc999; } /* Chem bio */ +.icon-c7:before { color: #bec3d9; } /* Ontologies */ +.icon-c8:before { color: #c5d4a3; } /* Literature & patents */ +.icon-c9:before { color: #a4c7e2; } /* Cross-domain */ +.icon-s1:before { color: #3b5998; } /* Facebook */ +.icon-s2:before { color: #55acee; } /* Twitter */ +.icon-s3:before { color: #007bb6; } /* LinkedIn */ +.icon-s4:before { color: #ff6600; } /* Blogger */ +.icon-s5:before { color: #a6c83f; } /* Orcid */ +.icon-s6:before { color: #dd4b39; } /* Google+ */ +.icon-s7:before { color: #bb0000; } /* YouTube */ +.icon-s8:before { color: #f40083; } /* Flikr */ +.icon-s9:before { color: #1ab7ea; } /* Vimeo */ +.icon-s10:before { color: #00bcf2; } /* Windows */ +.icon-s11:before { color: #f7941e; } /* SlideShare */ +.icon-s12:before { color: #21759b; } /* Wordpress */ +.icon-s13:before { color: #fa9b39; } /* RSS */ + + +/* Compatibility with legacy compliance theme. + RWD framework now uses i.icon-functionality spec. */ +/* a.icon-conceptual, +a.icon-functional, +a.icon-species, +a.socialmedia, +a.icon-chemistry, +a.icon-fileformats, +a.icon-generic, +h3.icon-conceptual, +h3.icon-functional, +h3.icon-species, +h3.socialmedia, +h3.icon-chemistry, +h3.icon-fileformats, +h3.icon-generic { font-family: 'helvetica', sans-serif; } + */ diff --git a/index.html b/index.html new file mode 100644 index 0000000..6fab865 --- /dev/null +++ b/index.html @@ -0,0 +1,2970 @@ + + + + + EBI Icon fonts < EBI Visual Framework < EMBL-EBI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+ +
+ + + + + + + +
+
+
+
+ +
+ +
+ + +
+
+
+
+
+ +
+

EMBL-EBI Icon fonts for the life sciences

+

EMBL-EBI has produced a robust set of icon fonts that represent actions and things common in our field, like databases; actions, like uploading; concepts, like gene expression; or platforms, like e-mail or Twitter.

+ +

If you're in need of an icon for a squirrel, bucket, or something useful: Request an icon

+ +

Using these fonts

+ +
+
+

To use these on a website, include the fonts.css stylesheet listed below, and use the HTML code examples listed in the gallery further down the page.

+
    +
  • You can load the default CSS by linking to the v1.2 release at www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts/v1.1/fonts.css
  • + +
  • To make the icons appear, you need to include particular class and data-icon attributes in the relevant HTML element: +

    <strong><i class="icon icon-generic" data-icon="4"></i> This is an example icon</strong>

    +

    The browser's CSS parser will read the data-icon parameter and use the icon pictogram corresponding to "4":

    +

    This is an example icon

    +
  • +
  • The EBI Visual framework no longer adds automatic padding to icons (in most scenarios), if you want to add padding, use the helper classes or add .icon-spacer to the .icon's element.
  • +
+
+
+

If your computer does not already have these fonts installed, use the links to download TTF files. Need help installing?

+

Note: You can preview the icons below.

+
    +
  • The Conceptual font: icons for things like "DNA", "Chemical biology' and "Ontologies"
  • +
  • The Functional font: icons for "compare", "align", "approve", "download" and so forth.
  • +
  • The Generic font: icons for things like "info", "New", "link" and "location".
  • +
  • Social Media: handily enough, the Social Media font has icons for... social media!
  • +
  • Species: where you can find an icon for yeast.
  • +
  • Chemistry: you guessed it.
  • +
+
+
+

Need to do something else?

+ +
+ + +
+
+ +
+

Need help?

+

Head to the issue queue

+ +

Just a bit of guidance?

+

For more information on using fonts with the EMBL-EBI Visual Framework and making the most of the framework, view the EBI Pattern Library

+ +

Looking for "Corporate" fonts?

+

If you are making official EMBL-EBI documents, including slides and posters, it's best if you use Helvetica Neue Pro in your headings.

+ +
+
+ +
+ + + + +

The gallery

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Generic version 1.2HTMLDrupal
Accommodation <* class="icon icon-generic" data-icon="a">[icon-generic:a]
Alert <* class="icon icon-generic" data-icon="l">[icon-generic:l]
Alumni <* class="icon icon-generic" data-icon="A">[icon-generic:A]
Announcement <* class="icon icon-generic" data-icon="U">[icon-generic:U]
Basket <* class="icon icon-generic" data-icon="b">[icon-generic:b]
Beta <* class="icon icon-generic" data-icon=">">[icon-generic:>]
Bike <* class="icon icon-generic" data-icon="3">[icon-generic:3]
Biotech <* class="icon icon-generic" data-icon="B">[icon-generic:B]
Bus <* class="icon icon-generic" data-icon="1">[icon-generic:1]
Calendar <* class="icon icon-generic" data-icon="r">[icon-generic:r]
Camera <* class="icon icon-generic" data-icon="!">[icon-generic:!]
Car <* class="icon icon-generic" data-icon="2">[icon-generic:2]
Careers <* class="icon icon-generic" data-icon="c">[icon-generic:c]
Classification <* class="icon icon-generic" data-icon="e">[icon-generic:e]
Clock <* class="icon icon-generic" data-icon="{">[icon-generic:{]
Contact <* class="icon icon-generic" data-icon="C">[icon-generic:C]
Crosslink <* class="icon icon-generic" data-icon="d">[icon-generic:d]
Database <* class="icon icon-generic" data-icon="D">[icon-generic:D]
Discuss <* class="icon icon-generic" data-icon="\">[icon-generic:\]
Documentation <* class="icon icon-generic" data-icon=";">[icon-generic:;]
Drug <* class="icon icon-generic" data-icon="u">[icon-generic:u]
Elixir <* class="icon icon-generic" data-icon="%">[icon-generic:%]
Email <* class="icon icon-generic" data-icon="E">[icon-generic:E]
Embl <* class="icon icon-generic" data-icon="&">[icon-generic:&]
External link <* class="icon icon-generic" data-icon="x">[icon-generic:x]
External systems <* class="icon icon-generic" data-icon="y">[icon-generic:y]
Face to face <* class="icon icon-generic" data-icon="f">[icon-generic:f]
Find us <* class="icon icon-generic" data-icon="]">[icon-generic:]]
Funding <* class="icon icon-generic" data-icon="F">[icon-generic:F]
Graph <* class="icon icon-generic" data-icon="g">[icon-generic:g]
Group <* class="icon icon-generic" data-icon="}">[icon-generic:}]
Gtls <* class="icon icon-generic" data-icon="G">[icon-generic:G]
Health <* class="icon icon-generic" data-icon="h">[icon-generic:h]
Help <* class="icon icon-generic" data-icon="?">[icon-generic:?]
Home <* class="icon icon-generic" data-icon="H">[icon-generic:H]
Industry <* class="icon icon-generic" data-icon="I">[icon-generic:I]
Info <* class="icon icon-generic" data-icon="i">[icon-generic:i]
Link <* class="icon icon-generic" data-icon="L">[icon-generic:L]
Location <* class="icon icon-generic" data-icon="[">[icon-generic:[]
Lovedata <* class="icon icon-generic" data-icon="o">[icon-generic:o]
Mailing list <* class="icon icon-generic" data-icon="m">[icon-generic:m]
Math <* class="icon icon-generic" data-icon="v">[icon-generic:v]
Meet us <* class="icon icon-generic" data-icon="M">[icon-generic:M]
Mobile device <* class="icon icon-generic" data-icon="/">[icon-generic:/]
New <* class="icon icon-generic" data-icon="<">[icon-generic:<]
Newcomers <* class="icon icon-generic" data-icon="n">[icon-generic:n]
News <* class="icon icon-generic" data-icon="N">[icon-generic:N]
Nutraceuticals <* class="icon icon-generic" data-icon=""">[icon-generic:"]
Open day <* class="icon icon-generic" data-icon="O">[icon-generic:O]
Piechart <* class="icon icon-generic" data-icon="p">[icon-generic:p]
Plane <* class="icon icon-generic" data-icon="4">[icon-generic:4]
Publication <* class="icon icon-generic" data-icon="P">[icon-generic:P]
Research <* class="icon icon-generic" data-icon=")">[icon-generic:)]
Resource <* class="icon icon-generic" data-icon="R">[icon-generic:R]
Reviewed data <* class="icon icon-generic" data-icon="q">[icon-generic:q]
Services <* class="icon icon-generic" data-icon="(">[icon-generic:(]
Steps <* class="icon icon-generic" data-icon="#">[icon-generic:#]
Support <* class="icon icon-generic" data-icon="s">[icon-generic:s]
Systems <* class="icon icon-generic" data-icon="S">[icon-generic:S]
Terms <* class="icon icon-generic" data-icon="'">[icon-generic:']
Test <* class="icon icon-generic" data-icon="0">[icon-generic:0]
Text mining <* class="icon icon-generic" data-icon="X">[icon-generic:X]
Toolkit <* class="icon icon-generic" data-icon=":">[icon-generic::]
Train <* class="icon icon-generic" data-icon="7">[icon-generic:7]
Training <* class="icon icon-generic" data-icon="T">[icon-generic:T]
Tutorial <* class="icon icon-generic" data-icon="t">[icon-generic:t]
Unreviewed data <* class="icon icon-generic" data-icon="Q">[icon-generic:Q]
Video <* class="icon icon-generic" data-icon="V">[icon-generic:V]
Walk <* class="icon icon-generic" data-icon="6">[icon-generic:6]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Chemistry version 1.2HTMLDrupal
Direction left <* class="icon icon-chemistry" data-icon="l">[icon-chemistry:l]
Direction reversible <* class="icon icon-chemistry" data-icon="R">[icon-chemistry:R]
Direction right <* class="icon icon-chemistry" data-icon="r">[icon-chemistry:r]
Direction unknown <* class="icon icon-chemistry" data-icon="U">[icon-chemistry:U]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Conceptual version 1.2HTMLDrupal
Chemical <* class="icon icon-conceptual" data-icon="b">[icon-conceptual:b]
Cross domain <* class="icon icon-conceptual" data-icon="c">[icon-conceptual:c]
Dna <* class="icon icon-conceptual" data-icon="d">[icon-conceptual:d]
Expression <* class="icon icon-conceptual" data-icon="g">[icon-conceptual:g]
Literature <* class="icon icon-conceptual" data-icon="l">[icon-conceptual:l]
Ontology <* class="icon icon-conceptual" data-icon="o">[icon-conceptual:o]
Proteins <* class="icon icon-conceptual" data-icon="P">[icon-conceptual:P]
Structures <* class="icon icon-conceptual" data-icon="s">[icon-conceptual:s]
Systems <* class="icon icon-conceptual" data-icon="y">[icon-conceptual:y]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-FileFormats version 1.2HTMLDrupal
Agp <* class="icon icon-fileformats" data-icon="A">[icon-fileformats:A]
Bam <* class="icon icon-fileformats" data-icon="B">[icon-fileformats:B]
Cml <* class="icon icon-fileformats" data-icon="C">[icon-fileformats:C]
Cram <* class="icon icon-fileformats" data-icon="R">[icon-fileformats:R]
Csv <* class="icon icon-fileformats" data-icon="c">[icon-fileformats:c]
Doc <* class="icon icon-fileformats" data-icon="d">[icon-fileformats:d]
Fasta <* class="icon icon-fileformats" data-icon="a">[icon-fileformats:a]
Fastq <* class="icon icon-fileformats" data-icon="f">[icon-fileformats:f]
Flat <* class="icon icon-fileformats" data-icon="F">[icon-fileformats:F]
Gff <* class="icon icon-fileformats" data-icon="G">[icon-fileformats:G]
Img <* class="icon icon-fileformats" data-icon="I">[icon-fileformats:I]
Json <* class="icon icon-fileformats" data-icon="J">[icon-fileformats:J]
Mdl <* class="icon icon-fileformats" data-icon="M">[icon-fileformats:M]
Obo <* class="icon icon-fileformats" data-icon="O">[icon-fileformats:O]
Owl <* class="icon icon-fileformats" data-icon="o">[icon-fileformats:o]
Pdf <* class="icon icon-fileformats" data-icon="p">[icon-fileformats:p]
Postscript <* class="icon icon-fileformats" data-icon="3">[icon-fileformats:3]
Psi mi tab <* class="icon icon-fileformats" data-icon="2">[icon-fileformats:2]
Psi mi xml <* class="icon icon-fileformats" data-icon="1">[icon-fileformats:1]
Rd <* class="icon icon-fileformats" data-icon="r">[icon-fileformats:r]
Rdf xml <* class="icon icon-fileformats" data-icon="D">[icon-fileformats:D]
Rxn <* class="icon icon-fileformats" data-icon="X">[icon-fileformats:X]
Sdf <* class="icon icon-fileformats" data-icon="s">[icon-fileformats:s]
Tsv <* class="icon icon-fileformats" data-icon="v">[icon-fileformats:v]
Txt <* class="icon icon-fileformats" data-icon="t">[icon-fileformats:t]
Xml <* class="icon icon-fileformats" data-icon="x">[icon-fileformats:x]
Zip <* class="icon icon-fileformats" data-icon="Z">[icon-fileformats:Z]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Functional version 1.2HTMLDrupal
Add job <* class="icon icon-functional" data-icon=")">[icon-functional:)]
Add user <* class="icon icon-functional" data-icon="7">[icon-functional:7]
Add <* class="icon icon-functional" data-icon="+">[icon-functional:+]
Align <* class="icon icon-functional" data-icon="i">[icon-functional:i]
Analyse graph <* class="icon icon-functional" data-icon="z">[icon-functional:z]
Analyse percent 0 <* class="icon icon-functional" data-icon="B">[icon-functional:B]
Analyse percent 100 <* class="icon icon-functional" data-icon="E">[icon-functional:E]
Analyse percent 40 <* class="icon icon-functional" data-icon="C">[icon-functional:C]
Analyse <* class="icon icon-functional" data-icon="A">[icon-functional:A]
Approve <* class="icon icon-functional" data-icon="/">[icon-functional:/]
Approved job <* class="icon icon-functional" data-icon="(">[icon-functional:(]
Attach <* class="icon icon-functional" data-icon="a">[icon-functional:a]
Browse <* class="icon icon-functional" data-icon="b">[icon-functional:b]
Close <* class="icon icon-functional" data-icon="x">[icon-functional:x]
Collapse closed <* class="icon icon-functional" data-icon="9">[icon-functional:9]
Collapse open <* class="icon icon-functional" data-icon="8">[icon-functional:8]
Collapse <* class="icon icon-functional" data-icon="w">[icon-functional:w]
Compare <* class="icon icon-functional" data-icon="O">[icon-functional:O]
Crop <* class="icon icon-functional" data-icon="\">[icon-functional:\]
Cut <* class="icon icon-functional" data-icon="c">[icon-functional:c]
Database submit <* class="icon icon-functional" data-icon="D">[icon-functional:D]
Delete <* class="icon icon-functional" data-icon="d">[icon-functional:d]
Download <* class="icon icon-functional" data-icon="=">[icon-functional:=]
Edit user <* class="icon icon-functional" data-icon="5">[icon-functional:5]
Edit <* class="icon icon-functional" data-icon="e">[icon-functional:e]
Expand <* class="icon icon-functional" data-icon="u">[icon-functional:u]
Filter <* class="icon icon-functional" data-icon="f">[icon-functional:f]
First page <* class="icon icon-functional" data-icon="[">[icon-functional:[]
Fullscreen <* class="icon icon-functional" data-icon="F">[icon-functional:F]
Hierarchy <* class="icon icon-functional" data-icon="h">[icon-functional:h]
Last page <* class="icon icon-functional" data-icon="]">[icon-functional:]]
Like <* class="icon icon-functional" data-icon="k">[icon-functional:k]
Lock <* class="icon icon-functional" data-icon="L">[icon-functional:L]
Login <* class="icon icon-functional" data-icon="l">[icon-functional:l]
Mapping <* class="icon icon-functional" data-icon="0">[icon-functional:0]
Menu <* class="icon icon-functional" data-icon="M">[icon-functional:M]
Move <* class="icon icon-functional" data-icon="m">[icon-functional:m]
Next page <* class="icon icon-functional" data-icon=">">[icon-functional:>]
Play <* class="icon icon-functional" data-icon="v">[icon-functional:v]
Previous page <* class="icon icon-functional" data-icon="<">[icon-functional:<]
Print <* class="icon icon-functional" data-icon="P">[icon-functional:P]
Redo <* class="icon icon-functional" data-icon="}">[icon-functional:}]
Refresh <* class="icon icon-functional" data-icon="R">[icon-functional:R]
Remove user <* class="icon icon-functional" data-icon="6">[icon-functional:6]
Remove <* class="icon icon-functional" data-icon="-">[icon-functional:-]
Save <* class="icon icon-functional" data-icon="S">[icon-functional:S]
Scaleable <* class="icon icon-functional" data-icon="Y">[icon-functional:Y]
Search document <* class="icon icon-functional" data-icon="j">[icon-functional:j]
Search <* class="icon icon-functional" data-icon="1">[icon-functional:1]
Send <* class="icon icon-functional" data-icon="n">[icon-functional:n]
Settings <* class="icon icon-functional" data-icon="s">[icon-functional:s]
Share <* class="icon icon-functional" data-icon="r">[icon-functional:r]
Stop <* class="icon icon-functional" data-icon="o">[icon-functional:o]
Submit <* class="icon icon-functional" data-icon="_">[icon-functional:_]
Target <* class="icon icon-functional" data-icon="T">[icon-functional:T]
Tool <* class="icon icon-functional" data-icon="t">[icon-functional:t]
Unassigned job <* class="icon icon-functional" data-icon="*">[icon-functional:*]
Undo <* class="icon icon-functional" data-icon="{">[icon-functional:{]
Unlock <* class="icon icon-functional" data-icon="U">[icon-functional:U]
View <* class="icon icon-functional" data-icon="4">[icon-functional:4]
Zoom in <* class="icon icon-functional" data-icon="3">[icon-functional:3]
Zoom out <* class="icon icon-functional" data-icon="2">[icon-functional:2]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Species version 1.2HTMLDrupal
Alpaca <* class="icon icon-species" data-icon="a">[icon-species:a]
Amoeba <* class="icon icon-species" data-icon="0">[icon-species:0]
Anolis <* class="icon icon-species" data-icon="7">[icon-species:7]
Armadillo <* class="icon icon-species" data-icon="l">[icon-species:l]
Aspergillus <* class="icon icon-species" data-icon="£">[icon-species:£]
Barley <* class="icon icon-species" data-icon="5">[icon-species:5]
Bat <* class="icon icon-species" data-icon="(">[icon-species:(]
Bee <* class="icon icon-species" data-icon="$">[icon-species:$]
Brachypodium <* class="icon icon-species" data-icon="%">[icon-species:%]
Brassica <* class="icon icon-species" data-icon="B">[icon-species:B]
Bug <* class="icon icon-species" data-icon="b">[icon-species:b]
C elegans <* class="icon icon-species" data-icon="W">[icon-species:W]
Cat <* class="icon icon-species" data-icon="A">[icon-species:A]
Chicken <* class="icon icon-species" data-icon="k">[icon-species:k]
Chimpanzee <* class="icon icon-species" data-icon="i">[icon-species:i]
Corn <* class="icon icon-species" data-icon="c">[icon-species:c]
Cow <* class="icon icon-species" data-icon="C">[icon-species:C]
Diatom <* class="icon icon-species" data-icon="2">[icon-species:2]
Dog <* class="icon icon-species" data-icon="d">[icon-species:d]
Dolphin <* class="icon icon-species" data-icon="D">[icon-species:D]
Ecoli <* class="icon icon-species" data-icon="L">[icon-species:L]
Elephant <* class="icon icon-species" data-icon="e">[icon-species:e]
Ferret <* class="icon icon-species" data-icon="!">[icon-species:!]
Finch <* class="icon icon-species" data-icon="n">[icon-species:n]
Fly <* class="icon icon-species" data-icon="F">[icon-species:F]
Frog <* class="icon icon-species" data-icon="f">[icon-species:f]
Fungus <* class="icon icon-species" data-icon="u">[icon-species:u]
Glycinemax <* class="icon icon-species" data-icon="^">[icon-species:^]
Goat <* class="icon icon-species" data-icon="m">[icon-species:m]
Gorilla <* class="icon icon-species" data-icon="G">[icon-species:G]
Grapes <* class="icon icon-species" data-icon="O">[icon-species:O]
Guinea pig <* class="icon icon-species" data-icon="g">[icon-species:g]
Hedgehog <* class="icon icon-species" data-icon="o">[icon-species:o]
Horse <* class="icon icon-species" data-icon="h">[icon-species:h]
Human <* class="icon icon-species" data-icon="H">[icon-species:H]
Kangaroo rat <* class="icon icon-species" data-icon="3">[icon-species:3]
Louse <* class="icon icon-species" data-icon="4">[icon-species:4]
Monkey <* class="icon icon-species" data-icon="r">[icon-species:r]
Monodelphis <* class="icon icon-species" data-icon="9">[icon-species:9]
Mosquito <* class="icon icon-species" data-icon="1">[icon-species:1]
Mouse lemur <* class="icon icon-species" data-icon="N">[icon-species:N]
Mouse <* class="icon icon-species" data-icon="M">[icon-species:M]
Orangutan <* class="icon icon-species" data-icon="*">[icon-species:*]
Papio <* class="icon icon-species" data-icon="8">[icon-species:8]
Pig <* class="icon icon-species" data-icon="p">[icon-species:p]
Plant <* class="icon icon-species" data-icon="P">[icon-species:P]
Plasmodium <* class="icon icon-species" data-icon="@">[icon-species:@]
Platypus <* class="icon icon-species" data-icon="U">[icon-species:U]
Pufferfish <* class="icon icon-species" data-icon="E">[icon-species:E]
Rabbit <* class="icon icon-species" data-icon="t">[icon-species:t]
Rat <* class="icon icon-species" data-icon="R">[icon-species:R]
Ray <* class="icon icon-species" data-icon="+">[icon-species:+]
Rice <* class="icon icon-species" data-icon="6">[icon-species:6]
Scorpion <* class="icon icon-species" data-icon="s">[icon-species:s]
Sheep <* class="icon icon-species" data-icon="x">[icon-species:x]
Shrew <* class="icon icon-species" data-icon="Q">[icon-species:Q]
Snail <* class="icon icon-species" data-icon="'">[icon-species:']
Spider <* class="icon icon-species" data-icon="S">[icon-species:S]
Squirrel <* class="icon icon-species" data-icon="I">[icon-species:I]
Tick <* class="icon icon-species" data-icon="&">[icon-species:&]
Tomatoes <* class="icon icon-species" data-icon=")">[icon-species:)]
Virus <* class="icon icon-species" data-icon="v">[icon-species:v]
Wallaby <* class="icon icon-species" data-icon="w">[icon-species:w]
Yeast <* class="icon icon-species" data-icon="Y">[icon-species:Y]
Zebrafish <* class="icon icon-species" data-icon="Z">[icon-species:Z]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-SocialMedia version 1.2HTMLDrupal
Android <* class="icon icon-socialmedia" data-icon="a">[icon-socialmedia:a]
Apple <* class="icon icon-socialmedia" data-icon="A">[icon-socialmedia:A]
Blogger <* class="icon icon-socialmedia" data-icon="B">[icon-socialmedia:B]
Facebook <* class="icon icon-socialmedia" data-icon="F">[icon-socialmedia:F]
Flickr <* class="icon icon-socialmedia" data-icon="f">[icon-socialmedia:f]
Github <* class="icon icon-socialmedia" data-icon="g">[icon-socialmedia:g]
Googleplus <* class="icon icon-socialmedia" data-icon="G">[icon-socialmedia:G]
Linkedin <* class="icon icon-socialmedia" data-icon="L">[icon-socialmedia:L]
Linux <* class="icon icon-socialmedia" data-icon="X">[icon-socialmedia:X]
Orcid <* class="icon icon-socialmedia" data-icon="O">[icon-socialmedia:O]
Rss <* class="icon icon-socialmedia" data-icon="R">[icon-socialmedia:R]
Skype <* class="icon icon-socialmedia" data-icon="s">[icon-socialmedia:s]
Slideshare <* class="icon icon-socialmedia" data-icon="S">[icon-socialmedia:S]
Twitter <* class="icon icon-socialmedia" data-icon="T">[icon-socialmedia:T]
Vimeo <* class="icon icon-socialmedia" data-icon="V">[icon-socialmedia:V]
Weibo <* class="icon icon-socialmedia" data-icon="W">[icon-socialmedia:W]
Windows <* class="icon icon-socialmedia" data-icon="w">[icon-socialmedia:w]
Wordpress <* class="icon icon-socialmedia" data-icon="P">[icon-socialmedia:P]
Youtube <* class="icon icon-socialmedia" data-icon="Y">[icon-socialmedia:Y]
+ + + + +
+
+ + +
+ + +
+ + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..3d8794e --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3746 @@ +{ + "name": "EBI-Icon-fonts", + "version": "1.2.0-rc-1", + "lockfileVersion": 1, + "dependencies": { + "@filamentgroup/worker-farm": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@filamentgroup/worker-farm/-/worker-farm-1.3.2.tgz", + "integrity": "sha1-CTaJSimxbbfntKim7eIfUnD1NLQ=", + "dev": true + }, + "abbrev": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz", + "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=", + "dev": true + }, + "align-text": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", + "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", + "dev": true + }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", + "dev": true + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "aproba": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.2.tgz", + "integrity": "sha512-ZpYajIfO0j2cOFTO955KUMIKNmj6zhX8kVztMAxFsDaMwz+9Z9SV0uou2pC9HJqcfpffOsjnbrDMvkNy+9RXPw==", + "dev": true + }, + "archive-type": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/archive-type/-/archive-type-3.2.0.tgz", + "integrity": "sha1-nNnABpV+vpX62tW9YJiUKoE3N/Y=", + "dev": true + }, + "are-we-there-yet": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz", + "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=", + "dev": true + }, + "argparse": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz", + "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=", + "dev": true + }, + "arr-diff": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", + "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", + "dev": true + }, + "arr-flatten": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.3.tgz", + "integrity": "sha1-onTthawIhJtr14R8RYB0XcUa37E=", + "dev": true + }, + "array-differ": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", + "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=", + "dev": true + }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", + "dev": true + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "dev": true + }, + "array-unique": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", + "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", + "dev": true + }, + "asn1": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", + "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", + "dev": true + }, + "assert-plus": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", + "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", + "dev": true + }, + "async": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", + "dev": true + }, + "async-each-series": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-1.1.0.tgz", + "integrity": "sha1-9C/YFV048hpbjqB8KOBj7RcAsTg=", + "dev": true, + "optional": true + }, + "aws-sign2": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", + "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", + "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", + "dev": true, + "optional": true + }, + "beeper": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz", + "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=", + "dev": true + }, + "bin-build": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/bin-build/-/bin-build-2.2.0.tgz", + "integrity": "sha1-EfjdYfcP/Por3KpbRvXo/t1CIcw=", + "dev": true, + "optional": true + }, + "bin-check": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bin-check/-/bin-check-2.0.0.tgz", + "integrity": "sha1-hvjm9CU4k99g3DFpV/WvAqywWTA=", + "dev": true, + "optional": true + }, + "bin-version": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz", + "integrity": "sha1-nrSY7m/Xb3q5p8FgQ2+JV5Q1144=", + "dev": true, + "optional": true + }, + "bin-version-check": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-2.1.0.tgz", + "integrity": "sha1-5OXfKQuQaffRETJAMe/BP90RpbA=", + "dev": true, + "optional": true, + "dependencies": { + "semver": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", + "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", + "dev": true, + "optional": true + } + } + }, + "bin-wrapper": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-3.0.2.tgz", + "integrity": "sha1-Z9MwYmLksaXy+I7iNGT2plVneus=", + "dev": true, + "optional": true + }, + "bindings": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz", + "integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE=", + "dev": true + }, + "bl": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz", + "integrity": "sha1-/FQhoo/UImA2w7OJGmaiW8ZNIm4=", + "dev": true + }, + "block-stream": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "dev": true + }, + "boom": { + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", + "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true + }, + "braces": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", + "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", + "dev": true + }, + "buffer-to-vinyl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-to-vinyl/-/buffer-to-vinyl-1.1.0.tgz", + "integrity": "sha1-APFfruOreh3aLN5tkSG//dB7ImI=", + "dev": true, + "dependencies": { + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true + } + } + }, + "bufferstreams": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.1.tgz", + "integrity": "sha1-AWE3MGCsWYjv+ZBYcxEU9uGV1R4=", + "dev": true + }, + "builtin-modules": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", + "dev": true + }, + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "dev": true + }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "dev": true + }, + "capture-stack-trace": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz", + "integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0=", + "dev": true + }, + "caseless": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz", + "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=", + "dev": true + }, + "caw": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/caw/-/caw-1.2.0.tgz", + "integrity": "sha1-/7Im/n78VHKI3GLuPpcHPCEtEDQ=", + "dev": true, + "dependencies": { + "object-assign": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", + "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=", + "dev": true + } + } + }, + "center-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", + "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true + }, + "clap": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/clap/-/clap-1.2.0.tgz", + "integrity": "sha1-WckP4+E3EEdG/xlGmiemNP9oyFc=", + "dev": true + }, + "cliui": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", + "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", + "dev": true, + "dependencies": { + "wordwrap": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", + "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=", + "dev": true + } + } + }, + "clone": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz", + "integrity": "sha1-Jgt6meux7f4kdTgXX3gyQ8sZ0Uk=", + "dev": true + }, + "clone-stats": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", + "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", + "dev": true + }, + "co": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz", + "integrity": "sha1-TqVOpaCJOBUxheFSEMaNkJK8G3g=", + "dev": true + }, + "coa": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.3.tgz", + "integrity": "sha1-G1Sl4dz3fJkEVdTe6pjFZEFtyJM=", + "dev": true + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "coffee-script": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz", + "integrity": "sha1-EpOLz5vhlI+gBvkuDEyegXBRCMA=", + "dev": true + }, + "colors": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", + "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=", + "dev": true + }, + "combined-stream": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", + "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", + "dev": true + }, + "commander": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz", + "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "concat-stream": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz", + "integrity": "sha1-U/fUPFHF5D+ByP3QMyHGMb5o1hE=", + "dev": true + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true + }, + "console-stream": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz", + "integrity": "sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=", + "dev": true, + "optional": true + }, + "convert-source-map": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz", + "integrity": "sha1-ms1whRxtXf3ZPZKC5e35SgP/RrU=", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "create-error-class": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", + "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", + "dev": true + }, + "cryptiles": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", + "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", + "dev": true + }, + "csso": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-2.0.0.tgz", + "integrity": "sha1-F4tDpEYhIhwndWCG9THgL0KQDug=", + "dev": true, + "dependencies": { + "source-map": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", + "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", + "dev": true + } + } + }, + "cubic2quad": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/cubic2quad/-/cubic2quad-1.1.1.tgz", + "integrity": "sha1-abGcYaP1tB7PLx1fro+wNBWqixU=", + "dev": true + }, + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "dev": true + }, + "cycle": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz", + "integrity": "sha1-IegLK+hYD5i0aPN5QwZisEbDStI=", + "dev": true + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "dateformat": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz", + "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=", + "dev": true + }, + "debug": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz", + "integrity": "sha1-BuHqgILCyxTjmAbiLi9vdX+Srzk=", + "dev": true + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "decompress": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/decompress/-/decompress-3.0.0.tgz", + "integrity": "sha1-rx3VDQbjv8QyRh033hGzjA2ZG+0=", + "dev": true, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "dependencies": { + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true + } + } + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true + }, + "vinyl-fs": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", + "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", + "dev": true + } + } + }, + "decompress-tar": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-3.1.0.tgz", + "integrity": "sha1-IXx4n5uURQ76rcXF5TeXj8MzxGY=", + "dev": true, + "dependencies": { + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + } + } + }, + "decompress-tarbz2": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-3.1.0.tgz", + "integrity": "sha1-iyOTVoE1X58YnYclag+L3ZbZZm0=", + "dev": true, + "dependencies": { + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + } + } + }, + "decompress-targz": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-3.1.0.tgz", + "integrity": "sha1-ssE9+YFmJomRtxXWRH9kLpaW9aA=", + "dev": true, + "dependencies": { + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true + } + } + }, + "decompress-unzip": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-3.4.0.tgz", + "integrity": "sha1-YUdbQVIGa74/7hL51inRX+ZHjus=", + "dev": true, + "dependencies": { + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true + } + } + }, + "deep-extend": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz", + "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=", + "dev": true + }, + "defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "optional": true + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true + }, + "directory-colorfy": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/directory-colorfy/-/directory-colorfy-2.2.0.tgz", + "integrity": "sha1-gwa7VF6S/jnRMHPnvAofDw4Ja58=", + "dev": true, + "dependencies": { + "fs-extra": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.6.3.tgz", + "integrity": "sha1-qhXKVIwD16U+zUuXCCclwRZv/JA=", + "dev": true + } + } + }, + "directory-encoder": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/directory-encoder/-/directory-encoder-0.7.2.tgz", + "integrity": "sha1-WbTiqk8lQi9sY7UntGL14tDdLFg=", + "dev": true, + "dependencies": { + "async": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", + "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", + "dev": true, + "optional": true + }, + "fs-extra": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.23.1.tgz", + "integrity": "sha1-ZhHbpq3yq43Jxp+rN83fiBgVfj0=", + "dev": true + }, + "handlebars": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz", + "integrity": "sha1-npsTCpPjiUkTItl1zz7BgYw3zjQ=", + "dev": true + }, + "jsonfile": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "dev": true + }, + "uglify-js": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz", + "integrity": "sha1-+gmEdwtCi3qbKoBY9GNV0U/vIRo=", + "dev": true, + "optional": true + } + } + }, + "download": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/download/-/download-4.4.3.tgz", + "integrity": "sha1-qlX9rTktldS2jowr4D4MKqIbqaw=", + "dev": true, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "dependencies": { + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true + } + } + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true + }, + "vinyl-fs": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", + "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", + "dev": true + } + } + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", + "dev": true, + "optional": true + }, + "duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "dev": true + }, + "duplexify": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.0.tgz", + "integrity": "sha1-GqdzAC4VeEV+nZ1KULDMquvL1gQ=", + "dev": true, + "dependencies": { + "end-of-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.0.0.tgz", + "integrity": "sha1-1FlucCc0qT5A6a+GQxnqvZn/Lw4=", + "dev": true + }, + "once": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz", + "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=", + "dev": true + } + } + }, + "each-async": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz", + "integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=", + "dev": true + }, + "ecc-jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", + "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", + "dev": true, + "optional": true + }, + "end-of-stream": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz", + "integrity": "sha1-epDYM+/abPpurA9JSduw+tOmMgY=", + "dev": true + }, + "errno": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz", + "integrity": "sha1-uJbiOp5ei6M4cfyZar02NfyaHH0=", + "dev": true + }, + "error-ex": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz", + "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esprima": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz", + "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=", + "dev": true + }, + "eventemitter2": { + "version": "0.4.14", + "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz", + "integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=", + "dev": true + }, + "exec-buffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-2.0.1.tgz", + "integrity": "sha1-ACijG+CxRgth0HX5avRYO54zXqA=", + "dev": true, + "optional": true + }, + "exec-series": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/exec-series/-/exec-series-1.0.3.tgz", + "integrity": "sha1-bSV6m+rEgqhyx3g7yGFYOfx3FDo=", + "dev": true, + "optional": true + }, + "executable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/executable/-/executable-1.1.0.tgz", + "integrity": "sha1-h3mA6REvM5EGbaNyZd562ENKtNk=", + "dev": true, + "optional": true + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "dev": true + }, + "expand-brackets": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", + "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", + "dev": true + }, + "expand-range": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", + "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", + "dev": true + }, + "extend": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", + "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=", + "dev": true + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true + }, + "extglob": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", + "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", + "dev": true, + "dependencies": { + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + } + } + }, + "extract-zip": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.5.0.tgz", + "integrity": "sha1-ksz22B73Cp+kwXRxFMzvbYaIpsQ=", + "dev": true, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", + "integrity": "sha1-HXMHam35hs2TROFecfzAWkyavxI=", + "dev": true + } + } + }, + "extsprintf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz", + "integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA=", + "dev": true + }, + "eyes": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz", + "integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=", + "dev": true + }, + "fancy-log": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz", + "integrity": "sha1-Rb4X0Cu5kX1gzP/UmVyZnmyMmUg=", + "dev": true + }, + "fd-slicer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", + "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", + "dev": true + }, + "fg-loadcss": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/fg-loadcss/-/fg-loadcss-0.1.8.tgz", + "integrity": "sha1-GZXE8qoGzQLe1UsfTFFWzMDeOsc=", + "dev": true + }, + "figures": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", + "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", + "dev": true, + "optional": true + }, + "file-sync-cmp": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.tgz", + "integrity": "sha1-peeo/7+kk7Q7kju9TKiaU7Y7YSs=", + "dev": true + }, + "file-type": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz", + "integrity": "sha1-JXoHg4TR24CHvESdEH1SpSZyuek=", + "dev": true + }, + "filename-regex": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", + "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", + "dev": true + }, + "filename-reserved-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz", + "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=", + "dev": true + }, + "filenamify": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz", + "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=", + "dev": true + }, + "fill-range": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz", + "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=", + "dev": true + }, + "find-index": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz", + "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=", + "dev": true, + "optional": true + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "dev": true + }, + "find-versions": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-1.2.1.tgz", + "integrity": "sha1-y96fEuOFdaCvG+G5osXV/Y8Ya2I=", + "dev": true, + "optional": true + }, + "findup-sync": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz", + "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=", + "dev": true, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true + } + } + }, + "first-chunk-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz", + "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=", + "dev": true + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true + }, + "for-own": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", + "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", + "dev": true + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.1.tgz", + "integrity": "sha1-rjFduaSQf6BlUCMEpm13M0de43w=", + "dev": true, + "dependencies": { + "async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/async/-/async-2.4.1.tgz", + "integrity": "sha1-YqVrJ5yYoR0JhwlqAcw+6463u9c=", + "dev": true + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + } + } + }, + "fs-extra": { + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz", + "integrity": "sha1-GtZh+myGyWCM0bSe/G/Og0k5p1A=", + "dev": true, + "dependencies": { + "graceful-fs": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", + "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", + "dev": true + }, + "jsonfile": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "dev": true, + "dependencies": { + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true, + "optional": true + } + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fstream": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", + "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", + "dev": true, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true + } + } + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true + }, + "gaze": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz", + "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=", + "dev": true, + "optional": true + }, + "generate-function": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz", + "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=", + "dev": true + }, + "generate-object-property": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", + "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", + "dev": true + }, + "get-proxy": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-proxy/-/get-proxy-1.1.0.tgz", + "integrity": "sha1-iUhUSRvFkbDxR9euVw9cZ4tyVus=", + "dev": true + }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true + }, + "getobject": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz", + "integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=", + "dev": true + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "gifsicle": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/gifsicle/-/gifsicle-3.0.4.tgz", + "integrity": "sha1-9Fy17RAWW2ZdySng6TKLbIId+js=", + "dev": true, + "optional": true + }, + "glob": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz", + "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=", + "dev": true + }, + "glob-base": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", + "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", + "dev": true, + "dependencies": { + "glob-parent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", + "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "dev": true + }, + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true + } + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "dev": true + }, + "glob-stream": { + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", + "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", + "dev": true, + "dependencies": { + "glob": { + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", + "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", + "dev": true + } + } + }, + "glob-watcher": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz", + "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=", + "dev": true, + "optional": true + }, + "glob2base": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz", + "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=", + "dev": true, + "optional": true + }, + "globule": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz", + "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=", + "dev": true, + "optional": true, + "dependencies": { + "glob": { + "version": "3.1.21", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", + "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=", + "dev": true, + "optional": true + }, + "graceful-fs": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz", + "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=", + "dev": true, + "optional": true + }, + "inherits": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz", + "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=", + "dev": true, + "optional": true + }, + "lodash": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz", + "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=", + "dev": true, + "optional": true + }, + "minimatch": { + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", + "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=", + "dev": true + } + } + }, + "glogg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz", + "integrity": "sha1-f+DxmfV6yQbPUS/urY+Q7kooT8U=", + "dev": true + }, + "got": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz", + "integrity": "sha1-X4FjWmHkplifGAVp6k44FoClHzU=", + "dev": true + }, + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true + }, + "graceful-readlink": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", + "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=", + "dev": true + }, + "grunt": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz", + "integrity": "sha1-6HeHZOlEsY8yuw8QuQeEdcnftWs=", + "dev": true, + "dependencies": { + "grunt-cli": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz", + "integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=", + "dev": true + } + } + }, + "grunt-contrib-copy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz", + "integrity": "sha1-cGDGWB6QS4qw0A8HbgqPbj58NXM=", + "dev": true + }, + "grunt-grunticon": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/grunt-grunticon/-/grunt-grunticon-2.3.1.tgz", + "integrity": "sha1-aDSdVr/q7jnkEQ/rYkkeBeFh0u4=", + "dev": true + }, + "grunt-includes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/grunt-includes/-/grunt-includes-1.0.0.tgz", + "integrity": "sha1-wi1mDNaVB6z7kxYItw42+zpiawA=", + "dev": true + }, + "grunt-known-options": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz", + "integrity": "sha1-pCdO6zL6dl2lp6OxcSYXzjsUQUk=", + "dev": true + }, + "grunt-legacy-log": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.0.tgz", + "integrity": "sha1-+4bxgJhHvAfcR4Q/ns1srLYt8tU=", + "dev": true + }, + "grunt-legacy-log-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz", + "integrity": "sha1-p7ji0Ps1taUPSvmG/BEnSevJbz0=", + "dev": true, + "dependencies": { + "lodash": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz", + "integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=", + "dev": true + } + } + }, + "grunt-legacy-util": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz", + "integrity": "sha1-OGqnjcbtUJhsKxiVcmWxtIq7m4Y=", + "dev": true, + "dependencies": { + "lodash": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz", + "integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=", + "dev": true + } + } + }, + "grunt-svgmin": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/grunt-svgmin/-/grunt-svgmin-4.0.0.tgz", + "integrity": "sha1-rq3Y0WVBXVPuuSnqa8nk7Xz5PiM=", + "dev": true, + "dependencies": { + "csso": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/csso/-/csso-2.3.2.tgz", + "integrity": "sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U=", + "dev": true + }, + "js-yaml": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz", + "integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=", + "dev": true + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true + }, + "source-map": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", + "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", + "dev": true + }, + "svgo": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz", + "integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=", + "dev": true + } + } + }, + "grunt-webfont": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/grunt-webfont/-/grunt-webfont-1.6.0.tgz", + "integrity": "sha1-oNeQ85BW2U80D1Cz3CTJq0vKvK4=", + "dev": true, + "dependencies": { + "lodash": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz", + "integrity": "sha1-79nEpuxT87BUEkKZFcPkgk5NJaQ=", + "dev": true + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true + } + } + }, + "grunticon-lib": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/grunticon-lib/-/grunticon-lib-1.2.1.tgz", + "integrity": "sha1-yYTDDl822AC50AWEF/DlJAzd+JE=", + "dev": true + }, + "gulp-decompress": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gulp-decompress/-/gulp-decompress-1.2.0.tgz", + "integrity": "sha1-jutlpeAV+O2FMsr+KEVJYGJvDcc=", + "dev": true + }, + "gulp-rename": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz", + "integrity": "sha1-OtRCh2PwXidk3sHGfYaNsnVoeBc=", + "dev": true + }, + "gulp-sourcemaps": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", + "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", + "dev": true, + "dependencies": { + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true + }, + "vinyl": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", + "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", + "dev": true + } + } + }, + "gulp-util": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz", + "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=", + "dev": true, + "dependencies": { + "dateformat": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.0.0.tgz", + "integrity": "sha1-J0Pjq7XD/CRi5SfcpEXgTp9N7hc=", + "dev": true + }, + "object-assign": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", + "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=", + "dev": true + }, + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true + }, + "vinyl": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", + "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", + "dev": true + } + } + }, + "gulplog": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", + "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", + "dev": true + }, + "handlebars": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz", + "integrity": "sha1-DgllGi8Ps8lJFgWDcQ1VH5Lm0q0=", + "dev": true, + "dependencies": { + "async": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", + "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", + "dev": true, + "optional": true + }, + "minimist": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", + "dev": true + }, + "optimist": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "dev": true + }, + "uglify-js": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz", + "integrity": "sha1-+gmEdwtCi3qbKoBY9GNV0U/vIRo=", + "dev": true, + "optional": true, + "dependencies": { + "optimist": { + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", + "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", + "dev": true, + "optional": true + } + } + } + } + }, + "har-validator": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", + "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=", + "dev": true + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true + }, + "has-gulplog": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz", + "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", + "dev": true + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true + }, + "hasha": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz", + "integrity": "sha1-eNfL/B5tZjA/55g3NlmEUXsvbuE=", + "dev": true + }, + "hawk": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", + "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", + "dev": true + }, + "hoek": { + "version": "2.16.3", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", + "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", + "dev": true + }, + "hooker": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz", + "integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=", + "dev": true + }, + "hosted-git-info": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.4.2.tgz", + "integrity": "sha1-AHa59GonBQbduq6lZJaJdGBhKmc=", + "dev": true + }, + "http-signature": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", + "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", + "dev": true + }, + "iconv-lite": { + "version": "0.4.18", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.18.tgz", + "integrity": "sha512-sr1ZQph3UwHTR0XftSbK85OvBbxe/abLGzEnPENCQwmHf7sck8Oyu4ob3LgBxWWxRoM+QszeUyl7jbqapu2TqA==", + "dev": true + }, + "imagemin": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-3.1.0.tgz", + "integrity": "sha1-bz8JRhLki+kTmTnb0ZaLEWdJ49U=", + "dev": true, + "optional": true, + "dependencies": { + "camelcase": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", + "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", + "dev": true, + "optional": true + }, + "camelcase-keys": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz", + "integrity": "sha1-vRoRv5sxoc5JNJOpMN4aC69K1+w=", + "dev": true, + "optional": true + }, + "get-stdin": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-3.0.2.tgz", + "integrity": "sha1-wc7SS5A5s43thb3xYeV3E7bdSr4=", + "dev": true, + "optional": true + }, + "indent-string": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz", + "integrity": "sha1-25m8xYPrarux5I3LsZmamGBBy2s=", + "dev": true, + "optional": true, + "dependencies": { + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true, + "optional": true + } + } + }, + "meow": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-2.1.0.tgz", + "integrity": "sha1-OmP3eXfBUMFv2ESE0M72d8QYJ5k=", + "dev": true, + "optional": true + }, + "object-assign": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", + "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=", + "dev": true, + "optional": true + }, + "repeating": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz", + "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=", + "dev": true, + "optional": true + } + } + }, + "imagemin-gifsicle": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/imagemin-gifsicle/-/imagemin-gifsicle-4.2.0.tgz", + "integrity": "sha1-D++butNHbmt2iFc2zFsLh6CHV8o=", + "dev": true, + "optional": true + }, + "imagemin-jpegtran": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/imagemin-jpegtran/-/imagemin-jpegtran-4.3.2.tgz", + "integrity": "sha1-G8bR4r0T/bZNJFUm1jWn5d/rEvw=", + "dev": true, + "optional": true, + "dependencies": { + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true, + "optional": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true, + "optional": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "optional": true + } + } + }, + "imagemin-optipng": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/imagemin-optipng/-/imagemin-optipng-4.3.0.tgz", + "integrity": "sha1-dgRmOrLuMVczJ0cm/Rw3TStErbY=", + "dev": true, + "optional": true + }, + "imagemin-pngquant": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/imagemin-pngquant/-/imagemin-pngquant-4.2.2.tgz", + "integrity": "sha1-LM2FPnr5+6JvKy3SUtNe6OFVxUI=", + "dev": true, + "optional": true, + "dependencies": { + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true, + "optional": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true, + "optional": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "optional": true + } + } + }, + "imagemin-svgo": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-4.2.1.tgz", + "integrity": "sha1-VPB9xW9HJgRi32phxUvvtEtXvlU=", + "dev": true, + "optional": true, + "dependencies": { + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true, + "optional": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true, + "optional": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true, + "optional": true + } + } + }, + "img-stats": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/img-stats/-/img-stats-0.5.2.tgz", + "integrity": "sha1-wgNJbELy2esuWrgjL6dWurMsnis=", + "dev": true + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "ini": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz", + "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=", + "dev": true + }, + "ip-regex": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz", + "integrity": "sha1-3FiQdvZZ9BnCIgOaMzFvHHOH7/0=", + "dev": true, + "optional": true + }, + "is-absolute": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz", + "integrity": "sha1-hHSREZ/MtftDYhfMc39/qtUPYD8=", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-buffer": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz", + "integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw=", + "dev": true + }, + "is-builtin-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", + "dev": true + }, + "is-bzip2": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-bzip2/-/is-bzip2-1.0.0.tgz", + "integrity": "sha1-XuWOqlounIDiFAe+3yOuWsCRs/w=", + "dev": true + }, + "is-dotfile": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", + "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", + "dev": true + }, + "is-equal-shallow": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", + "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", + "dev": true + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-finite": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", + "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true + }, + "is-gif": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-gif/-/is-gif-1.0.0.tgz", + "integrity": "sha1-ptKumIkwB7/6l6HYwB1jIFgyCX4=", + "dev": true, + "optional": true + }, + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "dev": true + }, + "is-gzip": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-gzip/-/is-gzip-1.0.0.tgz", + "integrity": "sha1-bKiwe5nHeZgCWQDlVc7Y7YCHmoM=", + "dev": true + }, + "is-jpg": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-1.0.0.tgz", + "integrity": "sha1-KVnBfnNDDbOCZNp1uQ3VTy2G2hw=", + "dev": true, + "optional": true + }, + "is-my-json-valid": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz", + "integrity": "sha1-8Hndm/2uZe4gOKrorLyGqxCeNpM=", + "dev": true + }, + "is-natural-number": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-2.1.1.tgz", + "integrity": "sha1-fUxXKDd+84bD4ZSpkRv1fG3DNec=", + "dev": true + }, + "is-number": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", + "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", + "dev": true + }, + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "dev": true + }, + "is-png": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-png/-/is-png-1.1.0.tgz", + "integrity": "sha1-1XSxK/J1wDUEVVcLDltXqwYgd84=", + "dev": true, + "optional": true + }, + "is-posix-bracket": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", + "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", + "dev": true + }, + "is-primitive": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", + "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", + "dev": true + }, + "is-property": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", + "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=", + "dev": true + }, + "is-redirect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", + "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=", + "dev": true + }, + "is-relative": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz", + "integrity": "sha1-kF/uiuhvRbPsYUvDwVyGnfCHboI=", + "dev": true + }, + "is-retry-allowed": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz", + "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=", + "dev": true + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-svg": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-1.1.1.tgz", + "integrity": "sha1-rA76r7ZTrFhHNwix+HNjbKEQ4xs=", + "dev": true, + "optional": true + }, + "is-tar": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-tar/-/is-tar-1.0.0.tgz", + "integrity": "sha1-L2suF5LB9bs2UZrKqdZcDSb+hT0=", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "is-url": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.2.tgz", + "integrity": "sha1-SYkFpZO/R8wtnn9zg3K792lsfyY=", + "dev": true + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "dev": true + }, + "is-valid-glob": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz", + "integrity": "sha1-1LVcafUYhvm2XHDWwmItN+KfSP4=", + "dev": true + }, + "is-zip": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-zip/-/is-zip-1.0.0.tgz", + "integrity": "sha1-R7Co/004p2QxzP2ZqOFaTIa6IyU=", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "jpegtran-bin": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jpegtran-bin/-/jpegtran-bin-3.2.0.tgz", + "integrity": "sha1-9g7PSumZwL2tLp+83ytvCYHnops=", + "dev": true, + "optional": true + }, + "js-yaml": { + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz", + "integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=", + "dev": true + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true, + "optional": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "jsonfile": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-1.0.1.tgz", + "integrity": "sha1-6l7+QLg2kLmGZ2FKc5L8YOhCwN0=", + "dev": true + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "dev": true + }, + "jsonpointer": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz", + "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=", + "dev": true + }, + "jsprim": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz", + "integrity": "sha1-o7h+QCmNjDgFUtjMdiigu5WiKRg=", + "dev": true, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "kew": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz", + "integrity": "sha1-edk9LTM2PW/dKXCzNdkUGtWR15s=", + "dev": true + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true + }, + "klaw": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", + "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", + "dev": true + }, + "lazy-cache": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", + "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=", + "dev": true + }, + "lazy-req": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/lazy-req/-/lazy-req-1.1.0.tgz", + "integrity": "sha1-va6+rTD42CQDnODOFJ1Nqge6H6w=", + "dev": true, + "optional": true + }, + "lazystream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", + "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", + "dev": true + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "dev": true + }, + "lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", + "dev": true + }, + "lodash._basecopy": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", + "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=", + "dev": true + }, + "lodash._basetostring": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz", + "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=", + "dev": true + }, + "lodash._basevalues": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz", + "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=", + "dev": true + }, + "lodash._getnative": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", + "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=", + "dev": true + }, + "lodash._isiterateecall": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", + "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=", + "dev": true + }, + "lodash._reescape": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz", + "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=", + "dev": true + }, + "lodash._reevaluate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz", + "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=", + "dev": true + }, + "lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", + "dev": true + }, + "lodash._root": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", + "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=", + "dev": true + }, + "lodash.escape": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz", + "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", + "dev": true + }, + "lodash.isarguments": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", + "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=", + "dev": true + }, + "lodash.isarray": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz", + "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=", + "dev": true + }, + "lodash.isequal": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=", + "dev": true + }, + "lodash.keys": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", + "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", + "dev": true + }, + "lodash.restparam": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz", + "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=", + "dev": true + }, + "lodash.template": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", + "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", + "dev": true + }, + "lodash.templatesettings": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz", + "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", + "dev": true + }, + "log-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", + "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", + "dev": true + }, + "logalot": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/logalot/-/logalot-2.1.0.tgz", + "integrity": "sha1-X46MkNME7fElMJUaVVSruMXj9VI=", + "dev": true, + "optional": true + }, + "longest": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", + "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", + "dev": true + }, + "loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "dev": true + }, + "lowercase-keys": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz", + "integrity": "sha1-TjNms55/VFfjXxMkvfb4jQv8cwY=", + "dev": true + }, + "lpad-align": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/lpad-align/-/lpad-align-1.1.2.tgz", + "integrity": "sha1-IfYArBwwlcPG5JfuZyce4ISB/p4=", + "dev": true, + "optional": true + }, + "lru-cache": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", + "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", + "dev": true + }, + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true + }, + "memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "dev": true + }, + "meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "dev": true + }, + "merge-defaults": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz", + "integrity": "sha1-3UIkjrlrtqUVIXJDIccv+Vg93oA=", + "dev": true, + "dependencies": { + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + } + } + }, + "merge-stream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz", + "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=", + "dev": true + }, + "microbuffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/microbuffer/-/microbuffer-1.0.0.tgz", + "integrity": "sha1-izgy7UDIfVH0e7I0kTppinVtGdI=", + "dev": true + }, + "micromatch": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", + "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", + "dev": true, + "dependencies": { + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true + } + } + }, + "mime-db": { + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz", + "integrity": "sha1-gg9XIpa70g7CXtVeW13oaeVDbrE=", + "dev": true + }, + "mime-types": { + "version": "2.1.15", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz", + "integrity": "sha1-pOv1BkCUVpI3uM9wBGd20J/JKu0=", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true + }, + "mkdirp": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz", + "integrity": "sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc=", + "dev": true + }, + "multipipe": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz", + "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=", + "dev": true, + "dependencies": { + "duplexer2": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", + "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true + } + } + }, + "nan": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.6.2.tgz", + "integrity": "sha1-5P805slf37WuzAjeZZb0NgWn20U=", + "dev": true + }, + "natives": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz", + "integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=", + "dev": true + }, + "ncp": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz", + "integrity": "sha1-q8xsvT7C7Spyn/bnwfqPAXhKhXQ=", + "dev": true + }, + "node-gyp": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz", + "integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=", + "dev": true, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true + } + } + }, + "node-status-codes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz", + "integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8=", + "dev": true + }, + "node-uuid": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz", + "integrity": "sha1-sEDrCSOWivq/jTL7HxfxFn/auQc=", + "dev": true + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "dev": true + }, + "normalize-package-data": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.8.tgz", + "integrity": "sha1-2Bntoqne29H/pWPqQHHZNngilbs=", + "dev": true + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dev": true + }, + "npmlog": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz", + "integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==", + "dev": true + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "oauth-sign": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", + "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "object.omit": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", + "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true + }, + "onetime": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", + "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", + "dev": true + }, + "optimist": { + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", + "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", + "dev": true + }, + "optional": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/optional/-/optional-0.1.3.tgz", + "integrity": "sha1-+HU3UXtZpecyz9jxjk9+6nq0dh4=", + "dev": true, + "optional": true + }, + "optipng-bin": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-3.1.4.tgz", + "integrity": "sha1-ldNPLEiHBPb9cGBr/qDGWfHZXYQ=", + "dev": true, + "optional": true + }, + "ordered-read-streams": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", + "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", + "dev": true + }, + "os-filter-obj": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-1.0.3.tgz", + "integrity": "sha1-WRUzDZDs7VV9LZOKMcbdIU2cY60=", + "dev": true, + "optional": true + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "osenv": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", + "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", + "dev": true + }, + "pako": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", + "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=", + "dev": true + }, + "parse-glob": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", + "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", + "dev": true, + "dependencies": { + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true + } + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", + "dev": true + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "dev": true + }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", + "dev": true + }, + "phantomjs-prebuilt": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.7.tgz", + "integrity": "sha1-yQvxuXcvoZeZQzH88/ZwmaloU8o=", + "dev": true, + "dependencies": { + "fs-extra": { + "version": "0.26.7", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz", + "integrity": "sha1-muH92UiXeY7at20JGM9C0MMYT6k=", + "dev": true + }, + "jsonfile": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", + "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "dev": true + } + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true + }, + "pkginfo": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz", + "integrity": "sha1-Wyn2qB9wcXFC4J52W76rl7T4HiE=", + "dev": true + }, + "pngquant-bin": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pngquant-bin/-/pngquant-bin-3.1.1.tgz", + "integrity": "sha1-0STZinWpSH9AwWQLTb/Lsr1aH9E=", + "dev": true, + "optional": true + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", + "dev": true + }, + "preserve": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", + "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", + "dev": true + }, + "pretty-bytes": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz", + "integrity": "sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=", + "dev": true + }, + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", + "dev": true + }, + "progress": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", + "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=", + "dev": true + }, + "prr": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz", + "integrity": "sha1-GoS4WQgyVQFBGFPQCB7j+obikmo=", + "dev": true + }, + "q": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.0.tgz", + "integrity": "sha1-3QG6ydBtMObyGa7LglPunr3DCPE=", + "dev": true + }, + "qs": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-5.2.1.tgz", + "integrity": "sha1-gB/uAw4LlFDWOFrcSKTMVbRK7fw=", + "dev": true + }, + "randomatic": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz", + "integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==", + "dev": true, + "dependencies": { + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true + } + } + }, + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "dev": true + } + } + }, + "rc": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.1.tgz", + "integrity": "sha1-LgPo5C7kULjLPc5lvhv4l04d/ZU=", + "dev": true + }, + "read-all-stream": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz", + "integrity": "sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po=", + "dev": true + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "dev": true + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "dev": true + }, + "readable-stream": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", + "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", + "dev": true + }, + "redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "dev": true + }, + "regex-cache": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz", + "integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=", + "dev": true + }, + "remove-trailing-separator": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz", + "integrity": "sha1-abBi2XhyetFNxrVrpKt3L9jXBRE=", + "dev": true + }, + "repeat-element": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", + "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=", + "dev": true + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true + }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true + }, + "replace-ext": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", + "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", + "dev": true + }, + "request": { + "version": "2.67.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.67.0.tgz", + "integrity": "sha1-ivdHgOK/EeoK6aqWXBHxGv0nJ0I=", + "dev": true + }, + "request-progress": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz", + "integrity": "sha1-XTa7V5YcZzqlt4jbyBQf3yO0Tgg=", + "dev": true + }, + "resolve": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", + "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", + "dev": true + }, + "right-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", + "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", + "dev": true + }, + "rimraf": { + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz", + "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=", + "dev": true + }, + "rsvp": { + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.0.15.tgz", + "integrity": "sha1-JiT4ZEmicvF6Jj/09iF+ENrYsDk=", + "dev": true + }, + "safe-buffer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz", + "integrity": "sha1-0mPKVGls2KMGtcplUekt5XkY++c=", + "dev": true + }, + "sax": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.2.tgz", + "integrity": "sha1-/YYxojvHgmvvXYcb24c3jJVkeCg=", + "dev": true + }, + "seek-bzip": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.5.tgz", + "integrity": "sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w=", + "dev": true, + "dependencies": { + "commander": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", + "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=", + "dev": true + } + } + }, + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "dev": true + }, + "semver-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-1.0.0.tgz", + "integrity": "sha1-kqSWkGX5xwxpR1PVUkj8aPj2Usk=", + "dev": true, + "optional": true + }, + "semver-truncate": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz", + "integrity": "sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g=", + "dev": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "set-immediate-shim": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", + "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=", + "dev": true + }, + "sigmund": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", + "dev": true + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "dev": true + }, + "sntp": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", + "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", + "dev": true + }, + "source-map": { + "version": "0.1.43", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", + "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", + "dev": true + }, + "sparkles": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz", + "integrity": "sha1-Gsu/tZJDbRC76PeFt8xvgoFQEsM=", + "dev": true + }, + "spdx-correct": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz", + "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=", + "dev": true + }, + "spdx-expression-parse": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz", + "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=", + "dev": true + }, + "spdx-license-ids": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz", + "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=", + "dev": true + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "squeak": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/squeak/-/squeak-1.3.0.tgz", + "integrity": "sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=", + "dev": true, + "optional": true + }, + "sshpk": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz", + "integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=", + "dev": true, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + } + } + }, + "stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", + "dev": true + }, + "stat-mode": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.2.2.tgz", + "integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=", + "dev": true + }, + "stream-combiner": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.2.2.tgz", + "integrity": "sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=", + "dev": true, + "optional": true + }, + "stream-combiner2": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", + "dev": true + }, + "stream-shift": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", + "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=", + "dev": true + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true + }, + "stringstream": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", + "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", + "dev": true + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "dev": true + }, + "strip-bom-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz", + "integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=", + "dev": true + }, + "strip-dirs": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-1.1.1.tgz", + "integrity": "sha1-lgu9EoeETzl1pFWKoQOoJV4kVqA=", + "dev": true + }, + "strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "dev": true + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true + }, + "strip-outer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.0.tgz", + "integrity": "sha1-qsC6YNLpDF1PJ1/Yhp/ZotMQ/7g=", + "dev": true + }, + "sum-up": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sum-up/-/sum-up-1.0.3.tgz", + "integrity": "sha1-HGYfZnBX9jvLeHWqFDi8FiUlFW4=", + "dev": true + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "svg-pathdata": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-1.0.0.tgz", + "integrity": "sha1-kPahyWPNS+E6njAPeaGj3ePIAzQ=", + "dev": true, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true + } + } + }, + "svg-to-png": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/svg-to-png/-/svg-to-png-3.1.2.tgz", + "integrity": "sha1-G9IjIf+VF3jHMU9dIIvrDTFgVAE=", + "dev": true + }, + "svg2ttf": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-2.1.1.tgz", + "integrity": "sha1-ED06I29llsR6JJDsIrZ8BR7kaS4=", + "dev": true + }, + "svgicons2svgfont": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/svgicons2svgfont/-/svgicons2svgfont-1.1.0.tgz", + "integrity": "sha1-DHEZyeWRbJ10c8hTubjkQE+gjQs=", + "dev": true, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true + }, + "sax": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/sax/-/sax-0.6.1.tgz", + "integrity": "sha1-VjsZx8HeiS4Jv8Ty/DDjwn8JUrk=", + "dev": true + } + } + }, + "svgo": { + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-0.6.6.tgz", + "integrity": "sha1-s0CIkDbyD5tEdUMHfQ9Vc+0ETAg=", + "dev": true, + "dependencies": { + "js-yaml": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz", + "integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=", + "dev": true + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true + } + } + }, + "svgpath": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.2.1.tgz", + "integrity": "sha1-CDS7Z8iadkcrK9BswQH6e1F7Iiw=", + "dev": true + }, + "tar": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", + "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", + "dev": true + }, + "tar-stream": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.4.tgz", + "integrity": "sha1-NlSc8E7RrumyowwBQyUiONr5QBY=", + "dev": true + }, + "temp": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz", + "integrity": "sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=", + "dev": true + }, + "tempfile": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz", + "integrity": "sha1-W8xOrsxKsscH2LwR2ZzMmiyyh/I=", + "dev": true + }, + "throttleit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", + "integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true, + "optional": true + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true + } + } + }, + "through2-filter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", + "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", + "dev": true, + "dependencies": { + "readable-stream": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz", + "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==", + "dev": true + }, + "string_decoder": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz", + "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "dev": true + } + } + }, + "time-stamp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", + "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=", + "dev": true + }, + "timed-out": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-3.1.3.tgz", + "integrity": "sha1-lYYL/MXHbCd/j4Mm/Q9bLiDrohc=", + "dev": true + }, + "to-absolute-glob": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz", + "integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=", + "dev": true + }, + "tough-cookie": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz", + "integrity": "sha1-yDoYMPTl7wuT7yo0iOck+N4Basc=", + "dev": true + }, + "trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "dev": true + }, + "trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "dev": true + }, + "ttf2eot": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ttf2eot/-/ttf2eot-1.3.0.tgz", + "integrity": "sha1-lGcerPpa13mc1vn1tgMPUTsDKsI=", + "dev": true, + "dependencies": { + "argparse": { + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", + "integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=", + "dev": true + }, + "underscore.string": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz", + "integrity": "sha1-jN2PusTi0uoefi6Al8QvRCKA+Fs=", + "dev": true + } + } + }, + "ttf2woff": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ttf2woff/-/ttf2woff-1.3.0.tgz", + "integrity": "sha1-dqJ6bzDqA3qe1kyf9D7H7UYebSo=", + "dev": true, + "dependencies": { + "argparse": { + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", + "integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=", + "dev": true + }, + "underscore.string": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz", + "integrity": "sha1-jN2PusTi0uoefi6Al8QvRCKA+Fs=", + "dev": true + } + } + }, + "ttf2woff2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/ttf2woff2/-/ttf2woff2-2.0.3.tgz", + "integrity": "sha1-XgIK/m5kMofzrXaHq+0g/mVOsyk=", + "dev": true + }, + "tunnel-agent": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", + "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=", + "dev": true + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true, + "optional": true + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "uglify-js": { + "version": "2.8.29", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz", + "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", + "dev": true, + "dependencies": { + "source-map": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", + "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", + "dev": true + } + } + }, + "uglify-to-browserify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", + "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", + "dev": true, + "optional": true + }, + "underscore": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz", + "integrity": "sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=", + "dev": true + }, + "underscore.string": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz", + "integrity": "sha1-gGmSYzZl1eX8tNsfs6hi62jp5to=", + "dev": true + }, + "unique-stream": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", + "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", + "dev": true + }, + "unzip-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz", + "integrity": "sha1-uYTwh3/AqJwsdzzB73tbIytbBv4=", + "dev": true + }, + "url-parse-lax": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", + "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", + "dev": true + }, + "url-regex": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/url-regex/-/url-regex-3.2.0.tgz", + "integrity": "sha1-260eDJ4p4QXdCx8J9oYvf9tIJyQ=", + "dev": true, + "optional": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "uuid": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz", + "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=", + "dev": true + }, + "vali-date": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", + "integrity": "sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY=", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz", + "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=", + "dev": true + }, + "verror": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz", + "integrity": "sha1-z/XfEpRtKX0rqu+qJoniW+AcAFw=", + "dev": true + }, + "vinyl": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", + "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", + "dev": true, + "dependencies": { + "clone": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", + "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", + "dev": true + } + } + }, + "vinyl-assign": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/vinyl-assign/-/vinyl-assign-1.2.1.tgz", + "integrity": "sha1-TRmIkbVRWRHXcajNnFSApGoHSkU=", + "dev": true + }, + "vinyl-fs": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz", + "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=", + "dev": true, + "optional": true, + "dependencies": { + "glob": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz", + "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=", + "dev": true, + "optional": true + }, + "glob-stream": { + "version": "3.1.18", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz", + "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=", + "dev": true, + "optional": true + }, + "graceful-fs": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", + "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", + "dev": true, + "optional": true + }, + "minimatch": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", + "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", + "dev": true + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true, + "optional": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "optional": true + }, + "ordered-read-streams": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz", + "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=", + "dev": true, + "optional": true + }, + "strip-bom": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz", + "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=", + "dev": true, + "optional": true + }, + "unique-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz", + "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=", + "dev": true, + "optional": true + } + } + }, + "ware": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ware/-/ware-1.3.0.tgz", + "integrity": "sha1-0bFPOdLiy0q4xAmPdW/ksWTkc9Q=", + "dev": true + }, + "whet.extend": { + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz", + "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=", + "dev": true + }, + "which": { + "version": "1.2.14", + "resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz", + "integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=", + "dev": true + }, + "wide-align": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz", + "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==", + "dev": true + }, + "window-size": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", + "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=", + "dev": true + }, + "winston": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-2.1.1.tgz", + "integrity": "sha1-PJNJ0ZYgf9G9/51LxD73JRDjoS4=", + "dev": true, + "dependencies": { + "async": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz", + "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=", + "dev": true + }, + "colors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", + "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=", + "dev": true + } + } + }, + "wordwrap": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", + "dev": true + }, + "wrap-fn": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/wrap-fn/-/wrap-fn-0.1.5.tgz", + "integrity": "sha1-8htuQQFv9KfjFyDbxjoJAWvfmEU=", + "dev": true + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "xmldom": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=", + "dev": true + }, + "xtend": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", + "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", + "dev": true + }, + "yargs": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", + "dev": true, + "dependencies": { + "camelcase": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", + "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", + "dev": true + } + } + }, + "yauzl": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", + "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..316fcd6 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "EBI-Icon-fonts", + "description": "A collection of functional and scientific icons", + "version": "1.2.0-rc-1", + "license": "UNLICENSED", + "repository": { + "type": "git", + "url": "https://github.com/ebiwd/EBI-Icon-fonts.git" + }, + "author": { + "name": "EBI Web Development", + "email": "khawkins@ebi.ac.uk", + "url": "https://github.com/ebiwd" + }, + "devDependencies": { + "grunt": "^1.0.1", + "grunt-contrib-copy": "^1.0.0", + "grunt-grunticon": "^2.3.1", + "grunt-includes": "^1.0.0", + "grunt-svgmin": "^4.0.0", + "grunt-webfont": "^1.6.0" + } +} diff --git a/partial.html b/partial.html new file mode 100644 index 0000000..de1baa9 --- /dev/null +++ b/partial.html @@ -0,0 +1,2693 @@ + +

The gallery

+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Generic version 1.2HTMLDrupal
Accommodation <* class="icon icon-generic" data-icon="a">[icon-generic:a]
Alert <* class="icon icon-generic" data-icon="l">[icon-generic:l]
Alumni <* class="icon icon-generic" data-icon="A">[icon-generic:A]
Announcement <* class="icon icon-generic" data-icon="U">[icon-generic:U]
Basket <* class="icon icon-generic" data-icon="b">[icon-generic:b]
Beta <* class="icon icon-generic" data-icon=">">[icon-generic:>]
Bike <* class="icon icon-generic" data-icon="3">[icon-generic:3]
Biotech <* class="icon icon-generic" data-icon="B">[icon-generic:B]
Bus <* class="icon icon-generic" data-icon="1">[icon-generic:1]
Calendar <* class="icon icon-generic" data-icon="r">[icon-generic:r]
Camera <* class="icon icon-generic" data-icon="!">[icon-generic:!]
Car <* class="icon icon-generic" data-icon="2">[icon-generic:2]
Careers <* class="icon icon-generic" data-icon="c">[icon-generic:c]
Classification <* class="icon icon-generic" data-icon="e">[icon-generic:e]
Clock <* class="icon icon-generic" data-icon="{">[icon-generic:{]
Contact <* class="icon icon-generic" data-icon="C">[icon-generic:C]
Crosslink <* class="icon icon-generic" data-icon="d">[icon-generic:d]
Database <* class="icon icon-generic" data-icon="D">[icon-generic:D]
Discuss <* class="icon icon-generic" data-icon="\">[icon-generic:\]
Documentation <* class="icon icon-generic" data-icon=";">[icon-generic:;]
Drug <* class="icon icon-generic" data-icon="u">[icon-generic:u]
Elixir <* class="icon icon-generic" data-icon="%">[icon-generic:%]
Email <* class="icon icon-generic" data-icon="E">[icon-generic:E]
Embl <* class="icon icon-generic" data-icon="&">[icon-generic:&]
External link <* class="icon icon-generic" data-icon="x">[icon-generic:x]
External systems <* class="icon icon-generic" data-icon="y">[icon-generic:y]
Face to face <* class="icon icon-generic" data-icon="f">[icon-generic:f]
Find us <* class="icon icon-generic" data-icon="]">[icon-generic:]]
Funding <* class="icon icon-generic" data-icon="F">[icon-generic:F]
Graph <* class="icon icon-generic" data-icon="g">[icon-generic:g]
Group <* class="icon icon-generic" data-icon="}">[icon-generic:}]
Gtls <* class="icon icon-generic" data-icon="G">[icon-generic:G]
Health <* class="icon icon-generic" data-icon="h">[icon-generic:h]
Help <* class="icon icon-generic" data-icon="?">[icon-generic:?]
Home <* class="icon icon-generic" data-icon="H">[icon-generic:H]
Industry <* class="icon icon-generic" data-icon="I">[icon-generic:I]
Info <* class="icon icon-generic" data-icon="i">[icon-generic:i]
Link <* class="icon icon-generic" data-icon="L">[icon-generic:L]
Location <* class="icon icon-generic" data-icon="[">[icon-generic:[]
Lovedata <* class="icon icon-generic" data-icon="o">[icon-generic:o]
Mailing list <* class="icon icon-generic" data-icon="m">[icon-generic:m]
Math <* class="icon icon-generic" data-icon="v">[icon-generic:v]
Meet us <* class="icon icon-generic" data-icon="M">[icon-generic:M]
Mobile device <* class="icon icon-generic" data-icon="/">[icon-generic:/]
New <* class="icon icon-generic" data-icon="<">[icon-generic:<]
Newcomers <* class="icon icon-generic" data-icon="n">[icon-generic:n]
News <* class="icon icon-generic" data-icon="N">[icon-generic:N]
Nutraceuticals <* class="icon icon-generic" data-icon=""">[icon-generic:"]
Open day <* class="icon icon-generic" data-icon="O">[icon-generic:O]
Piechart <* class="icon icon-generic" data-icon="p">[icon-generic:p]
Plane <* class="icon icon-generic" data-icon="4">[icon-generic:4]
Publication <* class="icon icon-generic" data-icon="P">[icon-generic:P]
Research <* class="icon icon-generic" data-icon=")">[icon-generic:)]
Resource <* class="icon icon-generic" data-icon="R">[icon-generic:R]
Reviewed data <* class="icon icon-generic" data-icon="q">[icon-generic:q]
Services <* class="icon icon-generic" data-icon="(">[icon-generic:(]
Steps <* class="icon icon-generic" data-icon="#">[icon-generic:#]
Support <* class="icon icon-generic" data-icon="s">[icon-generic:s]
Systems <* class="icon icon-generic" data-icon="S">[icon-generic:S]
Terms <* class="icon icon-generic" data-icon="'">[icon-generic:']
Test <* class="icon icon-generic" data-icon="0">[icon-generic:0]
Text mining <* class="icon icon-generic" data-icon="X">[icon-generic:X]
Toolkit <* class="icon icon-generic" data-icon=":">[icon-generic::]
Train <* class="icon icon-generic" data-icon="7">[icon-generic:7]
Training <* class="icon icon-generic" data-icon="T">[icon-generic:T]
Tutorial <* class="icon icon-generic" data-icon="t">[icon-generic:t]
Unreviewed data <* class="icon icon-generic" data-icon="Q">[icon-generic:Q]
Video <* class="icon icon-generic" data-icon="V">[icon-generic:V]
Walk <* class="icon icon-generic" data-icon="6">[icon-generic:6]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Chemistry version 1.2HTMLDrupal
Direction left <* class="icon icon-chemistry" data-icon="l">[icon-chemistry:l]
Direction reversible <* class="icon icon-chemistry" data-icon="R">[icon-chemistry:R]
Direction right <* class="icon icon-chemistry" data-icon="r">[icon-chemistry:r]
Direction unknown <* class="icon icon-chemistry" data-icon="U">[icon-chemistry:U]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Conceptual version 1.2HTMLDrupal
Chemical <* class="icon icon-conceptual" data-icon="b">[icon-conceptual:b]
Cross domain <* class="icon icon-conceptual" data-icon="c">[icon-conceptual:c]
Dna <* class="icon icon-conceptual" data-icon="d">[icon-conceptual:d]
Expression <* class="icon icon-conceptual" data-icon="g">[icon-conceptual:g]
Literature <* class="icon icon-conceptual" data-icon="l">[icon-conceptual:l]
Ontology <* class="icon icon-conceptual" data-icon="o">[icon-conceptual:o]
Proteins <* class="icon icon-conceptual" data-icon="P">[icon-conceptual:P]
Structures <* class="icon icon-conceptual" data-icon="s">[icon-conceptual:s]
Systems <* class="icon icon-conceptual" data-icon="y">[icon-conceptual:y]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-FileFormats version 1.2HTMLDrupal
Agp <* class="icon icon-fileformats" data-icon="A">[icon-fileformats:A]
Bam <* class="icon icon-fileformats" data-icon="B">[icon-fileformats:B]
Cml <* class="icon icon-fileformats" data-icon="C">[icon-fileformats:C]
Cram <* class="icon icon-fileformats" data-icon="R">[icon-fileformats:R]
Csv <* class="icon icon-fileformats" data-icon="c">[icon-fileformats:c]
Doc <* class="icon icon-fileformats" data-icon="d">[icon-fileformats:d]
Fasta <* class="icon icon-fileformats" data-icon="a">[icon-fileformats:a]
Fastq <* class="icon icon-fileformats" data-icon="f">[icon-fileformats:f]
Flat <* class="icon icon-fileformats" data-icon="F">[icon-fileformats:F]
Gff <* class="icon icon-fileformats" data-icon="G">[icon-fileformats:G]
Img <* class="icon icon-fileformats" data-icon="I">[icon-fileformats:I]
Json <* class="icon icon-fileformats" data-icon="J">[icon-fileformats:J]
Mdl <* class="icon icon-fileformats" data-icon="M">[icon-fileformats:M]
Obo <* class="icon icon-fileformats" data-icon="O">[icon-fileformats:O]
Owl <* class="icon icon-fileformats" data-icon="o">[icon-fileformats:o]
Pdf <* class="icon icon-fileformats" data-icon="p">[icon-fileformats:p]
Postscript <* class="icon icon-fileformats" data-icon="3">[icon-fileformats:3]
Psi mi tab <* class="icon icon-fileformats" data-icon="2">[icon-fileformats:2]
Psi mi xml <* class="icon icon-fileformats" data-icon="1">[icon-fileformats:1]
Rd <* class="icon icon-fileformats" data-icon="r">[icon-fileformats:r]
Rdf xml <* class="icon icon-fileformats" data-icon="D">[icon-fileformats:D]
Rxn <* class="icon icon-fileformats" data-icon="X">[icon-fileformats:X]
Sdf <* class="icon icon-fileformats" data-icon="s">[icon-fileformats:s]
Tsv <* class="icon icon-fileformats" data-icon="v">[icon-fileformats:v]
Txt <* class="icon icon-fileformats" data-icon="t">[icon-fileformats:t]
Xml <* class="icon icon-fileformats" data-icon="x">[icon-fileformats:x]
Zip <* class="icon icon-fileformats" data-icon="Z">[icon-fileformats:Z]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Functional version 1.2HTMLDrupal
Add job <* class="icon icon-functional" data-icon=")">[icon-functional:)]
Add user <* class="icon icon-functional" data-icon="7">[icon-functional:7]
Add <* class="icon icon-functional" data-icon="+">[icon-functional:+]
Align <* class="icon icon-functional" data-icon="i">[icon-functional:i]
Analyse graph <* class="icon icon-functional" data-icon="z">[icon-functional:z]
Analyse percent 0 <* class="icon icon-functional" data-icon="B">[icon-functional:B]
Analyse percent 100 <* class="icon icon-functional" data-icon="E">[icon-functional:E]
Analyse percent 40 <* class="icon icon-functional" data-icon="C">[icon-functional:C]
Analyse <* class="icon icon-functional" data-icon="A">[icon-functional:A]
Approve <* class="icon icon-functional" data-icon="/">[icon-functional:/]
Approved job <* class="icon icon-functional" data-icon="(">[icon-functional:(]
Attach <* class="icon icon-functional" data-icon="a">[icon-functional:a]
Browse <* class="icon icon-functional" data-icon="b">[icon-functional:b]
Close <* class="icon icon-functional" data-icon="x">[icon-functional:x]
Collapse closed <* class="icon icon-functional" data-icon="9">[icon-functional:9]
Collapse open <* class="icon icon-functional" data-icon="8">[icon-functional:8]
Collapse <* class="icon icon-functional" data-icon="w">[icon-functional:w]
Compare <* class="icon icon-functional" data-icon="O">[icon-functional:O]
Crop <* class="icon icon-functional" data-icon="\">[icon-functional:\]
Cut <* class="icon icon-functional" data-icon="c">[icon-functional:c]
Database submit <* class="icon icon-functional" data-icon="D">[icon-functional:D]
Delete <* class="icon icon-functional" data-icon="d">[icon-functional:d]
Download <* class="icon icon-functional" data-icon="=">[icon-functional:=]
Edit user <* class="icon icon-functional" data-icon="5">[icon-functional:5]
Edit <* class="icon icon-functional" data-icon="e">[icon-functional:e]
Expand <* class="icon icon-functional" data-icon="u">[icon-functional:u]
Filter <* class="icon icon-functional" data-icon="f">[icon-functional:f]
First page <* class="icon icon-functional" data-icon="[">[icon-functional:[]
Fullscreen <* class="icon icon-functional" data-icon="F">[icon-functional:F]
Hierarchy <* class="icon icon-functional" data-icon="h">[icon-functional:h]
Last page <* class="icon icon-functional" data-icon="]">[icon-functional:]]
Like <* class="icon icon-functional" data-icon="k">[icon-functional:k]
Lock <* class="icon icon-functional" data-icon="L">[icon-functional:L]
Login <* class="icon icon-functional" data-icon="l">[icon-functional:l]
Mapping <* class="icon icon-functional" data-icon="0">[icon-functional:0]
Menu <* class="icon icon-functional" data-icon="M">[icon-functional:M]
Move <* class="icon icon-functional" data-icon="m">[icon-functional:m]
Next page <* class="icon icon-functional" data-icon=">">[icon-functional:>]
Play <* class="icon icon-functional" data-icon="v">[icon-functional:v]
Previous page <* class="icon icon-functional" data-icon="<">[icon-functional:<]
Print <* class="icon icon-functional" data-icon="P">[icon-functional:P]
Redo <* class="icon icon-functional" data-icon="}">[icon-functional:}]
Refresh <* class="icon icon-functional" data-icon="R">[icon-functional:R]
Remove user <* class="icon icon-functional" data-icon="6">[icon-functional:6]
Remove <* class="icon icon-functional" data-icon="-">[icon-functional:-]
Save <* class="icon icon-functional" data-icon="S">[icon-functional:S]
Scaleable <* class="icon icon-functional" data-icon="Y">[icon-functional:Y]
Search document <* class="icon icon-functional" data-icon="j">[icon-functional:j]
Search <* class="icon icon-functional" data-icon="1">[icon-functional:1]
Send <* class="icon icon-functional" data-icon="n">[icon-functional:n]
Settings <* class="icon icon-functional" data-icon="s">[icon-functional:s]
Share <* class="icon icon-functional" data-icon="r">[icon-functional:r]
Stop <* class="icon icon-functional" data-icon="o">[icon-functional:o]
Submit <* class="icon icon-functional" data-icon="_">[icon-functional:_]
Target <* class="icon icon-functional" data-icon="T">[icon-functional:T]
Tool <* class="icon icon-functional" data-icon="t">[icon-functional:t]
Unassigned job <* class="icon icon-functional" data-icon="*">[icon-functional:*]
Undo <* class="icon icon-functional" data-icon="{">[icon-functional:{]
Unlock <* class="icon icon-functional" data-icon="U">[icon-functional:U]
View <* class="icon icon-functional" data-icon="4">[icon-functional:4]
Zoom in <* class="icon icon-functional" data-icon="3">[icon-functional:3]
Zoom out <* class="icon icon-functional" data-icon="2">[icon-functional:2]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-Species version 1.2HTMLDrupal
Alpaca <* class="icon icon-species" data-icon="a">[icon-species:a]
Amoeba <* class="icon icon-species" data-icon="0">[icon-species:0]
Anolis <* class="icon icon-species" data-icon="7">[icon-species:7]
Armadillo <* class="icon icon-species" data-icon="l">[icon-species:l]
Aspergillus <* class="icon icon-species" data-icon="£">[icon-species:£]
Barley <* class="icon icon-species" data-icon="5">[icon-species:5]
Bat <* class="icon icon-species" data-icon="(">[icon-species:(]
Bee <* class="icon icon-species" data-icon="$">[icon-species:$]
Brachypodium <* class="icon icon-species" data-icon="%">[icon-species:%]
Brassica <* class="icon icon-species" data-icon="B">[icon-species:B]
Bug <* class="icon icon-species" data-icon="b">[icon-species:b]
C elegans <* class="icon icon-species" data-icon="W">[icon-species:W]
Cat <* class="icon icon-species" data-icon="A">[icon-species:A]
Chicken <* class="icon icon-species" data-icon="k">[icon-species:k]
Chimpanzee <* class="icon icon-species" data-icon="i">[icon-species:i]
Corn <* class="icon icon-species" data-icon="c">[icon-species:c]
Cow <* class="icon icon-species" data-icon="C">[icon-species:C]
Diatom <* class="icon icon-species" data-icon="2">[icon-species:2]
Dog <* class="icon icon-species" data-icon="d">[icon-species:d]
Dolphin <* class="icon icon-species" data-icon="D">[icon-species:D]
Ecoli <* class="icon icon-species" data-icon="L">[icon-species:L]
Elephant <* class="icon icon-species" data-icon="e">[icon-species:e]
Ferret <* class="icon icon-species" data-icon="!">[icon-species:!]
Finch <* class="icon icon-species" data-icon="n">[icon-species:n]
Fly <* class="icon icon-species" data-icon="F">[icon-species:F]
Frog <* class="icon icon-species" data-icon="f">[icon-species:f]
Fungus <* class="icon icon-species" data-icon="u">[icon-species:u]
Glycinemax <* class="icon icon-species" data-icon="^">[icon-species:^]
Goat <* class="icon icon-species" data-icon="m">[icon-species:m]
Gorilla <* class="icon icon-species" data-icon="G">[icon-species:G]
Grapes <* class="icon icon-species" data-icon="O">[icon-species:O]
Guinea pig <* class="icon icon-species" data-icon="g">[icon-species:g]
Hedgehog <* class="icon icon-species" data-icon="o">[icon-species:o]
Horse <* class="icon icon-species" data-icon="h">[icon-species:h]
Human <* class="icon icon-species" data-icon="H">[icon-species:H]
Kangaroo rat <* class="icon icon-species" data-icon="3">[icon-species:3]
Louse <* class="icon icon-species" data-icon="4">[icon-species:4]
Monkey <* class="icon icon-species" data-icon="r">[icon-species:r]
Monodelphis <* class="icon icon-species" data-icon="9">[icon-species:9]
Mosquito <* class="icon icon-species" data-icon="1">[icon-species:1]
Mouse lemur <* class="icon icon-species" data-icon="N">[icon-species:N]
Mouse <* class="icon icon-species" data-icon="M">[icon-species:M]
Orangutan <* class="icon icon-species" data-icon="*">[icon-species:*]
Papio <* class="icon icon-species" data-icon="8">[icon-species:8]
Pig <* class="icon icon-species" data-icon="p">[icon-species:p]
Plant <* class="icon icon-species" data-icon="P">[icon-species:P]
Plasmodium <* class="icon icon-species" data-icon="@">[icon-species:@]
Platypus <* class="icon icon-species" data-icon="U">[icon-species:U]
Pufferfish <* class="icon icon-species" data-icon="E">[icon-species:E]
Rabbit <* class="icon icon-species" data-icon="t">[icon-species:t]
Rat <* class="icon icon-species" data-icon="R">[icon-species:R]
Ray <* class="icon icon-species" data-icon="+">[icon-species:+]
Rice <* class="icon icon-species" data-icon="6">[icon-species:6]
Scorpion <* class="icon icon-species" data-icon="s">[icon-species:s]
Sheep <* class="icon icon-species" data-icon="x">[icon-species:x]
Shrew <* class="icon icon-species" data-icon="Q">[icon-species:Q]
Snail <* class="icon icon-species" data-icon="'">[icon-species:']
Spider <* class="icon icon-species" data-icon="S">[icon-species:S]
Squirrel <* class="icon icon-species" data-icon="I">[icon-species:I]
Tick <* class="icon icon-species" data-icon="&">[icon-species:&]
Tomatoes <* class="icon icon-species" data-icon=")">[icon-species:)]
Virus <* class="icon icon-species" data-icon="v">[icon-species:v]
Wallaby <* class="icon icon-species" data-icon="w">[icon-species:w]
Yeast <* class="icon icon-species" data-icon="Y">[icon-species:Y]
Zebrafish <* class="icon icon-species" data-icon="Z">[icon-species:Z]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EBI-SocialMedia version 1.2HTMLDrupal
Android <* class="icon icon-socialmedia" data-icon="a">[icon-socialmedia:a]
Apple <* class="icon icon-socialmedia" data-icon="A">[icon-socialmedia:A]
Blogger <* class="icon icon-socialmedia" data-icon="B">[icon-socialmedia:B]
Facebook <* class="icon icon-socialmedia" data-icon="F">[icon-socialmedia:F]
Flickr <* class="icon icon-socialmedia" data-icon="f">[icon-socialmedia:f]
Github <* class="icon icon-socialmedia" data-icon="g">[icon-socialmedia:g]
Googleplus <* class="icon icon-socialmedia" data-icon="G">[icon-socialmedia:G]
Linkedin <* class="icon icon-socialmedia" data-icon="L">[icon-socialmedia:L]
Linux <* class="icon icon-socialmedia" data-icon="X">[icon-socialmedia:X]
Orcid <* class="icon icon-socialmedia" data-icon="O">[icon-socialmedia:O]
Rss <* class="icon icon-socialmedia" data-icon="R">[icon-socialmedia:R]
Skype <* class="icon icon-socialmedia" data-icon="s">[icon-socialmedia:s]
Slideshare <* class="icon icon-socialmedia" data-icon="S">[icon-socialmedia:S]
Twitter <* class="icon icon-socialmedia" data-icon="T">[icon-socialmedia:T]
Vimeo <* class="icon icon-socialmedia" data-icon="V">[icon-socialmedia:V]
Weibo <* class="icon icon-socialmedia" data-icon="W">[icon-socialmedia:W]
Windows <* class="icon icon-socialmedia" data-icon="w">[icon-socialmedia:w]
Wordpress <* class="icon icon-socialmedia" data-icon="P">[icon-socialmedia:P]
Youtube <* class="icon icon-socialmedia" data-icon="Y">[icon-socialmedia:Y]
+ +
+
diff --git a/source/chemistry/direction_left.svg b/source/chemistry/direction_left.svg new file mode 100755 index 0000000..409dccd --- /dev/null +++ b/source/chemistry/direction_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/chemistry/direction_reversible.svg b/source/chemistry/direction_reversible.svg new file mode 100755 index 0000000..649942a --- /dev/null +++ b/source/chemistry/direction_reversible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/chemistry/direction_right.svg b/source/chemistry/direction_right.svg new file mode 100755 index 0000000..39b106d --- /dev/null +++ b/source/chemistry/direction_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/chemistry/direction_unknown.svg b/source/chemistry/direction_unknown.svg new file mode 100755 index 0000000..c62d10d --- /dev/null +++ b/source/chemistry/direction_unknown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/chemical.svg b/source/conceptual/chemical.svg new file mode 100755 index 0000000..4e3c4ec --- /dev/null +++ b/source/conceptual/chemical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/cross-domain.svg b/source/conceptual/cross-domain.svg new file mode 100755 index 0000000..5552399 --- /dev/null +++ b/source/conceptual/cross-domain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/dna.svg b/source/conceptual/dna.svg new file mode 100755 index 0000000..be61323 --- /dev/null +++ b/source/conceptual/dna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/expression.svg b/source/conceptual/expression.svg new file mode 100755 index 0000000..3ee61ed --- /dev/null +++ b/source/conceptual/expression.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/literature.svg b/source/conceptual/literature.svg new file mode 100755 index 0000000..8674baa --- /dev/null +++ b/source/conceptual/literature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/ontology.svg b/source/conceptual/ontology.svg new file mode 100755 index 0000000..4252bb4 --- /dev/null +++ b/source/conceptual/ontology.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/proteins.svg b/source/conceptual/proteins.svg new file mode 100755 index 0000000..5b9b99a --- /dev/null +++ b/source/conceptual/proteins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/structures.svg b/source/conceptual/structures.svg new file mode 100755 index 0000000..7fb33b5 --- /dev/null +++ b/source/conceptual/structures.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/conceptual/systems.svg b/source/conceptual/systems.svg new file mode 100755 index 0000000..7dd31e5 --- /dev/null +++ b/source/conceptual/systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/AGP.svg b/source/fileformats/AGP.svg new file mode 100755 index 0000000..ee68a20 --- /dev/null +++ b/source/fileformats/AGP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/BAM.svg b/source/fileformats/BAM.svg new file mode 100755 index 0000000..9a084de --- /dev/null +++ b/source/fileformats/BAM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/CML.svg b/source/fileformats/CML.svg new file mode 100755 index 0000000..9501659 --- /dev/null +++ b/source/fileformats/CML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/CRAM.svg b/source/fileformats/CRAM.svg new file mode 100755 index 0000000..d3adc74 --- /dev/null +++ b/source/fileformats/CRAM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/CSV.svg b/source/fileformats/CSV.svg new file mode 100755 index 0000000..5be527c --- /dev/null +++ b/source/fileformats/CSV.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/DOC.svg b/source/fileformats/DOC.svg new file mode 100755 index 0000000..390e2b6 --- /dev/null +++ b/source/fileformats/DOC.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/FASTA.svg b/source/fileformats/FASTA.svg new file mode 100755 index 0000000..919cafe --- /dev/null +++ b/source/fileformats/FASTA.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/FASTQ.svg b/source/fileformats/FASTQ.svg new file mode 100755 index 0000000..e964403 --- /dev/null +++ b/source/fileformats/FASTQ.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/FLAT.svg b/source/fileformats/FLAT.svg new file mode 100755 index 0000000..1fec7a9 --- /dev/null +++ b/source/fileformats/FLAT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/GFF.svg b/source/fileformats/GFF.svg new file mode 100755 index 0000000..b452ba2 --- /dev/null +++ b/source/fileformats/GFF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/IMG.svg b/source/fileformats/IMG.svg new file mode 100755 index 0000000..1e659b7 --- /dev/null +++ b/source/fileformats/IMG.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/JSON.svg b/source/fileformats/JSON.svg new file mode 100755 index 0000000..2311eaf --- /dev/null +++ b/source/fileformats/JSON.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/MDL.svg b/source/fileformats/MDL.svg new file mode 100755 index 0000000..a16c2ea --- /dev/null +++ b/source/fileformats/MDL.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/OBO.svg b/source/fileformats/OBO.svg new file mode 100755 index 0000000..2a33f0a --- /dev/null +++ b/source/fileformats/OBO.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/OWL.svg b/source/fileformats/OWL.svg new file mode 100755 index 0000000..a0dc03a --- /dev/null +++ b/source/fileformats/OWL.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/PDF.svg b/source/fileformats/PDF.svg new file mode 100755 index 0000000..6fa7c58 --- /dev/null +++ b/source/fileformats/PDF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/PSI-MI_TAB.svg b/source/fileformats/PSI-MI_TAB.svg new file mode 100755 index 0000000..b99708c --- /dev/null +++ b/source/fileformats/PSI-MI_TAB.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/PSI-MI_XML.svg b/source/fileformats/PSI-MI_XML.svg new file mode 100755 index 0000000..79d525b --- /dev/null +++ b/source/fileformats/PSI-MI_XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/Postscript.svg b/source/fileformats/Postscript.svg new file mode 100755 index 0000000..de02a6b --- /dev/null +++ b/source/fileformats/Postscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/RD.svg b/source/fileformats/RD.svg new file mode 100755 index 0000000..30e7448 --- /dev/null +++ b/source/fileformats/RD.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/RDF_XML.svg b/source/fileformats/RDF_XML.svg new file mode 100755 index 0000000..0bb5cfe --- /dev/null +++ b/source/fileformats/RDF_XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/RXN.svg b/source/fileformats/RXN.svg new file mode 100755 index 0000000..2c286a0 --- /dev/null +++ b/source/fileformats/RXN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/SDF.svg b/source/fileformats/SDF.svg new file mode 100755 index 0000000..cd52fd6 --- /dev/null +++ b/source/fileformats/SDF.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/TSV.svg b/source/fileformats/TSV.svg new file mode 100755 index 0000000..89d6d18 --- /dev/null +++ b/source/fileformats/TSV.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/TXT.svg b/source/fileformats/TXT.svg new file mode 100755 index 0000000..f90a7bf --- /dev/null +++ b/source/fileformats/TXT.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/XML.svg b/source/fileformats/XML.svg new file mode 100755 index 0000000..47a55e7 --- /dev/null +++ b/source/fileformats/XML.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/fileformats/ZIP.svg b/source/fileformats/ZIP.svg new file mode 100755 index 0000000..b66193a --- /dev/null +++ b/source/fileformats/ZIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/add-job.svg b/source/functional/add-job.svg new file mode 100755 index 0000000..b137fa7 --- /dev/null +++ b/source/functional/add-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/add-user.svg b/source/functional/add-user.svg new file mode 100755 index 0000000..17e57af --- /dev/null +++ b/source/functional/add-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/add.svg b/source/functional/add.svg new file mode 100755 index 0000000..7a6c5d3 --- /dev/null +++ b/source/functional/add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/align.svg b/source/functional/align.svg new file mode 100755 index 0000000..3b517d4 --- /dev/null +++ b/source/functional/align.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse-graph.svg b/source/functional/analyse-graph.svg new file mode 100755 index 0000000..646bc78 --- /dev/null +++ b/source/functional/analyse-graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse-percent_0.svg b/source/functional/analyse-percent_0.svg new file mode 100644 index 0000000..b87a007 --- /dev/null +++ b/source/functional/analyse-percent_0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse-percent_100.svg b/source/functional/analyse-percent_100.svg new file mode 100644 index 0000000..1c55ed3 --- /dev/null +++ b/source/functional/analyse-percent_100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse-percent_40.svg b/source/functional/analyse-percent_40.svg new file mode 100644 index 0000000..aa23bda --- /dev/null +++ b/source/functional/analyse-percent_40.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/analyse.svg b/source/functional/analyse.svg new file mode 100755 index 0000000..7f849bf --- /dev/null +++ b/source/functional/analyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/approve.svg b/source/functional/approve.svg new file mode 100755 index 0000000..cbfa2f0 --- /dev/null +++ b/source/functional/approve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/approved-job.svg b/source/functional/approved-job.svg new file mode 100755 index 0000000..159fd7f --- /dev/null +++ b/source/functional/approved-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/attach.svg b/source/functional/attach.svg new file mode 100755 index 0000000..a4b4849 --- /dev/null +++ b/source/functional/attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/browse.svg b/source/functional/browse.svg new file mode 100755 index 0000000..b2ed5fe --- /dev/null +++ b/source/functional/browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/close.svg b/source/functional/close.svg new file mode 100755 index 0000000..9be4c67 --- /dev/null +++ b/source/functional/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/collapse-closed.svg b/source/functional/collapse-closed.svg new file mode 100755 index 0000000..14a25d7 --- /dev/null +++ b/source/functional/collapse-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/collapse-open.svg b/source/functional/collapse-open.svg new file mode 100755 index 0000000..873abfc --- /dev/null +++ b/source/functional/collapse-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/collapse.svg b/source/functional/collapse.svg new file mode 100755 index 0000000..61b315d --- /dev/null +++ b/source/functional/collapse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/compare.svg b/source/functional/compare.svg new file mode 100755 index 0000000..d465af7 --- /dev/null +++ b/source/functional/compare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/crop.svg b/source/functional/crop.svg new file mode 100755 index 0000000..467d74f --- /dev/null +++ b/source/functional/crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/cut.svg b/source/functional/cut.svg new file mode 100755 index 0000000..46e1b90 --- /dev/null +++ b/source/functional/cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/database-submit.svg b/source/functional/database-submit.svg new file mode 100755 index 0000000..6e66e40 --- /dev/null +++ b/source/functional/database-submit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/delete.svg b/source/functional/delete.svg new file mode 100755 index 0000000..fca82a7 --- /dev/null +++ b/source/functional/delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/download.svg b/source/functional/download.svg new file mode 100755 index 0000000..a770b32 --- /dev/null +++ b/source/functional/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/edit-user.svg b/source/functional/edit-user.svg new file mode 100755 index 0000000..07385db --- /dev/null +++ b/source/functional/edit-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/edit.svg b/source/functional/edit.svg new file mode 100755 index 0000000..fa40561 --- /dev/null +++ b/source/functional/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/expand.svg b/source/functional/expand.svg new file mode 100755 index 0000000..7ebf198 --- /dev/null +++ b/source/functional/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/filter.svg b/source/functional/filter.svg new file mode 100755 index 0000000..89156ea --- /dev/null +++ b/source/functional/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/first-page.svg b/source/functional/first-page.svg new file mode 100755 index 0000000..b22a4d4 --- /dev/null +++ b/source/functional/first-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/fullscreen.svg b/source/functional/fullscreen.svg new file mode 100755 index 0000000..ced2420 --- /dev/null +++ b/source/functional/fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/hierarchy.svg b/source/functional/hierarchy.svg new file mode 100755 index 0000000..6588e37 --- /dev/null +++ b/source/functional/hierarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/last-page.svg b/source/functional/last-page.svg new file mode 100755 index 0000000..95e2daa --- /dev/null +++ b/source/functional/last-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/like.svg b/source/functional/like.svg new file mode 100755 index 0000000..0f394e7 --- /dev/null +++ b/source/functional/like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/lock.svg b/source/functional/lock.svg new file mode 100755 index 0000000..a7379a6 --- /dev/null +++ b/source/functional/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/login.svg b/source/functional/login.svg new file mode 100755 index 0000000..dd89ea1 --- /dev/null +++ b/source/functional/login.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/mapping.svg b/source/functional/mapping.svg new file mode 100755 index 0000000..af9265c --- /dev/null +++ b/source/functional/mapping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/menu.svg b/source/functional/menu.svg new file mode 100755 index 0000000..cc76168 --- /dev/null +++ b/source/functional/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/move.svg b/source/functional/move.svg new file mode 100755 index 0000000..f7ac38c --- /dev/null +++ b/source/functional/move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/next-page.svg b/source/functional/next-page.svg new file mode 100755 index 0000000..8b954ca --- /dev/null +++ b/source/functional/next-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/play.svg b/source/functional/play.svg new file mode 100755 index 0000000..f40c1af --- /dev/null +++ b/source/functional/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/previous-page.svg b/source/functional/previous-page.svg new file mode 100755 index 0000000..cd2f130 --- /dev/null +++ b/source/functional/previous-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/print.svg b/source/functional/print.svg new file mode 100755 index 0000000..5513c4a --- /dev/null +++ b/source/functional/print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/redo.svg b/source/functional/redo.svg new file mode 100755 index 0000000..d37ee2a --- /dev/null +++ b/source/functional/redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/refresh.svg b/source/functional/refresh.svg new file mode 100755 index 0000000..8cf4010 --- /dev/null +++ b/source/functional/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/remove-user.svg b/source/functional/remove-user.svg new file mode 100755 index 0000000..3692937 --- /dev/null +++ b/source/functional/remove-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/remove.svg b/source/functional/remove.svg new file mode 100755 index 0000000..7077363 --- /dev/null +++ b/source/functional/remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/save.svg b/source/functional/save.svg new file mode 100755 index 0000000..7003a59 --- /dev/null +++ b/source/functional/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/scaleable.svg b/source/functional/scaleable.svg new file mode 100755 index 0000000..2fe3e07 --- /dev/null +++ b/source/functional/scaleable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/search-document.svg b/source/functional/search-document.svg new file mode 100755 index 0000000..0247dd4 --- /dev/null +++ b/source/functional/search-document.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/search.svg b/source/functional/search.svg new file mode 100755 index 0000000..7abb2f1 --- /dev/null +++ b/source/functional/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/send.svg b/source/functional/send.svg new file mode 100755 index 0000000..1f27fd5 --- /dev/null +++ b/source/functional/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/settings.svg b/source/functional/settings.svg new file mode 100755 index 0000000..f5904b6 --- /dev/null +++ b/source/functional/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/share.svg b/source/functional/share.svg new file mode 100755 index 0000000..ab8b521 --- /dev/null +++ b/source/functional/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/stop.svg b/source/functional/stop.svg new file mode 100755 index 0000000..b49fd76 --- /dev/null +++ b/source/functional/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/submit.svg b/source/functional/submit.svg new file mode 100755 index 0000000..c3aeedd --- /dev/null +++ b/source/functional/submit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/target.svg b/source/functional/target.svg new file mode 100755 index 0000000..27cd3f1 --- /dev/null +++ b/source/functional/target.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/tool.svg b/source/functional/tool.svg new file mode 100755 index 0000000..7ef9c94 --- /dev/null +++ b/source/functional/tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/unassigned-job.svg b/source/functional/unassigned-job.svg new file mode 100755 index 0000000..b1925ee --- /dev/null +++ b/source/functional/unassigned-job.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/undo.svg b/source/functional/undo.svg new file mode 100755 index 0000000..6e37394 --- /dev/null +++ b/source/functional/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/unlock.svg b/source/functional/unlock.svg new file mode 100755 index 0000000..dd5d4d7 --- /dev/null +++ b/source/functional/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/view.svg b/source/functional/view.svg new file mode 100755 index 0000000..f2af7be --- /dev/null +++ b/source/functional/view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/zoom-in.svg b/source/functional/zoom-in.svg new file mode 100755 index 0000000..5ea5574 --- /dev/null +++ b/source/functional/zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/functional/zoom-out.svg b/source/functional/zoom-out.svg new file mode 100755 index 0000000..e089a11 --- /dev/null +++ b/source/functional/zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/accommodation.svg b/source/generic/accommodation.svg new file mode 100755 index 0000000..bed1b91 --- /dev/null +++ b/source/generic/accommodation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/alert.svg b/source/generic/alert.svg new file mode 100755 index 0000000..b95b3f6 --- /dev/null +++ b/source/generic/alert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/alumni.svg b/source/generic/alumni.svg new file mode 100755 index 0000000..d17eca7 --- /dev/null +++ b/source/generic/alumni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/announcement.svg b/source/generic/announcement.svg new file mode 100755 index 0000000..261b9db --- /dev/null +++ b/source/generic/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/basket.svg b/source/generic/basket.svg new file mode 100755 index 0000000..a4aabfa --- /dev/null +++ b/source/generic/basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/beta.svg b/source/generic/beta.svg new file mode 100755 index 0000000..600a4ef --- /dev/null +++ b/source/generic/beta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/bike.svg b/source/generic/bike.svg new file mode 100755 index 0000000..03d9c4a --- /dev/null +++ b/source/generic/bike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/biotech.svg b/source/generic/biotech.svg new file mode 100755 index 0000000..e496d94 --- /dev/null +++ b/source/generic/biotech.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/bus.svg b/source/generic/bus.svg new file mode 100755 index 0000000..3b10cbd --- /dev/null +++ b/source/generic/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/calendar.svg b/source/generic/calendar.svg new file mode 100755 index 0000000..9f72c38 --- /dev/null +++ b/source/generic/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/camera.svg b/source/generic/camera.svg new file mode 100755 index 0000000..5ffd373 --- /dev/null +++ b/source/generic/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/car.svg b/source/generic/car.svg new file mode 100755 index 0000000..8701393 --- /dev/null +++ b/source/generic/car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/careers.svg b/source/generic/careers.svg new file mode 100755 index 0000000..85a85ce --- /dev/null +++ b/source/generic/careers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/classification.svg b/source/generic/classification.svg new file mode 100755 index 0000000..93c5ba5 --- /dev/null +++ b/source/generic/classification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/clock.svg b/source/generic/clock.svg new file mode 100755 index 0000000..4dcebed --- /dev/null +++ b/source/generic/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/contact.svg b/source/generic/contact.svg new file mode 100755 index 0000000..b6e9cda --- /dev/null +++ b/source/generic/contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/crosslink.svg b/source/generic/crosslink.svg new file mode 100755 index 0000000..ae197fc --- /dev/null +++ b/source/generic/crosslink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/database.svg b/source/generic/database.svg new file mode 100755 index 0000000..da79b25 --- /dev/null +++ b/source/generic/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/discuss.svg b/source/generic/discuss.svg new file mode 100755 index 0000000..be71114 --- /dev/null +++ b/source/generic/discuss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/documentation.svg b/source/generic/documentation.svg new file mode 100755 index 0000000..409d81e --- /dev/null +++ b/source/generic/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/drug.svg b/source/generic/drug.svg new file mode 100755 index 0000000..2891597 --- /dev/null +++ b/source/generic/drug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/elixir.svg b/source/generic/elixir.svg new file mode 100755 index 0000000..9348578 --- /dev/null +++ b/source/generic/elixir.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/email.svg b/source/generic/email.svg new file mode 100755 index 0000000..65f9ed9 --- /dev/null +++ b/source/generic/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/embl.svg b/source/generic/embl.svg new file mode 100755 index 0000000..cb7f906 --- /dev/null +++ b/source/generic/embl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/external-link.svg b/source/generic/external-link.svg new file mode 100755 index 0000000..53d8f31 --- /dev/null +++ b/source/generic/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/external-systems.svg b/source/generic/external-systems.svg new file mode 100755 index 0000000..0a8d02f --- /dev/null +++ b/source/generic/external-systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/face-to-face.svg b/source/generic/face-to-face.svg new file mode 100755 index 0000000..447c6c1 --- /dev/null +++ b/source/generic/face-to-face.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/find-us.svg b/source/generic/find-us.svg new file mode 100755 index 0000000..026c3df --- /dev/null +++ b/source/generic/find-us.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/funding.svg b/source/generic/funding.svg new file mode 100755 index 0000000..38f22bb --- /dev/null +++ b/source/generic/funding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/graph.svg b/source/generic/graph.svg new file mode 100755 index 0000000..cd17072 --- /dev/null +++ b/source/generic/graph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/group.svg b/source/generic/group.svg new file mode 100755 index 0000000..6e51edc --- /dev/null +++ b/source/generic/group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/gtls.svg b/source/generic/gtls.svg new file mode 100755 index 0000000..92262d5 --- /dev/null +++ b/source/generic/gtls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/health.svg b/source/generic/health.svg new file mode 100755 index 0000000..4917e1b --- /dev/null +++ b/source/generic/health.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/help.svg b/source/generic/help.svg new file mode 100755 index 0000000..e9e6731 --- /dev/null +++ b/source/generic/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/home.svg b/source/generic/home.svg new file mode 100755 index 0000000..06332e6 --- /dev/null +++ b/source/generic/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/industry.svg b/source/generic/industry.svg new file mode 100755 index 0000000..12d6e0b --- /dev/null +++ b/source/generic/industry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/info.svg b/source/generic/info.svg new file mode 100755 index 0000000..8bac00d --- /dev/null +++ b/source/generic/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/link.svg b/source/generic/link.svg new file mode 100755 index 0000000..4b46614 --- /dev/null +++ b/source/generic/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/location.svg b/source/generic/location.svg new file mode 100755 index 0000000..f719b4b --- /dev/null +++ b/source/generic/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/lovedata.svg b/source/generic/lovedata.svg new file mode 100755 index 0000000..33dc086 --- /dev/null +++ b/source/generic/lovedata.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/mailing-list.svg b/source/generic/mailing-list.svg new file mode 100755 index 0000000..133de9b --- /dev/null +++ b/source/generic/mailing-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/math.svg b/source/generic/math.svg new file mode 100755 index 0000000..f3f94c1 --- /dev/null +++ b/source/generic/math.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/meet-us.svg b/source/generic/meet-us.svg new file mode 100755 index 0000000..b9664af --- /dev/null +++ b/source/generic/meet-us.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/mobile-device.svg b/source/generic/mobile-device.svg new file mode 100755 index 0000000..60eee0b --- /dev/null +++ b/source/generic/mobile-device.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/new.svg b/source/generic/new.svg new file mode 100755 index 0000000..12d14a6 --- /dev/null +++ b/source/generic/new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/newcomers.svg b/source/generic/newcomers.svg new file mode 100755 index 0000000..4181d7f --- /dev/null +++ b/source/generic/newcomers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/news.svg b/source/generic/news.svg new file mode 100755 index 0000000..8b28fa2 --- /dev/null +++ b/source/generic/news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/nutraceuticals.svg b/source/generic/nutraceuticals.svg new file mode 100755 index 0000000..d0d1cdb --- /dev/null +++ b/source/generic/nutraceuticals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/open-day.svg b/source/generic/open-day.svg new file mode 100755 index 0000000..0cdd6b2 --- /dev/null +++ b/source/generic/open-day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/piechart.svg b/source/generic/piechart.svg new file mode 100755 index 0000000..79d6ebf --- /dev/null +++ b/source/generic/piechart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/plane.svg b/source/generic/plane.svg new file mode 100755 index 0000000..838984a --- /dev/null +++ b/source/generic/plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/publication.svg b/source/generic/publication.svg new file mode 100755 index 0000000..d565672 --- /dev/null +++ b/source/generic/publication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/research.svg b/source/generic/research.svg new file mode 100755 index 0000000..79fcb57 --- /dev/null +++ b/source/generic/research.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/resource.svg b/source/generic/resource.svg new file mode 100755 index 0000000..6f1c4c7 --- /dev/null +++ b/source/generic/resource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/reviewed-data.svg b/source/generic/reviewed-data.svg new file mode 100644 index 0000000..472953a --- /dev/null +++ b/source/generic/reviewed-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/services.svg b/source/generic/services.svg new file mode 100755 index 0000000..f623bb7 --- /dev/null +++ b/source/generic/services.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/steps.svg b/source/generic/steps.svg new file mode 100755 index 0000000..c1390de --- /dev/null +++ b/source/generic/steps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/support.svg b/source/generic/support.svg new file mode 100755 index 0000000..3f81ae7 --- /dev/null +++ b/source/generic/support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/systems.svg b/source/generic/systems.svg new file mode 100755 index 0000000..1eeecad --- /dev/null +++ b/source/generic/systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/terms.svg b/source/generic/terms.svg new file mode 100755 index 0000000..96e8197 --- /dev/null +++ b/source/generic/terms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/test.svg b/source/generic/test.svg new file mode 100755 index 0000000..08432b9 --- /dev/null +++ b/source/generic/test.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/text-mining.svg b/source/generic/text-mining.svg new file mode 100755 index 0000000..16fe454 --- /dev/null +++ b/source/generic/text-mining.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/toolkit.svg b/source/generic/toolkit.svg new file mode 100755 index 0000000..c0dae98 --- /dev/null +++ b/source/generic/toolkit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/train.svg b/source/generic/train.svg new file mode 100755 index 0000000..a9d0e8c --- /dev/null +++ b/source/generic/train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/training.svg b/source/generic/training.svg new file mode 100755 index 0000000..4b9966b --- /dev/null +++ b/source/generic/training.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/tutorial.svg b/source/generic/tutorial.svg new file mode 100755 index 0000000..c2077c3 --- /dev/null +++ b/source/generic/tutorial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/unreviewed-data.svg b/source/generic/unreviewed-data.svg new file mode 100755 index 0000000..1a3ff79 --- /dev/null +++ b/source/generic/unreviewed-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/video.svg b/source/generic/video.svg new file mode 100755 index 0000000..4d02d51 --- /dev/null +++ b/source/generic/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/generic/walk.svg b/source/generic/walk.svg new file mode 100755 index 0000000..ad61015 --- /dev/null +++ b/source/generic/walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/android.svg b/source/social/android.svg new file mode 100755 index 0000000..912ce12 --- /dev/null +++ b/source/social/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/apple.svg b/source/social/apple.svg new file mode 100755 index 0000000..c846ca6 --- /dev/null +++ b/source/social/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/blogger.svg b/source/social/blogger.svg new file mode 100755 index 0000000..420d7de --- /dev/null +++ b/source/social/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/facebook.svg b/source/social/facebook.svg new file mode 100755 index 0000000..0dbf4e6 --- /dev/null +++ b/source/social/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/flickr.svg b/source/social/flickr.svg new file mode 100755 index 0000000..6f380d7 --- /dev/null +++ b/source/social/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/github.svg b/source/social/github.svg new file mode 100755 index 0000000..0086cf9 --- /dev/null +++ b/source/social/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/googleplus.svg b/source/social/googleplus.svg new file mode 100755 index 0000000..3262ff9 --- /dev/null +++ b/source/social/googleplus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/linkedin.svg b/source/social/linkedin.svg new file mode 100755 index 0000000..a7aa6aa --- /dev/null +++ b/source/social/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/linux.svg b/source/social/linux.svg new file mode 100755 index 0000000..c8d99c5 --- /dev/null +++ b/source/social/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/orcid.svg b/source/social/orcid.svg new file mode 100755 index 0000000..821f8b5 --- /dev/null +++ b/source/social/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/rss.svg b/source/social/rss.svg new file mode 100755 index 0000000..3698b14 --- /dev/null +++ b/source/social/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/skype.svg b/source/social/skype.svg new file mode 100755 index 0000000..cc1be26 --- /dev/null +++ b/source/social/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/slideshare.svg b/source/social/slideshare.svg new file mode 100755 index 0000000..887eb61 --- /dev/null +++ b/source/social/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/twitter.svg b/source/social/twitter.svg new file mode 100755 index 0000000..45ce4db --- /dev/null +++ b/source/social/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/vimeo.svg b/source/social/vimeo.svg new file mode 100755 index 0000000..77e7822 --- /dev/null +++ b/source/social/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/weibo.svg b/source/social/weibo.svg new file mode 100755 index 0000000..90a5765 --- /dev/null +++ b/source/social/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/windows.svg b/source/social/windows.svg new file mode 100755 index 0000000..2083517 --- /dev/null +++ b/source/social/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/wordpress.svg b/source/social/wordpress.svg new file mode 100755 index 0000000..75b2257 --- /dev/null +++ b/source/social/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/social/youtube.svg b/source/social/youtube.svg new file mode 100755 index 0000000..9c87ffb --- /dev/null +++ b/source/social/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/alpaca.svg b/source/species/alpaca.svg new file mode 100755 index 0000000..dfe5587 --- /dev/null +++ b/source/species/alpaca.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/amoeba.svg b/source/species/amoeba.svg new file mode 100755 index 0000000..e1de00f --- /dev/null +++ b/source/species/amoeba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/anolis.svg b/source/species/anolis.svg new file mode 100755 index 0000000..0e601c2 --- /dev/null +++ b/source/species/anolis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/armadillo.svg b/source/species/armadillo.svg new file mode 100755 index 0000000..a7e6215 --- /dev/null +++ b/source/species/armadillo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/aspergillus.svg b/source/species/aspergillus.svg new file mode 100755 index 0000000..8c0d064 --- /dev/null +++ b/source/species/aspergillus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/barley.svg b/source/species/barley.svg new file mode 100755 index 0000000..92ee566 --- /dev/null +++ b/source/species/barley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/bat.svg b/source/species/bat.svg new file mode 100755 index 0000000..e763200 --- /dev/null +++ b/source/species/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/bee.svg b/source/species/bee.svg new file mode 100755 index 0000000..9b6e996 --- /dev/null +++ b/source/species/bee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/brachypodium.svg b/source/species/brachypodium.svg new file mode 100755 index 0000000..20a6ec9 --- /dev/null +++ b/source/species/brachypodium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/brassica.svg b/source/species/brassica.svg new file mode 100755 index 0000000..ae658a4 --- /dev/null +++ b/source/species/brassica.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/bug.svg b/source/species/bug.svg new file mode 100755 index 0000000..c976a96 --- /dev/null +++ b/source/species/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/c-elegans.svg b/source/species/c-elegans.svg new file mode 100755 index 0000000..0e40073 --- /dev/null +++ b/source/species/c-elegans.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/cat.svg b/source/species/cat.svg new file mode 100755 index 0000000..31541b4 --- /dev/null +++ b/source/species/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/chicken.svg b/source/species/chicken.svg new file mode 100755 index 0000000..18eb72b --- /dev/null +++ b/source/species/chicken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/chimpanzee.svg b/source/species/chimpanzee.svg new file mode 100755 index 0000000..87daa0b --- /dev/null +++ b/source/species/chimpanzee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/corn.svg b/source/species/corn.svg new file mode 100755 index 0000000..80a346f --- /dev/null +++ b/source/species/corn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/cow.svg b/source/species/cow.svg new file mode 100755 index 0000000..c5f6fde --- /dev/null +++ b/source/species/cow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/diatom.svg b/source/species/diatom.svg new file mode 100755 index 0000000..132d818 --- /dev/null +++ b/source/species/diatom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/dog.svg b/source/species/dog.svg new file mode 100755 index 0000000..1ae0177 --- /dev/null +++ b/source/species/dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/dolphin.svg b/source/species/dolphin.svg new file mode 100755 index 0000000..5d241c5 --- /dev/null +++ b/source/species/dolphin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/ecoli.svg b/source/species/ecoli.svg new file mode 100755 index 0000000..0aa370d --- /dev/null +++ b/source/species/ecoli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/elephant.svg b/source/species/elephant.svg new file mode 100755 index 0000000..34455ce --- /dev/null +++ b/source/species/elephant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/ferret.svg b/source/species/ferret.svg new file mode 100755 index 0000000..9c2f696 --- /dev/null +++ b/source/species/ferret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/finch.svg b/source/species/finch.svg new file mode 100755 index 0000000..785e61e --- /dev/null +++ b/source/species/finch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/fly.svg b/source/species/fly.svg new file mode 100755 index 0000000..d78b101 --- /dev/null +++ b/source/species/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/frog.svg b/source/species/frog.svg new file mode 100755 index 0000000..cfdb7d4 --- /dev/null +++ b/source/species/frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/fungus.svg b/source/species/fungus.svg new file mode 100755 index 0000000..f5764da --- /dev/null +++ b/source/species/fungus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/glycinemax.svg b/source/species/glycinemax.svg new file mode 100755 index 0000000..b14197c --- /dev/null +++ b/source/species/glycinemax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/goat.svg b/source/species/goat.svg new file mode 100644 index 0000000..3a6c9af --- /dev/null +++ b/source/species/goat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/gorilla.svg b/source/species/gorilla.svg new file mode 100755 index 0000000..f481b49 --- /dev/null +++ b/source/species/gorilla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/grapes.svg b/source/species/grapes.svg new file mode 100755 index 0000000..d8fb51d --- /dev/null +++ b/source/species/grapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/guinea-pig.svg b/source/species/guinea-pig.svg new file mode 100755 index 0000000..2c55b5d --- /dev/null +++ b/source/species/guinea-pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/hedgehog.svg b/source/species/hedgehog.svg new file mode 100755 index 0000000..fa0a898 --- /dev/null +++ b/source/species/hedgehog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/horse.svg b/source/species/horse.svg new file mode 100755 index 0000000..72cf8a9 --- /dev/null +++ b/source/species/horse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/human.svg b/source/species/human.svg new file mode 100755 index 0000000..8f2fc95 --- /dev/null +++ b/source/species/human.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/kangaroo-rat.svg b/source/species/kangaroo-rat.svg new file mode 100755 index 0000000..0c82a20 --- /dev/null +++ b/source/species/kangaroo-rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/louse.svg b/source/species/louse.svg new file mode 100755 index 0000000..bd5a95b --- /dev/null +++ b/source/species/louse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/monkey.svg b/source/species/monkey.svg new file mode 100755 index 0000000..4dc84ce --- /dev/null +++ b/source/species/monkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/monodelphis.svg b/source/species/monodelphis.svg new file mode 100755 index 0000000..fcf8c0a --- /dev/null +++ b/source/species/monodelphis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/mosquito.svg b/source/species/mosquito.svg new file mode 100755 index 0000000..daab481 --- /dev/null +++ b/source/species/mosquito.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/mouse-lemur.svg b/source/species/mouse-lemur.svg new file mode 100755 index 0000000..e1b688a --- /dev/null +++ b/source/species/mouse-lemur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/mouse.svg b/source/species/mouse.svg new file mode 100755 index 0000000..bb79e52 --- /dev/null +++ b/source/species/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/orangutan.svg b/source/species/orangutan.svg new file mode 100755 index 0000000..9919b90 --- /dev/null +++ b/source/species/orangutan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/papio.svg b/source/species/papio.svg new file mode 100755 index 0000000..f51a1b4 --- /dev/null +++ b/source/species/papio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/pig.svg b/source/species/pig.svg new file mode 100755 index 0000000..d129ef6 --- /dev/null +++ b/source/species/pig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/plant.svg b/source/species/plant.svg new file mode 100755 index 0000000..29bcb1d --- /dev/null +++ b/source/species/plant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/plasmodium.svg b/source/species/plasmodium.svg new file mode 100755 index 0000000..718f307 --- /dev/null +++ b/source/species/plasmodium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/platypus.svg b/source/species/platypus.svg new file mode 100755 index 0000000..5acd021 --- /dev/null +++ b/source/species/platypus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/pufferfish.svg b/source/species/pufferfish.svg new file mode 100755 index 0000000..a654371 --- /dev/null +++ b/source/species/pufferfish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/rabbit.svg b/source/species/rabbit.svg new file mode 100755 index 0000000..fd60667 --- /dev/null +++ b/source/species/rabbit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/rat.svg b/source/species/rat.svg new file mode 100755 index 0000000..2da55d3 --- /dev/null +++ b/source/species/rat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/ray.svg b/source/species/ray.svg new file mode 100644 index 0000000..d910ff3 --- /dev/null +++ b/source/species/ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/rice.svg b/source/species/rice.svg new file mode 100755 index 0000000..2220e7a --- /dev/null +++ b/source/species/rice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/scorpion.svg b/source/species/scorpion.svg new file mode 100755 index 0000000..4211691 --- /dev/null +++ b/source/species/scorpion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/sheep.svg b/source/species/sheep.svg new file mode 100755 index 0000000..91b9b2f --- /dev/null +++ b/source/species/sheep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/shrew.svg b/source/species/shrew.svg new file mode 100755 index 0000000..7cbe14b --- /dev/null +++ b/source/species/shrew.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/snail.svg b/source/species/snail.svg new file mode 100644 index 0000000..5db6bf1 --- /dev/null +++ b/source/species/snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/spider.svg b/source/species/spider.svg new file mode 100755 index 0000000..aa0235d --- /dev/null +++ b/source/species/spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/squirrel.svg b/source/species/squirrel.svg new file mode 100755 index 0000000..b690bd7 --- /dev/null +++ b/source/species/squirrel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/tick.svg b/source/species/tick.svg new file mode 100755 index 0000000..66f7270 --- /dev/null +++ b/source/species/tick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/tomatoes.svg b/source/species/tomatoes.svg new file mode 100755 index 0000000..037d42c --- /dev/null +++ b/source/species/tomatoes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/virus.svg b/source/species/virus.svg new file mode 100755 index 0000000..1fa4f1a --- /dev/null +++ b/source/species/virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/wallaby.svg b/source/species/wallaby.svg new file mode 100755 index 0000000..6d80692 --- /dev/null +++ b/source/species/wallaby.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/yeast.svg b/source/species/yeast.svg new file mode 100755 index 0000000..5cbd629 --- /dev/null +++ b/source/species/yeast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/species/zebrafish.svg b/source/species/zebrafish.svg new file mode 100755 index 0000000..3847976 --- /dev/null +++ b/source/species/zebrafish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..c6fe6a9 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,308 @@ + + + + + EBI Icon fonts < EBI Visual Framework < EMBL-EBI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + +
+ +
+ + + + + + + +
+
+
+
+ +
+ +
+ + +
+
+
+
+
+ +
+

EMBL-EBI Icon fonts for the life sciences

+

EMBL-EBI has produced a robust set of icon fonts that represent actions and things common in our field, like databases; actions, like uploading; concepts, like gene expression; or platforms, like e-mail or Twitter.

+ +

If you're in need of an icon for a squirrel, bucket, or something useful: Request an icon

+ +

Using these fonts

+ +
+
+

To use these on a website, include the fonts.css stylesheet listed below, and use the HTML code examples listed in the gallery further down the page.

+
    +
  • You can load the default CSS by linking to the v1.2 release at www.ebi.ac.uk/web_guidelines/EBI-Icon-fonts/v1.1/fonts.css
  • + +
  • To make the icons appear, you need to include particular class and data-icon attributes in the relevant HTML element: +

    <strong><i class="icon icon-generic" data-icon="4"></i> This is an example icon</strong>

    +

    The browser's CSS parser will read the data-icon parameter and use the icon pictogram corresponding to "4":

    +

    This is an example icon

    +
  • +
  • The EBI Visual framework no longer adds automatic padding to icons (in most scenarios), if you want to add padding, use the helper classes or add .icon-spacer to the .icon's element.
  • +
+
+
+

If your computer does not already have these fonts installed, use the links to download TTF files. Need help installing?

+

Note: You can preview the icons below.

+
    +
  • The Conceptual font: icons for things like "DNA", "Chemical biology' and "Ontologies"
  • +
  • The Functional font: icons for "compare", "align", "approve", "download" and so forth.
  • +
  • The Generic font: icons for things like "info", "New", "link" and "location".
  • +
  • Social Media: handily enough, the Social Media font has icons for... social media!
  • +
  • Species: where you can find an icon for yeast.
  • +
  • Chemistry: you guessed it.
  • +
+
+
+

Need to do something else?

+ +
+ + +
+
+ +
+

Need help?

+

Head to the issue queue

+ +

Just a bit of guidance?

+

For more information on using fonts with the EMBL-EBI Visual Framework and making the most of the framework, view the EBI Pattern Library

+ +

Looking for "Corporate" fonts?

+

If you are making official EMBL-EBI documents, including slides and posters, it's best if you use Helvetica Neue Pro in your headings.

+ +
+
+ +
+ + + + +

The gallery

+
+ + +
+ include "EBI-Generic.html" + include "EBI-Chemistry.html" + include "EBI-Conceptual.html" + include "EBI-FileFormats.html" + include "EBI-Functional.html" + include "EBI-Species.html" + include "EBI-SocialMedia.html" + + + +
+
+ + +
+ + +
+ + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + diff --git a/templates/partial.html b/templates/partial.html new file mode 100644 index 0000000..099cd2d --- /dev/null +++ b/templates/partial.html @@ -0,0 +1,31 @@ + +

The gallery

+
+
+ +
+ +
+ include "EBI-Generic.html" + include "EBI-Chemistry.html" + include "EBI-Conceptual.html" + include "EBI-FileFormats.html" + include "EBI-Functional.html" + include "EBI-Species.html" + include "EBI-SocialMedia.html" +
+
diff --git a/templates/preview.hbs b/templates/preview.hbs new file mode 100755 index 0000000..a879fef --- /dev/null +++ b/templates/preview.hbs @@ -0,0 +1,32 @@ + + + + Icons Preview! + + + + + +{{/with}} + + + +

xxxx - you can change this in the previewTemplate option

+ {{#each icons}} + {{#with this}} +
{{prefix}}{{name}}:

+ {{/with}} + {{/each}} + + diff --git a/templates/template-webfont.html b/templates/template-webfont.html new file mode 100755 index 0000000..3ebe7e7 --- /dev/null +++ b/templates/template-webfont.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + <% for (var glyphIdx = 0; glyphIdx < glyphs.length; glyphIdx++) { var glyph = glyphs[glyphIdx] %> + <% var charcode = '&#x' + codepoints[glyphIdx] %> + + <% + _.mixin({ + pretify: function(string) { + string = string.replace(/_id$/, '').replace(/_/g, ' ').replace(/-/g, ' '); + return string.charAt(0).toUpperCase() + string.substring(1).toLowerCase(); + } + }); + %> + <% var glyphPretty = _(glyph).pretify(); %> + + + + + + <% } %> + +
<%= fontFamilyName %> <% if (version) { %>version <%= version %><% } %>HTMLDrupal
<%= glyphPretty %> <* class="icon <%= baseClass %>" data-icon="<%= charcode %>">[<%= baseClass %>:<%= charcode %>]