-
Notifications
You must be signed in to change notification settings - Fork 0
/
business-lounge-join.html
executable file
·286 lines (222 loc) · 19.1 KB
/
business-lounge-join.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en" dir="ltr"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:og="http://ogp.me/ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:sioct="http://rdfs.org/sioc/types#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="http://code.waag.org/AppsForEurope/sites/all/themes/responsive_blog/custom/icon.png" type="image/png" />
<link rel="canonical" href="http://code.waag.org/AppsForEurope/business-lounge-join" />
<meta name="generator" content="Drupal 7 (http://drupal.org)" />
<link rel="alternate" type="application/rss+xml" title="Blog" href="http://code.waag.org/AppsForEurope/blog/feed" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Join our investor network | Apps for Europe</title>
<style type="text/css" media="all">
@import url("http://code.waag.org/AppsForEurope/modules/system/system.base.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/system/system.menus.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/system/system.messages.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/system/system.theme.css?nixmys");
</style>
<style type="text/css" media="all">
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/comment_notify/comment_notify.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/sites/all/modules/simplenews/simplenews.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/book/book.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/calendar/css/calendar_multiday.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/comment/comment.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/date/date_api/date.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/date/date_popup/themes/datepicker.1.7.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/date/date_repeat_field/date_repeat_field.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/field/theme/field.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/logintoboggan/logintoboggan.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/node/node.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/search/search.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/modules/user/user.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/views/css/views.css?nixmys");
</style>
<style type="text/css" media="all">
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/ctools/css/ctools.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/debut_article/debut_article.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/debut_blog/debut_blog.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/debut_event/debut_event.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/debut_highlighted/debut_highlighted.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/debut_link/debut_link.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/debut_section/debut_section.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/panels/css/panels.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/forward/forward.css?nixmys");
@import url("http://code.waag.org/AppsForEurope/sites/default/files/css/follow.css?nixmys");
</style>
<style type="text/css" media="all">
@import url("http://code.waag.org/AppsForEurope/sites/all/themes/responsive_blog/style.css?nixmys");
</style>
<script type="text/javascript" src="http://code.waag.org/AppsForEurope/misc/jquery.js?v=1.4.4"></script>
<script type="text/javascript" src="http://code.waag.org/AppsForEurope/misc/jquery.once.js?v=1.2"></script>
<script type="text/javascript" src="http://code.waag.org/AppsForEurope/misc/drupal.js?nixmys"></script>
<script type="text/javascript" src="http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/comment_notify/comment_notify.js?nixmys"></script>
<script type="text/javascript" src="http://code.waag.org/AppsForEurope/profiles/openoutreach/modules/contrib/admin_menu/admin_devel/admin_devel.js?nixmys"></script>
<script type="text/javascript" src="http://code.waag.org/AppsForEurope/sites/all/themes/responsive_blog/js/countdown.js?nixmys"></script>
<script type="text/javascript" src="http://code.waag.org/AppsForEurope/sites/all/themes/responsive_blog/js/main-menu.js?nixmys"></script>
<script type="text/javascript" src="http://code.waag.org/AppsForEurope/sites/all/themes/responsive_blog/js/pngfix.min.js?nixmys"></script>
<!--[if lt IE 9]><script src="http://code.waag.org/AppsForEurope/sites/all/themes/responsive_blog/js/html5.js"></script><![endif]-->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,400italic' rel='stylesheet' type='text/css'>
</head>
<body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-43 node-type-article white">
<div id="header-container">
<div id="header-wrapper">
<header id="header" class="clearfix">
<div id="site-logo">
<a href="http://code.waag.org/AppsForEurope/" title="Home">
<img src="http://code.waag.org/AppsForEurope/sites/all/themes/responsive_blog/custom/a4e_logo.png" alt="Home" />
</a>
<div id="site-slogan">
turning data into business </div>
</div>
<!-- render the header block with the content as specified in CMS -->
<div class="region region-header">
<div id="block-views-blog-block-1" class="block block-views">
<h2 >Recent blog posts</h2>
<div class="content">
<div class="view view-blog view-id-blog view-display-id-block_1 view-dom-id-6c936f8963737c1c7c7f0f00f2b39bb1">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first views-row-last">
<div class="views-field views-field-title"> <span class="field-content"><a href="http://code.waag.org/AppsForEurope/blog/see-our-previous-apps-europe-finalists-will-you-enter-years-contest">See our previous Apps for Europe finalists - will you enter this year's contest?</a></span> </div>
<div class="views-field views-field-view-node"> <span class="field-content"><a href="http://code.waag.org/AppsForEurope/blog/see-our-previous-apps-europe-finalists-will-you-enter-years-contest">Read more ></a></span> </div> </div>
</div>
<div class="feed-icon">
<a href="http://code.waag.org/AppsForEurope/blog/feed" class="feed-icon" title="Subscribe to Blog"><img typeof="foaf:Image" src="http://code.waag.org/AppsForEurope/misc/feed.png" width="16" height="16" alt="Subscribe to Blog" /></a> </div>
</div> </div>
</div> <!-- /.block -->
<div id="block-views-header-video-thumb-block" class="block block-views">
<h2 >Header video thumb</h2>
<div class="content">
<div class="view view-header-video-thumb view-id-header_video_thumb view-display-id-block view-dom-id-1066b76ab529d6ca9e32c809ce709648">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first views-row-last">
<div class="views-field views-field-field-thumb"> <div class="field-content"><img typeof="foaf:Image" src="http://code.waag.org/AppsForEurope/sites/default/files/neel.png" width="207" height="85" alt="Neelie Kroes" /></div> </div>
<div class="views-field views-field-field-thumb-link"> <div class="field-content"><a href="http://code.waag.org/AppsForEurope//blog/neelie-kroes-highlights-need-apps-europe">Neelie Kroes on Apps for Europe ></a></div> </div> </div>
</div>
</div> </div>
</div> <!-- /.block -->
</div>
<!-- /.region -->
<div id="win" style="">
<a href="http://code.waag.org/AppsForEurope/competition">
<div style="">
<p>Join our online <strong>competition</strong>, deadline 31 December</p>
<!-- <script type="application/javascript">
var myCountdownTest = new Countdown({
month : 12,
day : 31,
hour : 12,
width : 200,
height : 30,
rangeHi: "month",
});
</script> -->
</div>
</a>
</div>
</header>
</div>
</div>
<div id="navigation-container">
<div id="navigation-wrapper">
<nav id="navigation" role="navigation">
<div id="main-menu">
<ul class="menu"><li class="first leaf"><a href="http://code.waag.org/AppsForEurope/">Home</a></li>
<li class="expanded"><a href="http://code.waag.org/AppsForEurope/competition" title="information about the competition">Competition</a><ul class="menu"><li class="first leaf"><a href="http://code.waag.org/AppsForEurope/content/submit-your-application">Submit your application</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/competition_enter">Selection Criteria and Judging</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/competition_prizes">What's in it for me</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/competition_dates">Important dates</a></li>
<li class="last leaf"><a href="http://code.waag.org/AppsForEurope/article/funding-opportunities-eu">Funding in EU</a></li>
</ul></li>
<li class="expanded"><a href="http://code.waag.org/AppsForEurope/business-lounge" title="Business Lounge information">Business Lounge</a><ul class="menu"><li class="first leaf"><a href="http://code.waag.org/AppsForEurope/article/opportunities-ibl-2015">Opportunities IBL 2015</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/business-lounge-join" class="active">Join investor network</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/business-lounge-success-stories">Success stories</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/business-lounge-network">Network</a></li>
<li class="last leaf"><a href="http://code.waag.org/AppsForEurope/article/previous-business-lounges">Previous business lounges</a></li>
</ul></li>
<li class="expanded"><a href="http://code.waag.org/AppsForEurope/open-data-events">Open data events</a><ul class="menu"><li class="first leaf"><a href="http://code.waag.org/AppsForEurope/open-data-events-upcoming" title="">Upcoming</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/open-data-events-participate">Join our network</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/article/futureeverything-2015">FutureEverything 2014</a></li>
<li class="last leaf"><a href="http://code.waag.org/AppsForEurope/content/tell-us-about-your-event">Tell us about your event</a></li>
</ul></li>
<li class="expanded"><a href="http://code.waag.org/AppsForEurope/article/results-2013" title="Events and finalists from the 2013/2014 competition">Results 2013</a><ul class="menu"><li class="first last collapsed"><a href="http://code.waag.org/AppsForEurope/article/finalists-20132014">Finalists 2013/14</a></li>
</ul></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/blog.html" title="View a listing of blog posts.">Blog</a></li>
<li class="leaf"><a href="http://code.waag.org/AppsForEurope/resources">Resources</a></li>
<li class="last collapsed"><a href="http://code.waag.org/AppsForEurope/about-us">About Us</a></li>
</ul> </div>
</nav>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55168849-1', 'auto');
ga('send', 'pageview');
</script>
<!--
<div id="slideshow" style="position:absolute;width:100%;z-index:-1;" >
<div id="slide-1" class="slide"></div>
<div id="slide-2" class="slide"></div>
</div> -->
<div id="wrapper">
<div id="preface-area" class="clearfix">
</div>
<div id="main" class="clearfix">
<div id="primary">
<section id="content" role="main">
<div id="content-wrap">
<div id="breadcrumbs"><h2 class="element-invisible">You are here</h2><nav class="breadcrumb"><a href="http://code.waag.org/AppsForEurope/">Home</a> » <a href="http://code.waag.org/AppsForEurope/article">Articles</a> » Join our investor network</nav></div> <h1 class="page-title">Join our investor network</h1> <div class="region region-content">
<div id="block-system-main" class="block block-system">
<div class="content">
<span property="dc:title" content="Join our investor network" class="rdf-meta element-hidden"></span><span property="sioc:num_replies" content="0" datatype="xsd:integer" class="rdf-meta element-hidden"></span>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p><img alt="" src="http://extern.waag.org/ivonne/a4eu/a4amsterdam.jpg" style="padding: 0px; border: 0px currentColor;" /><br />Apps for Europe invites you to be part of our investor network. The participants of the network will be connected to selected developers, start-ups and entrepreneurs who have a business idea, working prototype or are already running their own business based on open data. The first selection of these businesses will be done by the partners of the Apps for Europe consortium that are organizing open data events, competitions or hackathons. They have been active in the open data community for many years and have a good overview of individuals and team creating innovative services. Have a look at the current network <a href="http://code.waag.org/AppsForEurope/business-lounge-network">here</a>. </p>
<p><img alt="" src="http://extern.waag.org/ivonne/a4eu/a4eu-symbol-small.png" style="padding: 0px; border: 0px currentColor; width: 25px; height: 25px;" /><a href="http://code.waag.org/AppsForEurope/investors-form">Contact us for more information on joining the investor network</a></p>
<h2>Why join us</h2>
<p>Participating investors get the chance to select projects by maturity level, area of activity and growth potential. Apps for Europe provides metrics defined for the Business Lounge. We are looking for investors specialized in investing in different sectors, range of financing, territories. But also potential clients and organizations looking to support open data start-ups are more than welcome to join.</p>
<p>The Apps for Europe network provides one on one support. We customize involvement in order to be aligned with your current activity.</p>
<ul>
<li><strong>Innovative projects to invest in </strong><br />Investors get a great chance to meet the most innovative and successful new entrepreneurs.</li>
<li><strong>Pre-filtered projects </strong><br />Investors have a chance to browse already pre-filtered projects by the idea, its maturity, location and other parameters.</li>
<li><strong>Direct contact with the event organizers </strong><br />Members of the investors network can get in direct contact with event organizers, facilitating the process of browsing potential start-ups that fit their interests.</li>
<li><strong>Cost-free joining to the network </strong><br />Joining the network is free of charge and doesn't require any commitment to invest.</li>
<li><strong>Promotion </strong><br />Participating in the investors network offers a chance to place your corporate image in all Apps4Europe publicity activities, including both offline and online.</li>
<li><strong>Corporate Social Responsibility </strong><br />Investing in open data Apps is a great way to support your community. It is a chance to improve quality of life, offering better public services and more transparent government.</li>
<li><strong>Networking and enjoyable interaction with a peer group </strong><br />Investors get a chance for networking, exchanging ideas with leaders around Europe.</li>
</ul>
</div></div></div><div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="http://code.waag.org/AppsForEurope/tags/join" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">join</a></div><div class="field-item odd"><a href="http://code.waag.org/AppsForEurope/tags/business" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">business</a></div><div class="field-item even"><a href="http://code.waag.org/AppsForEurope/tags/lounge" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">lounge</a></div></div></div> </div>
<footer>
<ul class="links inline"><li class="service-links-facebook first"><a href="http://www.facebook.com/sharer.php?u=http%3A//localhosthttp://code.waag.org/AppsForEurope/business-lounge-join&t=Join%20our%20investor%20network" title="Share on Facebook" class="service-links-facebook" rel="nofollow">Facebook</a></li>
<li class="service-links-twitter"><a href="http://twitter.com/share?url=http%3A//localhosthttp://code.waag.org/AppsForEurope/business-lounge-join&text=Join%20our%20investor%20network" title="Share this on Twitter" class="service-links-twitter" rel="nofollow">Twitter</a></li>
<li class="forward_link last"><a href="http://code.waag.org/AppsForEurope/forward?path=node/43" title="Forward this page to a friend" class="forward-page">Email this page</a></li>
</ul> </footer>
</div>
</div> <!-- /.block -->
</div>
<!-- /.region -->
</div>
</section> <!-- /#main -->
</div>
</div>
<footer id="footer-bottom">
<div id="footer-area" class="clearfix">
</div>
<div id="bottom" class="clearfix">
<div id="cip-logo-container"><div id="cip-logo"></div></div>
<div class="copyright">A <a href="https://creativecommons.org/licenses/by-sa/4.0/ ">Creative Commons License</a> applies to all content on this site <div class="cc"></div></div>
<div class="credit">Theme by <a href="http://www.devsaran.com" target="_blank">Devsaran</a></div>
</div>
</footer>
</div>
</body>
</html>