Difference between revisions of "Team:UMaryland/fundraising"

 
(44 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
{{Team:UMarylandClasses}}
 
{{Team:UMarylandClasses}}
 
{{Team:UMarylandMenu}}
 
{{Team:UMarylandMenu}}
 +
{{Team:UMaryland/UMD15_CSSJS}} 
  
 
<html>
 
<html>
  
 
<!--Attention! If you are not part of the website team, you are NOT allowed to touch anything above this line without the express permission of Best Kohai.-->
 
<!--Attention! If you are not part of the website team, you are NOT allowed to touch anything above this line without the express permission of Best Kohai.-->
 
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Team:UMaryland/bootstrap.css?action=raw&ctype=text/css">
 
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Team:UMaryland/UMD_description.css?action=raw&ctype=text/css">
 
  
 
<style type="text/css">
 
<style type="text/css">
#squeeze {
 
margin:auto;
 
width:80%;
 
margin:10px;
 
padding:10px;
 
overflow:hidden;
 
}
 
#squeeze h1,h2,h3,h4,p,img,a {
 
width: 80%;
 
margin: auto;
 
}
 
  
#cover {
 
overflow:hidden;
 
position:relative;
 
width:100%;
 
margin:auto;
 
padding:0px;
 
background-image: url("http://www.swedenrecycling.se/wp-content/uploads/Provtagning_colourbox.jpg");
 
background-repeat: no-repeat;
 
height: 100%;
 
width:100%;
 
min-height:1109;
 
min-width:675;
 
color: red;
 
font-family: Tahoma, Geneva, sans-serif;
 
font-size:xx-large;
 
text-align: center;
 
bottom:-35px;
 
}
 
 
h1 {
 
h1 {
 
font-size: 250%;
 
font-size: 250%;
Line 58: Line 27:
 
p {
 
p {
 
font-size: 100%;
 
font-size: 100%;
 +
}
 +
body {
 +
background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #2BB1FF 100%);
 +
background-size: 1000% ;
 +
background-repeat: no-repeat;
 +
}
 +
#yolo {
 +
width:100%;
 +
background-color: #89e1ff;
 +
position:relative;
 +
z-index:-1;
 +
top:-220px;
 
}
 
}
  
#layer1 {
+
#makebank {
 +
float:left;
 +
width:70%;
 +
left:240px;
 +
position:absolute;
 +
}
 +
 
 +
#sidemenu {
 +
position:fixed;
 +
float:left;
 +
width: 200px;
 +
top:200px;
 +
}
 +
 
 +
#sidemenu,
 +
#sidemenu ul,
 +
#sidemenu ul li,
 +
#sidemenu ul li a {
 +
  margin: 0;
 +
  padding: 0;
 +
  border: 0;
 +
  list-style: none;
 +
  line-height: 1;
 +
  display: block;
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
}
 +
 
 +
#sidemenu ul ul {
 +
  display: none;
 +
}
 +
.align-right {
 +
  float: right;
 +
}
 +
#sidemenu > ul > li > a {
 +
  padding: 15px 20px;
 +
  border: 1px solid black;
 +
  cursor: pointer;
 +
  z-index: 2;
 +
  font-size: 14px;
 +
  font-weight: bold;
 +
  text-decoration: none;
 +
  color: #000000;
 +
background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #2BB1FF 100%);
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
 +
}
 +
 
 +
#sidemenu > ul > li > a:hover,
 +
#sidemenu > ul > li.active > a,
 +
#sidemenu > ul > li.open > a {
 +
  color: #000000;
 +
background-image: -webkit-linear-gradient(top, #C9C9C9 0%, #FFFFFF 100%);
 +
}
 +
#sidemenu > ul > li.open > a {
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
 +
  border-bottom: 1px solid #1682ba;
 +
}
 +
 
 +
 
 +
#sidemenu > ul > li > a:hover > span::after,
 +
#sidemenu > ul > li.active > a > span::after,
 +
#sidemenu > ul > li.open > a > span::after {
 +
  border-color: #eeeeee;
 +
}
 +
.holder::before {
 +
  top: 18px;
 +
  border-top: 2px solid;
 +
  border-left: 2px solid;
 +
  border-top-color: inherit;
 +
  border-left-color: inherit;
 +
}
 +
