Difference between revisions of "Team:Cooper Union"

Line 61: Line 61:
  
 
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 
</html>
 
<!DOCTYPE html>
 
<html>
 
    <head>   
 
        <script src="http://code.jquery.com/jquery-latest.min.js">
 
        </script>
 
            <style>
 
            .oh{
 
                width:100%; height:100%;
 
            }
 
                   
 
            </style>
 
        <script>
 
        function capitalizeFirstLetter(string) {
 
            return string.charAt(0).toUpperCase() + string.slice(1);
 
                }
 
            $(document).ready(function(){
 
                var partysize = ["1","2","3","4","5","6","7","8"];
 
                var drinks = ["mocha cappucino","tropical paradise"];
 
                $("body").append("<img class=oh src=http://www.carnivalofillusion.com/media/cafe-poca-cosa-tucson.jpg />");
 
                var response = prompt("Welcome to Cafe a la Chateau. My name is Charles and I will be your server today. By what name may I refer to you as?")
 
                response= capitalizeFirstLetter(response);
 
                var output = prompt("Pleasure to meet you, " + response + "! Let me get you seated immediately. Please inform me of the size of your party, just a number would be perfect.");
 
                if(output<=4) {
 
                    var check = prompt("Wonderful. I have exactly "+ partysize[output -1] +" seats with a beautiful view of the ocean on my right. Would that be alright? (Answer yes or no) ");
 
                            if(check.toLowerCase() === "yes") {
 
                                setTimeout(function(){
 
                                        var drorder = prompt("Now what can I get you today? Shall we begin with drinks? Our most popular are the mocha cappuccino and tropical paradise.");
 
                                            if(drinks.indexOf(drorder)<= drinks.length){
 
                                              var drinkconf = confirm("Just to confirm, that's a " + drorder + "?");
 
                                          }
 
                                              //$("body").append("<img src=http://maxcdn.thedesigninspiration.com/wp-content/uploads/2009/12/coffee-foam/Coffee-Foam-Art-01.jpg />");
 
                                },2000)
 
                                setTimeout(function(){
 
                                    var alerting = alert("Here you are. " + "Enjoy your stay here " + response + ", please don't hesitate to call me over at any time.")
 
                                },4000)
 
 
                            }
 
                            else {
 
                                var pickyseater = prompt("Not a problem, where would you prefer to sit? By the entrance? On the terrace?")
 
                                if (pickyseater.toLowerCase() === "on the terrace"){
 
                                }
 
                                else {
 
                                }
 
                            }
 
                                }
 
                else{
 
                var tired = alert("I'm so terribly sorry, we can't seem to accomodate such a large party at this time."
 
                    + " Please do come again another time.");
 
                }
 
            });
 
            </script>
 
 
    </head>
 
    <body>
 
 
    </body>
 
 
</html>
 

Revision as of 03:37, 26 August 2015



Add a banner to your wiki!

You can make the image 980px by 200px

Remember to call the file: "Team_Cooper_Union_banner.jpg"

Welcome to iGEM 2015!

Your team has been approved and you are ready to start the iGEM season!

Before you start:

Please read the following pages:

Styling your wiki

You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.

While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.

Editing your wiki

On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world!

Click here to edit this page!

See tips on how to edit your wiki on the Template Documentation page.

Templates

This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the Template Documentation page.

Tips

This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:

  • State your accomplishments! Tell people what you have achieved from the start.
  • Be clear about what you are doing and how you plan to do this.
  • You have a global audience! Consider the different backgrounds that your users come from.
  • Make sure information is easy to find; nothing should be more than 3 clicks away.
  • Avoid using very small fonts and low contrast colors; information should be easy to read.
  • Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the iGEM 2015 calendar
  • Have lots of fun!

Inspiration

You can also view other team wikis for inspiration! Here are some examples:

Uploading pictures and files

You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name.
When you upload, set the "Destination Filename" to Team:YourOfficialTeamName/NameOfFile.jpg. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)

CLICK HERE TO UPLOAD FILES