-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (39 loc) · 2.25 KB
/
index.html
File metadata and controls
51 lines (39 loc) · 2.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
---
layout: default
title: iNIS 2017
slug: home
---
<div class="row">
<div class="col-md-12" role="main">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Highlights</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8" role="main">
<p class="text-justify">
The primary objective of he primary objective of the IEEE International Symposium on Nanoelectronic and Information Systems (IEEE-iNIS) is to provide a platform for both hardware and software researchers to interact under one umbrella for further development of efficient and secure information processing technologies. Efficient and secure data sensing, storage, and processing play pivotal roles in current information age. The state-of-the-art nanoelectronic technology based hardware systems cater to the needs of efficient sensing, storage, and computing. At the same time, efficient algorithms and software used for faster analysis and retrieval of desired information are becoming increasingly important. Big data which are large, complex data sets, are now a part of the Internet world. Storing and processing needs of the enormous amount of structured and unstructured data are getting increasingly challenging. At the same time, Internet of Things (IoT) and cyber-physical systems (CPS) have been evolving with simultaneous development of hardware and software and span across everyday consumer electronics. The performance and efficiency of the present as well as the future generations of computing and information processing systems are largely dependent upon advances in both hardware and software.
</p>
</div>
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">News</h3>
</div>
<ul class="list-group">
{% for post in site.posts limit:10 %}
<li class="list-group-item">
<h5 class="list-group-item-heading">{{ post.date | date: "%B %-d, %Y" }}</h5>
<p class="list-group-item-text">{{ post.title }}</p>
</li>
{% endfor %}
</ul>
<div class="panel-footer text-right">
<a href="/news.html">More News</a>
</div>
</div>
</div>
</div>