#sidemenu ul ul li a {
 +
  cursor: pointer;
 +
  border-bottom: 1px solid #32373e;
 +
  border-left: 1px solid #32373e;
 +
  border-right: 1px solid #32373e;
 +
  padding: 10px 20px;
 +
  z-index: 1;
 +
  text-decoration: none;
 +
  font-size: 13px;
 +
  color: #eeeeee;
 +
  background: #49505a;
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
 +
}
 +
#sidemenu ul ul li:hover > a,
 +
#sidemenu ul ul li.open > a,
 +
#sidemenu ul ul li.active > a {
 +
  background: #424852;
 +
  color: #ffffff;
 +
}
 +
#sidemenu ul ul li:first-child > a {
 +
  box-shadow: none;
 +
}
 +
#sidemenu ul ul ul li:first-child > a {
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
 +
}
 +
#sidemenu ul ul ul li a {
 +
  padding-left: 30px;
 +
}
 +
#sidemenu > ul > li > ul > li:last-child > a,
 +
#sidemenu > ul > li > ul > li.last > a {
 +
  border-bottom: 0;
 +
}
 +
#sidemenu > ul > li > ul > li.open:last-child > a,
 +
#sidemenu > ul > li > ul > li.last.open > a {
 +
  border-bottom: 1px solid #32373e;
 +
}
 +
#sidemenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
 +
  border-bottom: 0;
 +
}
 +
#sidemenu ul ul li.has-sub > a::after {
 +
  display: block;
 +
  position: absolute;
 +
  content: "";
 +
  width: 5px;
 +
  height: 5px;
 +
  right: 20px;
 +
  z-index: 10;
 +
  top: 11.5px;
 +
  border-top: 2px solid #eeeeee;
 +
  border-left: 2px solid #eeeeee;
 +
  -webkit-transform: rotate(-135deg);
 +
  -moz-transform: rotate(-135deg);
 +
  -ms-transform: rotate(-135deg);
 +
  -o-transform: rotate(-135deg);
 +
  transform: rotate(-135deg);
 +
}
 +
#sidemenu ul ul li.active > a::after,
 +
#sidemenu ul ul li.open > a::after,
 +
#sidemenu ul ul li > a:hover::after {
 +
  border-color: #ffffff;
 +
}
 +
 
 +
#cover {
 
overflow:hidden;
 
overflow:hidden;
 
position:relative;
 
position:relative;
top:150px;
 
width:100%;
 
 
margin:auto;
 
margin:auto;
 
padding:0px;
 
padding:0px;
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #74CF83), color-stop(50, #FFFFFF), color-stop(100, #74CF83));
+
background-image: url("https://static.igem.org/mediawiki/2015/a/a8/Launchtable.png");
min-height:42px;
+
background-repeat: no-repeat;
 +
width:100%;
 +
height:800px;
 +
color: #000000;
 +
font-family: Tahoma, Geneva, sans-serif;
 +
font-size:large;
 +
opacity:1;
 +
z-index:-2;
 +
top:-220px;
 
}
 
}
#layer2 {
+
 
overflow:hidden;
+
#bubble {
position:relative;
+
width:42%;
 +
height:300px;
 +
border: 2px solid black;
 +
border-radius:10px;
 +
display:inline-block;
 +
background-image: -webkit-linear-gradient(left, #ffffff 0%, #F6F6F6 47%, #ededed 100%);
 +
margin:10px;
 +
padding:10px;
 +
}
 +
 
 +
#quote {
 
width:100%;
 
width:100%;
 +
height:300px;
 +
border-top: 2px solid black;
 +
border-bottom: 2px solid black;
 +
background-color: rgba(46, 255, 98, .5);
 +
margin:10px;
 +
padding:10px;
 +
opacity:1;
 
margin:auto;
 
margin:auto;
padding:0px;
+
position:absolute;
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #5CF2F2), color-stop(50, #FFFFFF), color-stop(100, #5CF2F2));
+
bottom:0px;
min-height:42px;
+
text-align:center;
 
}
 
}
#layer3 {
+
 
 +
#button2 {
 
overflow:hidden;
 
overflow:hidden;
 +
display: inline-block;
 +
height:60px;
 +
width: 200px;
 +
