# HG changeset patch # User nick # Date 1353426800 0 # Node ID 2b8de4c69a20a220c6b56d8ff7d5bdc409374110 # Parent 4f7db130a2434bb439c7454520d47996b205c123 first site push diff -r 4f7db130a243 -r 2b8de4c69a20 .DS_Store Binary file .DS_Store has changed diff -r 4f7db130a243 -r 2b8de4c69a20 .gitignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,11 @@ +pkg +failed +buildr.pdf +rdoc +_reports +_site +_snapshot +_staged +_release +tmp +*.log diff -r 4f7db130a243 -r 2b8de4c69a20 _config.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_config.yml Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,1 @@ +pygments: true diff -r 4f7db130a243 -r 2b8de4c69a20 _layouts/default.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_layouts/default.html Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,56 @@ + + + + BioAid — {{ page.title }} + + + + + + +
+ +
+
    +
  1. Start Here +
      +
    1. Welcome
    2. +
    3. Information
    4. +
    5. People & Contact
    6. +
    +
  2. +
  3. Developer +
      +
    1. Get Involved
    2. +
    3. Technical Docs
    4. +
    +
  4. +
  5. Project Links +
      +

      +

      +

      +
    +
  6. + + +
+
+
+

{{ page.title }}

+ + {{ content }} +
+ +
+ + diff -r 4f7db130a243 -r 2b8de4c69a20 _layouts/preface.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_layouts/preface.html Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,22 @@ + + + + BioAid + + + + + + +
+
+ {{ content }} +
+
+ + diff -r 4f7db130a243 -r 2b8de4c69a20 coming_soon.textile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/coming_soon.textile Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,11 @@ +--- +layout: default +title: Page under construction +--- + + + + +This page is currently under construction. Check back later for updates. + + diff -r 4f7db130a243 -r 2b8de4c69a20 contact.textile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contact.textile Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,28 @@ +--- +layout: default +title: People & Contact +--- + + + + +User feedback is crucial to this project. To provide feedback, please email . . . + + **bioaid-lab@googlegroups.com** + + +This will ensure that your message is sent to all members of the BioAid team. We will soon establish a more formal data collection procedure. + + +h2(#people). People + +table{border:1px solid black}. +|!{width: 100px;}images/port_nc.jpg!|*Nick Clark* +BioAid mobile and lab-scale app development. Algorithm development and engineering.| +|!{width: 100px;}images/port_wl.jpg!|*Wendy Lecluyse* +Evaluation of the aid with impaired listeners in a laboratory setting. This work has provided the parameter presets in the mobile app.| +|!{width: 100px;}images/port_tj.jpg!|*Tim Jürgens* +Evaluation of the algorithm with machine listeners. This work has rigorously tested the algorithm code and will help to provide the next generation of parameters.| +|!{width: 100px;}images/port_rm.jpg!|*Ray Meddis* +Project Lead and original algorithm concept.| + diff -r 4f7db130a243 -r 2b8de4c69a20 css/default.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/css/default.css Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,237 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with this + * work for additional information regarding copyright ownership. The ASF + * licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + + +body { + background-color: #fff; + color: #000; + font-family: "Helvetica Neue", "DejaVu Sans", "Verdana"; + text-align: center; + line-height: 150%; +} + +a:link, a:visited{ + color: #0044b3; + text-decoration: none; +} + +a:hover{ + text-decoration: underline; +} + +img { + border: none; +} + +pre, code { + font-family: "Monaco", "DejaVu Sans Mono", "Courier New", "Courier"; + font-size: 11pt; +} +pre { + margin: 0.3em 0 0.3em 0.9em; + padding: 0; + line-height: 1.8em; + white-space: pre-wrap; /* css-3 */ + white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ +} +pre br { display: none; } + +h1, h2, h3 { + font-family: "Gill Sans"; + padding: 0; + margin: 1.6em 0 0.6em -0.9em; + line-height: 1.25em; + letter-spacing: 0.03em; +} + +h1 { + font-size: 2em; + margin-top: 0; + padding-bottom: 0.3em; + border-bottom: 1px solid #808080; +} + +h2 { + font-size: 1.3em; + padding-bottom: 0.3em; + border-bottom: 1px solid #a0a0a0; +} + +h3 { + font-size: 1.1em; +} + +blockquote { + padding-left: 2em; + padding-right: 2em; + margin-left: 0.3em; + margin-right: 0; + font-style: italic; +} + +ul { + list-style-type: disc; +} + +ul ul { + list-style-type: disc; + padding-left: 1em; +} + +table { + border-spacing: 0; + width: 100%; + margin: 0.3em 0 0.3em 0; +} + +th, td { + padding: 0.3em 0.5em 0.3em 0.5em; + border-bottom: 1px solid #D8D8D8; + vertical-align: top; + background-color: #FFFFFF; +} + +th, thead td { + border-bottom: none; + background-color: #669966; + color: #ffffff; + text-align: left; +} + + +#wrap{ + margin: 1em auto 2em auto; + text-align: left; + width: 65em; +} + + +#header { + margin: 0 0 3em 18em; + position: relative; +} + +#header .tagline { + float: right; + font-size: 1.2em; + font-weight: bold; + position: absolute; + top: 0.6em; + right: 0; +} + + +#pages { /* Parent Wrapper for inside boxes */ +/* display: inline; */ /* IE Hack */ + width: 12em; + float: left; + text-align: left; + margin-right: 2em; + font-family: "Gill Sans"; + font-size: 11pt; + text-align: right; + border-right: 1px solid #ccc; + padding-right: 2em; +} +#pages ol { + list-style: none; + padding: 0; + margin: 0; +} +#pages ol li { + padding: 0.3em 0 0.6em 0em; + color: #CC0033; + font-weight: bold; + font-size: 13pt; +} +#pages ol li ol { + margin-top: 0.3em; + padding: 0.3em 0 0.9em 0.9em; +} +#pages ol li ol li { + padding: 0.3em 0 0.3em 0em; +} +#pages ol li a { + font-weight: normal; +} +#pages form { + margin-top: 2em; + padding: 0.3em 0 0.5em 0.5em; +} +#pages ol li p { + font-weight: normal; + color: #000; + vertical-align: center; +} + + +#content { /* Parent Wrapper for inside boxes */ +/* display: inline; *//* IE Hack */ + float: right; + width: 44em; + margin-left: 0.3em; + margin-bottom: 5em; +} + +ol.toc { + list-style: none; + padding: 0; + margin: 0 0 2em 0; +} +ol.toc li { + padding: 0.3em 0 0.3em 0; + margin: 0; +} +ol.toc li ol.toc { + margin: 0; + padding-left: 0.9em; +} + + +#content p.tip, #content p.note { + margin: 0.9em 0 0 0; + padding: 0 0 2em 4em; +} +#content p.tip { background: url("../images/tip.png") 0 0 no-repeat; } +#content p.note { background: url("../images/note.png") 0 0 no-repeat; } + +#content .footnote { + margin-top: 2.5em; +} +#content .footnote { + padding-top: 1.5em; + border-top: 1px solid #ccc; +} +#content .footnote + .footnote { + margin-top: 0.5em; + padding-top: 0; + border: none; +} +#content .footnote sup { font-weight: bold; } + +#content .footnote-links dt { font-weight: bold; } +#content .footnote-links dt:after { content: ": " } +#content .footnote-links dd { } + + +#footer { + color: #888; + border-top: 1px solid #ccc; + font-size: 0.9em; + padding: 0.3em; + margin: 2em 0 3em 0em; + clear: both; +} diff -r 4f7db130a243 -r 2b8de4c69a20 css/print.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/css/print.css Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,101 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with this + * work for additional information regarding copyright ownership. The ASF + * licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + + +@media print { + @page { size: letter; } + @page:first { + @top-left { content: normal } + @top-right { content: normal } + } + @page:right { + margin: 1.25in 1in 1.5in 1.5in; + font: normal 10pt "Gill Sans" !important; + @top-left { content: string(pagetitle); } + @top-right { content: counter(page); } + } + @page:left { + margin: 1.25in 1.5in 1.5in 1in; + font: normal 10pt "Gill Sans" !important; + @top-left { content: counter(page); } + @top-right { content: string(pagetitle); } + } + + title { string-set: doctitle content(); } + + body { + font-family: "Palatino"; + margin: 0; + color: black; + background: white; + font-size: 11pt; + } + + h1 { + string-set: pagetitle content(); + page-break-before: always; + } + h1:first-child { page-break-before: avoid; } + h1, h2, h3 { + font-family: "Gill Sans"; + } + pre, p, blockquote { page-break-inside: avoid; } + pre, code { + font-family: "Monaco", "DejaVu Sans Mono", "Courier New", "Courier"; + font-size: 9pt; + } + pre br { + display: none; + } + a:link, a:visited { + background: transparent; + text-decoration: none; + } + + + #header, #pages, #footer { display: none } + #wrap, #content { + float: none !important; + color: black; + background: transparent; + width: auto !important; + margin: 0; + padding: 0; + border: 0; + } + + ol.toc a:link, ol. a:visited { text-decoration: none; } + ol.toc a:after { content: leader('.') target-counter(attr(href), page); } + + .title { + page-break-before: always; + border: none; + } + .title img { + display: block; + width: 80%; + margin: 2em auto 4em auto; + } + p.preface { + page-break-before: always; + padding-top: 1.5in; + } + div.preface.quotes { + page-break-before: always; + padding-top: 1in; + } + +} diff -r 4f7db130a243 -r 2b8de4c69a20 css/syntax.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/css/syntax.css Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,23 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with this + * work for additional information regarding copyright ownership. The ASF + * licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + +.highlight .k, .highlight .kp { color: blue } /* keyword */ +.highlight .no { color: darkblue } /* constant */ +.highlight .s1 { color: red } /* string */ +.highlight .n { color: black } /* identifier */ +.highlight .o, .highlight .p { color: darkblue } /* = + */ +.highlight .ss { color: darkblue } /* symbol */ +.highlight .c1 { color: gray } /* comment */ diff -r 4f7db130a243 -r 2b8de4c69a20 images/.DS_Store Binary file images/.DS_Store has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/Screenshot_A.png Binary file images/Screenshot_A.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/Screenshot_A_web.png Binary file images/Screenshot_A_web.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/Screenshot_B.png Binary file images/Screenshot_B.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/Screenshot_B_web.png Binary file images/Screenshot_B_web.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/Screenshot_C.png Binary file images/Screenshot_C.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/Screenshot_C_web.png Binary file images/Screenshot_C_web.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/app_ico.png Binary file images/app_ico.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/app_ico_big.png Binary file images/app_ico_big.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/appstore_download.png Binary file images/appstore_download.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/appstore_download_hires.png Binary file images/appstore_download_hires.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/bioaid.png Binary file images/bioaid.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/body-bg.png Binary file images/body-bg.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/facebook_button.gif Binary file images/facebook_button.gif has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/favicon.png Binary file images/favicon.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/github.jpeg Binary file images/github.jpeg has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/highlight-bg.jpg Binary file images/highlight-bg.jpg has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/hr.png Binary file images/hr.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/note.png Binary file images/note.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/octocat-icon.png Binary file images/octocat-icon.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/port_nc.jpg Binary file images/port_nc.jpg has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/port_rm.jpg Binary file images/port_rm.jpg has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/port_tj.jpg Binary file images/port_tj.jpg has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/port_wl.jpg Binary file images/port_wl.jpg has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/tar-gz-icon.png Binary file images/tar-gz-icon.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 images/zip-icon.png Binary file images/zip-icon.png has changed diff -r 4f7db130a243 -r 2b8de4c69a20 index.html --- a/index.html Tue Nov 20 09:25:20 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ - - - - - - - - - - - BioAid by audioplastic - - - -
-
- -
-

BioAid

-

A biologically inspired hearing-aid

-
- -
- Download .zip - Download .tar.gz - View on GitHub -
- -
- -
-

Welcome to BioAid

- -

This is the website that accompanies the BioAid. The algorithm source will be made available via a public git repository in the near future.

- -

Check back soon

- -

This is just a bare-bones site at the moment. We have lots of things in store for the site, including detailed instructions for developers and users, as well as feedback forms and more.

-
- - - - -
-
- - \ No newline at end of file diff -r 4f7db130a243 -r 2b8de4c69a20 index.textile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.textile Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,19 @@ +--- +layout: default +title: BioAid.org.uk +--- + + + + +The core of the BioAid project is a novel hearing aid algorithm based on our knowledge of the biological processes that occur in the ear. + +|!