Difference between revisions of "Team:UMaryland/fundraising"

Line 9: Line 9:
  
 
<!--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;
+
#yolo {
width:80%;
+
margin:10px;
+
padding:10px;
+
overflow:hidden;
+
 
}
 
}
#squeeze h1,h2,h3,h4,p,img,a {
+
 
width: 80%;
+
#makebank {
margin: auto;
+
float:left;
 +
width:70%;
 +
left:240px;
 +
position:absolute;
 
}
 
}
  
#cover {
+
#sidemenu {
overflow:hidden;
+
position:fixed;
position:relative;
+
float:left;
width:100%;
+
width: 200px;
margin:auto;
+
top:200px;
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 {
+
 
font-size: 250%;
+
#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;
 
}
 
}
h2 {
+
 
font-size: 200%;
+
#sidemenu ul ul {
 +
  display: none;
 
}
 
}
h3 {
+
.align-right {
font-size: 150%;
+
  float: right;
 
}
 
}
h4 {
+
#sidemenu > ul > li > a {
font-size: 125%;
+
  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(top, #3B9638 0%, #5EFF5E 100%);
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
 
}
 
}
p {
+
 
font-size: 100%;
+
#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;
 +
}
 +
  
#layer1 {
+
#sidemenu > ul > li > a:hover > span::after,
overflow:hidden;
+
#sidemenu > ul > li.active > a > span::after,
position:relative;
+
#sidemenu > ul > li.open > a > span::after {
top:150px;
+
  border-color: #eeeeee;
width:100%;
+
margin:auto;
+
padding:0px;
+
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #74CF83), color-stop(50, #FFFFFF), color-stop(100, #74CF83));
+
min-height:42px;
+
 
}
 
}
#layer2 {
+
.holder::before {
overflow:hidden;
+
  top: 18px;
position:relative;
+
  border-top: 2px solid;
width:100%;
+
  border-left: 2px solid;
margin:auto;
+
  border-top-color: inherit;
padding:0px;
+
  border-left-color: inherit;
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #5CF2F2), color-stop(50, #FFFFFF), color-stop(100, #5CF2F2));
+
min-height:42px;
+
 
}
 
}
#layer3 {
+
#sidemenu ul ul li a {
overflow:hidden;
+
  cursor: pointer;
position:relative;
+
  border-bottom: 1px solid #32373e;
width:100%;
+
  border-left: 1px solid #32373e;
margin:auto;
+
  border-right: 1px solid #32373e;
padding:0px;
+
  padding: 10px 20px;
background-color:#81F7F3;
+
  z-index: 1;
min-height:42px;
+
  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;
 +
}
 +
 
</style>
 
</style>
  
  
 +
<div id='yolo'>
 +
<div id='sidemenu'>
 +
<ul>
 +
<li><a href='#whyfundraise'><span>Why Fundraise?</span></a></li>
 +
<li><a href='#preliminary'><span>Preliminary Steps</span></a></li>
 +
<li><a href='#sources'><span>Where to look?</span></a></li>
 +
<li><a href='#grind'><span>The Grind</span></a></li>
 +
<li><a href='#management'><span>Effective Management</span></a></li>
 +
<li><a href='#misc'><span>Misc. Advice</span></a></li>
 +
 +
</ul>
 +
</div>
 +
 +
 +
<div id='makebank'>
  
<div id='layer1'>
 
<div id='squeeze'>
 
 
<h1 align="center"><b>A Step-By-Step Guide to Successfully Financing Your iGEM Team</b></h1>
 
<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>
 
<h2 align="center">By Kevin Fan, Fundraising Chair of UMaryland iGEM 2015</h2>
Line 99: Line 173:
 
<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">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: 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>
 
 
  
<h2><b>Why Fundraise?</b></h2>
+
<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.</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>
Line 148: Line 196:
 
<br>
 
<br>
 
<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 171: Line 219:
 
<br>
 
<br>
 
<br>
 
<br>
<h2><b>The Grind: Using the Shotgun Approach</b></h2>
+
<a name="grind"><h2><b>The Grind: Using the Shotgun Approach</b></h2></a>
 
<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 236:
 
<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>
Line 200: Line 248:
 
<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>
 
<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>
 
<br>
<h2><b>Miscellaneous Advice for Exceptional Finances</b></h2>
+
<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>
 
<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>
 
<br>
Line 208: Line 256:
 
</div>
 
</div>
 
</div>
 
</div>
 +
</div>
 +
 
</div>
 
</div>
  
 
</html>
 
</html>

Revision as of 20:12, 13 September 2015