background-image: -webkit-linear-gradient(top, #D7DEE3 0%, #ffffff 51%, #D7DEE3 100%);
 +
border: 2px solid black;
 +
border-radius: 10px;
 
position:relative;
 
position:relative;
 +
padding:10px;
 +
font-size:medium;
 +
color:black;
 +
text-align: center;
 +
}
 +
 +
#bar{
 +
display: inline-block;
 +
opacity:1;
 +
background-color: rgba(255,255,255,.5);
 +
color:black;
 +
border-top:4px solid black;
 +
border-bottom:4px solid black;
 
width:100%;
 
width:100%;
margin:auto;
+
text-align:center;
padding:0px;
+
height:400px;
background-color:#81F7F3;
+
position:absolute;
min-height:42px;
+
bottom:0px;
 
}
 
}
 
</style>
 
</style>
  
 +
<body>
  
 +
<div id='cover'>
 +
<div id='bar'>
 +
<div style="width:70%;margin:auto;">
 +
<p style = "font-size: 32px"><b>A Step-By-Step Guide to Successfully Financing Your iGEM Team</b>
 +
<p style = "font-size: 24px">By Kevin Fan, Finance Director of UMaryland iGEM 2015
 +
<p style = "font-size: 18px">"Kevin has successfully started several non-profit companies focused on enhancing science education among younger students. From his experiences, he has had prior training in accounting, management, and leadership. He is thus uniquely qualified to address the topic of acquiring team funding, which he does so in the following piece."</p>
 +
<p style = "font-size: 18px" align = "right">-- Iowis Zhu, President of UMaryland iGEM 2015</p>
 +
</div>
 +
</div>
 +
</div>
  
<div id='layer1'>
+
<div id='yolo'>
<div id='squeeze'>
+
<h1 align="center"><b>A Step-By-Step Guide to Successfully Financing Your iGEM Team</b></h1>
+
<h2 align="center">By Kevin Fan, Fundraising Chair of UMaryland iGEM 2015</h2>
+
<br>
+
<p style = "font-size: 18px">Kevin has successfully started several non-profit companies focused on enhancing science education among younger students. From his experiences, he has had prior training in accounting, management, and leadership. He is thus uniquely qualified to address the topic of acquiring team funding, which he does so in the following piece.</p>
+
<p style = "font-size: 16px" align = "right">-- Iowis Zhu, President of UMaryland iGEM 2015</p>
+
<p style="font-size: 24px">Table of Contents</p>
+
<br>
+
<p style="font-size: 16px">Why Fundraise?</p>
+
<br>
+
<p style="font-size: 16px">Pitching an Invigorating Story</p>
+
<br>
+
<p style="font-size: 16px">Preliminary Steps</p>
+
<p style="font-size: 14px">Budget Plan</p>
+
<p style="font-size: 14px">Executive Summary</p>
+
<p style="font-size: 14px">Brochure</p>
+
<p style="font-size: 14px">Video</p>
+
<br>
+
<p style="font-size: 16px">Funding Avenues</p>
+
<p style="font-size: 14px">Crowdfunding</p>
+
<p style="font-size: 14px">University Support</p>
+
<p style="font-size: 14px">Corporations</p>
+
<p style="font-size: 14px">Grants</p>
+
<p style="font-size: 14px">Individual Donations</p>
+
<p style="font-size: 14px">Products/Services</p>
+
<br>
+
<p style="font-size: 16px">The Grind</p>
+
<br>
+
<p style="font-size: 16px">Effective Financial Management</p>
+
<br>
+
<p style="font-size: 16px">Misc. Advice</p>
+
  
 +
<div id='sidemenu'>
 +
<ul>
 +
<li><a href="#whyfundraise" class="smoothScroll"><span>Why Fundraise?</span></a></li>
 +
<li><a href="#preliminary" class="smoothScroll"><span>Preliminary Steps</span></a></li>
 +
<li><a href='#sources' class="smoothScroll"><span>Where to look?</span></a></li>
 +
<li><a href='#grind' class="smoothScroll"><span>Making Cold Calls</span></a></li>
 +
<li><a href='#management' class="smoothScroll"><span>Effective Management</span></a></li>
 +
<li><a href='#misc' class="smoothScroll"><span>Misc. Advice</span></a></li>
 +
<li><a href='#conclusion' class="smoothScroll"><span>Conclusion</span></a></li>
  
<h2><b>Why Fundraise?</b></h2>
+
</ul>
 +
</div>
 +
 
 +
