forked from IRNAS/irnas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
72 lines (66 loc) · 4.25 KB
/
about.html
File metadata and controls
72 lines (66 loc) · 4.25 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>IRNAS :: About</title>
<link rel="stylesheet" href="stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/irnas-logo.png" alt="IRNAS" /></a>
</div>
<ul class="nav navbar-nav nav-collapse" id="menu">
<li><a href="about.html" class="selected">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="collaboration.html">Collaboration</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<h1>About</h1>
<table class="table">
<tr><th>Established / Ustanovljen</th><td>2014</td></tr>
<tr><th>Full title / Naziv</th><td>IRNAS – Inštitut za razvoj naprednih aplikativnih sistemov Rače </td></tr>
<tr><th>Short title / Krajšan naziv</th><td>Inštitut IRNAS Rače</td></tr>
<tr><th>English title / Angleški naziv</th><td>IRNAS - Institute for development of advanced applied systems Rače</td></tr>
<tr><th>Legal status / Pravna oblika</th><td>non-profit NGO / Zavod - (neprofitni) </td></tr>
<tr><th>Classification / SKD klasifikacija</th><td>72.190 Raziskovalna in razvojna dejavnost na drugih področjih naravoslovja in tehnologije</td></tr>
<tr><th>Address / Sedež</th><td>Drevesniška 25, 2327 Rače, Slovenija</td></tr>
<tr><th>Registration number / Matična številka</th><td>6548890000</td></tr>
<tr><th>Tax ID / Davčna številka</th><td>35873302 - ni davčni zavezanec</td></tr>
<tr><th>Bank Account / Transakcijski račun</th><td>SI56 1010 0005 2882 940 - Banka Koper d.d., Pristaniška 12, 6502 Koper, Slovenia</td></tr>
<tr><th>Email</th><td>info@irnas.eu</td></tr>
<tr><th>Webpage</th><td><a href="http://irnas.eu/">http://irnas.eu/</a></td></tr>
</table>
<h2>Mission</h2>
<p>We strive to apply the vast scientific knowledge to everyday reality by creating effective and affordable systems. We believe in an open-source world and sharing.
We aim to empower the world with technologies that improve lives, let that be an advanced communication system or a simple everyday utensil. We are non-profit, rewarding the ones that create, always exploring new projects and ideas.</p>
<p>Our work is published under open-source open-hardware licenses, details specified in individual projects. To support our full-time work and evolution of projects we encourage everyone finding our work useful and more importantly being used for profit, to financially support us.</p>
<p>One of our preferred licenses for hardware designs is Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This states you need to acknowledge the original source and publish derivatives under the same terms. The work may be used for non-commercial purposes. While this is not exactly defined, our general guidelines are that if you actively use more then one replication of the work or it is a part of a process creating revenue. We are happy to grant exemptions for socially engaged and other projects. Feel free to email us about it.</p>
<footer>
<p>Copyright © 2014 - IRNAS</p>
<p><small>Hosted on GitHub Pages</small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/bootstrap.min.js"></script>
</body>
</html>