Team:Aalto-Helsinki/Business

From 2014.igem.org

(Difference between revisions)
Line 152: Line 152:
     Do not put href attribute, it will be replaced with a link to the image.
     Do not put href attribute, it will be replaced with a link to the image.
     Moreover, inner html of the anchor tag will be "figure x" where x is the
     Moreover, inner html of the anchor tag will be "figure x" where x is the
-
     correct figure number.
+
     correct figure number. If span or anchor has "." as the inner html, the
 +
    caption will be capitalized.
     */
     */
     var images = $('img[ref]');
     var images = $('img[ref]');
Line 174: Line 175:
                 } else {
                 } else {
                     e2.innerHTML = "figure " + (index+1);
                     e2.innerHTML = "figure " + (index+1);
 +
                }
 +
            });
 +
        }
 +
    );
 +
 +
    // Table reference script
 +
    /*
 +
    USAGE:
 +
    tag table with a tab that is connected to the table, such as:
 +
    <table ref="intensities" />
 +
    When you insert a reference in text, put a tag with a ref attribute:
 +
    <a tab="intensities"></a>
 +
    Do not put href attribute, it will be replaced with a link to the image.
 +
    Moreover, inner html of the anchor tag will be "table x" where x is the
 +
    correct table number. If span or anchor has "." as the inner html, the
 +
    caption will be capitalized.
 +
    */
 +
    var tables = $('table[tab]');
 +
    $.each(tables, function(index, e){
 +
            var tableName = e.getAttribute("tab");
 +
            if (!e.id){
 +
                e.setAttribute("id","figure"+(index+1));
 +
            }
 +
            $.each($('a[tab="'+tableName+'"]'), function(j, e2){
 +
                e2.setAttribute("href","#"+e.id);
 +
                if (e2.innerHTML == "."){
 +
                    e2.innerHTML = "Table " + (index+1);
 +
                } else {
 +
                    e2.innerHTML = "table " + (index+1);
 +
                }
 +
            });
 +
            $.each($('span[tab="'+tableName+'"]'), function(j, e2){
 +
                e2.setAttribute("href","#"+e.id);
 +
                if (e2.innerHTML == "."){
 +
                    e2.innerHTML = "Table " + (index+1);
 +
                } else {
 +
                    e2.innerHTML = "table " + (index+1);
                 }
                 }
             });
             });

Revision as of 16:22, 9 October 2014

Our Business Idea

Summer of Startups

What Is Summer of Startups?

We took part in Summer of Startups, a startup incubator by Aalto University. We met a lot of other small startups and people interested in them. We found out how to pitch synthetic biology to people that know nothing about it. It just needed a sympathetic mascot and explaining how a bioreactor is a work place for him.

The program included two different occasions where we pitched our startup idea. There was pitching night, where we competed in pitching with all the other teams. Then there was Demo Day, a massive event with hundreds of people where we presented ourselves and run a booth for the whole evening, getting people excited about us and synthetic biology. We presented ourselves to an audience of hundreds and many of them came by our booth later.

The Life of a Biotech Startup

Kokemukset SoSissa olemisessa / biotech startuppina olemisesta ja vaikeuksista ja hienouksista.


Photos of Our Startup Journey

Our Business Plan