<div id='makebank'>
 +
<a name="whyfundraise"><h2><b>Why Fundraise?</b></h2></a>  
 
<p style = "font-size: 18px">Fundraising is a critical component to successfully navigating the iGEM competition season. It is perhaps one of the most important yet underappreciated activities of any organization.  
 
<p style = "font-size: 18px">Fundraising is a critical component to successfully navigating the iGEM competition season. It is perhaps one of the most important yet underappreciated activities of any organization.  
Like lab work, fundraising is not a straightforward process, and will lead to many dead ends and failed attempts before bearing fruit. In writing this guide, I hope to make fundraising fun and easy for your team.</p>
+
Like lab work, fundraising is not a straightforward process, and will lead to many dead ends and failed attempts before bearing fruit. In writing this guide, I hope to make fundraising fun and easy for your team. This guide will walk you through the process that UMaryland went through to successfully meet our fundraising targets and send 16 members to with money to spare, and includes the actual documents we sent to our sponsors to solicit funds.</p>
  
<h2><b>Preliminary Steps</b></h2>
+
<a name="preliminary"><h2><b>Preliminary Steps</b></h2></a>
  
 
<p style = "font-size: 22px"><i>Budget Plan</i></p>
 
<p style = "font-size: 22px"><i>Budget Plan</i></p>
 
<p style = "font-size: 18px">Before delving into the fundraising process, there are a few documents and analyses that you need to prepare. First and foremost is a Budget Plan for all expected expenditures leading up to the competition. This will vary from team to team, but generally will include registration fees, lab expenses, and expenses related to travel, food, and lodging. Some teams may want to include a stipend for their students as well. UMaryland iGEM’s 2015 Budget Plan is linked below.</p>
 
<p style = "font-size: 18px">Before delving into the fundraising process, there are a few documents and analyses that you need to prepare. First and foremost is a Budget Plan for all expected expenditures leading up to the competition. This will vary from team to team, but generally will include registration fees, lab expenses, and expenses related to travel, food, and lodging. Some teams may want to include a stipend for their students as well. UMaryland iGEM’s 2015 Budget Plan is linked below.</p>
 +
<a href = "https://static.igem.org/mediawiki/2015/e/e3/UMarylandiGEM_BudgetPlan_2015.pdf">
 +
<div id = 'button2'>
 +
<p>Click here to read our budget plan</p>
 +
</a></div>
 +
<p style = "font-size: 18px">Note that many of the values in the Budget Plan, particularly the registration and lab expenses, can be highly variable and flexible.</p>
 +
  
<br>
 
<p style = "font-size: 18px">Note that many of the values in the Budget Plan, particularly the registration and lab expenses, can be highly variable and flexible.</p>
 
 
<br>
 
<br>
 
<p style = "font-size: 22px"><i>Executive Summary</i></p>
 
<p style = "font-size: 22px"><i>Executive Summary</i></p>
 
<p style = "font-size: 18px">After you figure out how much money you will need, the next step is to prepare an <b>Executive Summary</b>. This should be a one-page document detailing your mission and goals. Keep your audience in mind when writing the executive summary: what kind of initiatives do deans, department chairs, and corporate leaders want to give money to? There’s no need to go into heavy detail about the science behind your work; instead, emphasize the impact iGEM has on students and the community. UMaryland iGEM’s 2015 Executive Summary is linked below.</p>
 
<p style = "font-size: 18px">After you figure out how much money you will need, the next step is to prepare an <b>Executive Summary</b>. This should be a one-page document detailing your mission and goals. Keep your audience in mind when writing the executive summary: what kind of initiatives do deans, department chairs, and corporate leaders want to give money to? There’s no need to go into heavy detail about the science behind your work; instead, emphasize the impact iGEM has on students and the community. UMaryland iGEM’s 2015 Executive Summary is linked below.</p>
 
<br>
 
<br>
 +
<a href = "https://static.igem.org/mediawiki/2015/2/26/UMarylandiGEM_ExecutiveSummary_2015.pdf">
 +
<div id = 'button2'>
 +
<p>Click here to read our executive statement</p>
 +
</a>
 +
</div>
 
<p style = "font-size: 22px"><i>Informational Brochure</i></p>
 
<p style = "font-size: 22px"><i>Informational Brochure</i></p>
 
