forked from pamuditha/scorelab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·36 lines (33 loc) · 1.98 KB
/
index.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
---
layout: index
title: Home
permalink: /
carousel:
- single01.jpg
- single02.jpg
- single03.jpg
---
<div id="service" style="margin-top:50px">
<div class="container">
<div class="row">
<div class="col-lg-8" style="text-align:justify">
<p>The <b>Sustainable Computing Research Group (SCoRe)</b> has conducted research covering various aspects of sensor networks, embeded systems, digital forensic, information security, mobile applications, cloud, blockchain and software tools. The goal of our research is to generate computing solutions through identifying low cost methodologies and strategies that lead to sustainability.</p>
<p>At present, the SCoRe group is at a stage of its evolution in which it has been able to secure high donor confidence as evidenced by simultaneous foreign funded projects.</b></p>
<p>SCoRe group studies and produces sustainable computing solutions with respect to low cost computing and communication foundations in the developing and emerging regions in the world. We have developed several affordable and sustainable ICT solutions specially focusing the requirements in the developing region. These solutions are briefly described in the projects section.</p>
</div>
<div class="col-lg-4">
<h4>Recent News</h4>
<div class="hline"></div>
<ul class="popular-posts">
{% for post in site.categories['blog'] limit:3 %}
<li>
<a href="{{ post.url | prepend: site.baseurl }}"><img src="{{ '/assets/img/blog/thumbs/' | prepend: site.baseurl }}{{ post.thumb }}" alt="Popular Post"></a>
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
<em>Posted on {{ post.date | date_to_string }}</em>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>