<p style = "font-size: 18px">The executive summary is great for professional use, but creating a <b>Brochure</b> can be a more effective way to reach out to people. Brochures, in general, are easier and more interesting to read, and is more likely to captivate the audience. UMaryland iGEM’s 2015 Brochure is linked below.</p>
 
<p style = "font-size: 18px">The executive summary is great for professional use, but creating a <b>Brochure</b> can be a more effective way to reach out to people. Brochures, in general, are easier and more interesting to read, and is more likely to captivate the audience. UMaryland iGEM’s 2015 Brochure is linked below.</p>
 
<br>
 
<br>
<p style = "font-size: 22px"><i>Video</i></p>
+
<a href = "https://static.igem.org/mediawiki/2015/c/cd/UMarylandiGEM_Brochure_2015.pdf">
<p style = "font-size: 18px">Last, but not least, compiling a <b>Video</b> is a good way to spread the message to a large number of people. If your video is interesting, people will want to watch it and share it, creating organic growth that your team can take advantage of to make money. Having a video is also a critical component of crowdfunding. UMaryland iGEM’s 2015 Video is linked below.</p>
+
<div id='button2'>
 +
<p>Click here to read our brochure</p>
 +
</a>
 +
</div>
 +
 
 
<br>
 
<br>
 +
<p style = "font-size:22px"><b>Video</b></p>
 +
<p style = "font-size:18px">Last, but not least, compiling a <b>Video</b> is a good way to spread the message to a large number of people. If your video is interesting, people will want to watch it and share it, creating organic growth that your team can take advantage of to make money. Having a video is also a critical component of crowdfunding. UMaryland iGEM’s 2014 Video is below.</p>
 +
<iframe width="560" height="315" src="https://www.youtube.com/embed/ReEBV5vmKRs" frameborder="0" allowfullscreen></iframe>
 
<br>
 
<br>
<h2><b>Funding Avenues: Where should an iGEM team look for money?</b></h2>
+
<a name="sources"><h2><b>Funding Avenues: Where should an iGEM team look for money?</b></h2></a>
 
<p style = "font-size: 22px"><i>Crowdfunding</i></p>
 
<p style = "font-size: 22px"><i>Crowdfunding</i></p>
 
<p style = "font-size: 18px">Crowdfunding is the practice of funding a project or venture by raising monetary contributions from a large number of people, typically via the internet. As a revenue stream it can be hit or miss. How well it does depends solely on how well you advertise it. UMaryland iGEM 2015 used a University-run crowdsourcing program called LaunchUMD. You can explore our crowdfunding effort for our 2014 project by clicking the image below. Our team reached out to over 200 donors to reach our funding goal. Again, having a video is key to making crowdfunding work.</p>
 
<p style = "font-size: 18px">Crowdfunding is the practice of funding a project or venture by raising monetary contributions from a large number of people, typically via the internet. As a revenue stream it can be hit or miss. How well it does depends solely on how well you advertise it. UMaryland iGEM 2015 used a University-run crowdsourcing program called LaunchUMD. You can explore our crowdfunding effort for our 2014 project by clicking the image below. Our team reached out to over 200 donors to reach our funding goal. Again, having a video is key to making crowdfunding work.</p>
Line 157: Line 324:
 
<p style = "font-size: 22px"><i>University Support</i></p>
 
<p style = "font-size: 22px"><i>University Support</i></p>
 
<p style = "font-size: 18px">The first place you should look to fund your school’s iGEM team is the school itself! Most schools would be happy to give a few thousand dollars to send its students to an international synthetic biology conference. UMaryland iGEM 2015 received funding from the Integrated Life Science Honors Program, the Fischell Department of Bioengineering, the College of Computer, Mathematical, and Natural Sciences, and the Clark School of Engineering. Since we have a diverse group of students consisting of business, biology, bioengineering, computer science, nutrition, public health, biochemistry, and entrepreneurship students, we were able to tap into the coffers of multiple academic departments. Convince your university to give money by talking about how an international conference can further your careers and enhance your educations, as well as bring positive media attention to the school.</p>
 
<p style = "font-size: 18px">The first place you should look to fund your school’s iGEM team is the school itself! Most schools would be happy to give a few thousand dollars to send its students to an international synthetic biology conference. UMaryland iGEM 2015 received funding from the Integrated Life Science Honors Program, the Fischell Department of Bioengineering, the College of Computer, Mathematical, and Natural Sciences, and the Clark School of Engineering. Since we have a diverse group of students consisting of business, biology, bioengineering, computer science, nutrition, public health, biochemistry, and entrepreneurship students, we were able to tap into the coffers of multiple academic departments. Convince your university to give money by talking about how an international conference can further your careers and enhance your educations, as well as bring positive media attention to the school.</p>
<br>
+
<div id='bubble'; style="float: left;">
<p style = "font-size: 22px"><i>Corporations</i></p>
+
<p style = "font-size: 22px;text-align: center;"><i><b>Corporations</b></i></p>
 
<p style = "font-size: 18px">There are many corporations out there that would be happy to help students, but it’s really hard to get a hold of them unless you know a key contact. For UMaryland iGEM, we found a contact with MedImmune and Dupont.</p>
 
<p style = "font-size: 18px">There are many corporations out there that would be happy to help students, but it’s really hard to get a hold of them unless you know a key contact. For UMaryland iGEM, we found a contact with MedImmune and Dupont.</p>
<br>
+
</div>
<p style = "font-size: 22px"><i>Grants</i></p>
+
<div id='bubble'; style="float: center;">
 +
<p style = "font-size: 22px;text-align: center;"><i><b>Grants</b></i></p>
 
<p style = "font-size: 18px">Although UMaryland iGEM 2015 did not apply to any grants this year, we did apply to the Maryland Leadership and Discovery Grant in 2014, our inaugural year. Grants can take a while to process, so start them very early in the competition season. Try to have them submitted by early Spring at the latest.</p>
 
<p style = "font-size: 18px">Although UMaryland iGEM 2015 did not apply to any grants this year, we did apply to the Maryland Leadership and Discovery Grant in 2014, our inaugural year. Grants can take a while to process, so start them very early in the competition season. Try to have them submitted by early Spring at the latest.</p>
<br>
+
</div>
<p style = "font-size: 22px"><i>Individual Donations</i></p>
+
<div id='bubble'; style="float: left;">
<p style = "font-size: 18px">Account for a very small portion of the fundraising. It is unlikely that any individual will contribute more than a few hundred dollars. I was able to give a presentation at the Gaithersburg Rotary Club about a topic we were researching that was of interest to them, and they featured us in their newsletter. I’m not sure if anybody donated because of that, but individual donations en masse can add up to a significant sum.</p>
+
<p style = "font-size: 22px;text-align: center;"><i><b>Individual Donations</b></i></p>
<br>
+
<p style = "font-size: 16px">Account for a very small portion of the fundraising. It is unlikely that any individual will contribute more than a few hundred dollars. I was able to give a presentation at the Gaithersburg Rotary Club about a topic we were researching that was of interest to them, and they featured us in their newsletter. I’m not sure if anybody donated because of that, but individual donations en masse can add up to a significant sum.</p>
<p style = "font-size: 22px"><i>Product/Service Lines</i></p>
+
</div>
 +
<div id='bubble'; style="float: center;">
 +
<p style = "font-size: 22px;text-align: center;"><i><b>Product/Service Lines</b></i></p>
 
<p style = "font-size: 18px">I’ve heard of other iGEM teams selling products or services to make money. UMaryland has never done that before, but the summer science camp is a very lucrative business that we may look into in the future.</p>
 
<p style = "font-size: 18px">I’ve heard of other iGEM teams selling products or services to make money. UMaryland has never done that before, but the summer science camp is a very lucrative business that we may look into in the future.</p>
 +
</div>
 
<br>
 
<br>
<br>
+
<a name="grind"><h2><b>Cold Calling: The Shotgun Approach</b></h2></a>
<h2><b>The Grind: Using the Shotgun Approach</b></h2>
+
 
<p style = "font-size: 18px">Don’t have any corporate connections? No worries, the shotgun approach is a systematic way to contact a large number of companies without becoming discouraged or fatigued. It allows you to send a personalized email to each company without spending hours researching that company. Furthermore, this method breaks down the outreach process into manageable chunks and applies assembly-line kinetics to simplify this complex task. It takes a bit of time to set up, but will save time in the long run.</p>
 
<p style = "font-size: 18px">Don’t have any corporate connections? No worries, the shotgun approach is a systematic way to contact a large number of companies without becoming discouraged or fatigued. It allows you to send a personalized email to each company without spending hours researching that company. Furthermore, this method breaks down the outreach process into manageable chunks and applies assembly-line kinetics to simplify this complex task. It takes a bit of time to set up, but will save time in the long run.</p>
 
<br>
 
<br>
Line 188: Line 358:
 
<p style = "font-size: 18px">6. Follow up on emails after two weeks.</p>
 
<p style = "font-size: 18px">6. Follow up on emails after two weeks.</p>
 
<br><br>
 
<br><br>
<h2><b>Effective Financial Management: What to do after securing the money?</b></h2>
+
<a name="management"><h2><b>Effective Financial Management: What to do after securing the money?</b></h2></a>
 
<p style = "font-size: 22px"><i>Accounting/balance sheet</i></p>
 
<p style = "font-size: 22px"><i>Accounting/balance sheet</i></p>
 
<p style = "font-size: 18px">It is important to keep track of how much money you have, how much you expect to gain, and how much you expect to spend. UMaryland iGEM used an accrual system of accounting in 2015. The Chart of Accounts is shown below. This is probably more complex than you would need to/want to use, but I had taken some business accounting courses and was itching to actually use what I learned. The advantage of accrual accounting is demonstrable when you need to keep track of more than one cash account (we kept our cash in two accounts, highlighted in yellow), several sets of imminent cash inflows, and imminent payments to multiple parties.</p>
 
<p style = "font-size: 18px">It is important to keep track of how much money you have, how much you expect to gain, and how much you expect to spend. UMaryland iGEM used an accrual system of accounting in 2015. The Chart of Accounts is shown below. This is probably more complex than you would need to/want to use, but I had taken some business accounting courses and was itching to actually use what I learned. The advantage of accrual accounting is demonstrable when you need to keep track of more than one cash account (we kept our cash in two accounts, highlighted in yellow), several sets of imminent cash inflows, and imminent payments to multiple parties.</p>
 +
<br>
 +
<img src = "https://static.igem.org/mediawiki/2015/d/db/UMDAccount1.png">
 +
<br><br>
 +
<p style = "font-size: 18px">This is a snapshot of some of the assets we held in July.</p>
 +
<br>
 +
<img src = "https://static.igem.org/mediawiki/2015/9/94/UMDAccount2.png">
 +
<br><br>
 +
<p style = "font-size: 18px">Some of the most expensive elements to iGEM are team member registrations. UMaryland iGEM registered 16 members in 2015. After all expenditures, you should have left enough money to start up next year’s iGEM team.</p>
 +
<br>
 +
<a name="misc"><h2><b>Miscellaneous Advice for Exceptional Finances</b></h2></a>
 +
<p style = "font-size: 18px">1. Maintain a good relationship with your account manager. As a student, I didn’t have direct access to any of the accounts we had, so it was really difficult trying to keep track of cash flows.</p>
 +
<br>
 +
<p style = "font-size: 18px">2. Get a set of business cards. They are very cheap to produce, and add a highly professional touch to any networking or fundraising interaction.</p>
 +
<br>
 +
<p style = "font-size: 18px">3. START EARLY! We probably missed out on $5,000 - $10,000 because some connections were formed too late. Also, not having any money inflows for the first half of summer is extremely stressful.</p>
 +
<br>
 +
<p style = "font-size: 18px">4. Buy a domain name. It's much easier to type in "umdigem.com" than "https://2015.igem.org/Team:UMaryland", and gives your team a cleaner touch.</p>
 +
<br>
 +
<p style = "font-size: 18px">5. Expect to fail. Expect to be ignored. Unless someone explicitly tells you no, don't give up! That being said, courtesy dictates that you send no more than one soliciting email per week.</p>
 +
<br>
 +
<p style = "font-size: 18px">6. Part of fundraising is networking. The larger your social network, the more people you can reach out to. Try to attend networking events whenever possible.</p>
 +
<br>
 +
 +
 +
<a name="conclusion"><h2><b>Putting it all together</b></h2></a>
 +
 +
<p style = "font-size: 18px">This guide is meant as a walkthrough for your team's fundraising efforts, and is designed to complement the existing iGEM fundraising guide by Andrew Hessel. In writing this, I tried not to re-state any of the information that was already on the Hessel guide. https://2008.igem.org/Funding</p>
 +
<br>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 21:31, 18 September 2015