diff --git a/_config.yml b/_config.yml
index e775f72569dee7c7cccfcd9272815238d307dca4..8f3132c8037162e592671e1f5cd7b351758eb82a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,14 +4,15 @@ title: Project Pages
 header-img: img/home-bg.jpg
 headercolor: "#FFFFFF"
 logo: /project-pages/img/logos/Project-Pages-New-Logo-Inverted.png
-email: your-email@yourdomain.com
-description: "Write your site description here. It will be used as your sites meta description as well!"
+email: ahmetcecen@gmail.com
+description: "An Integrated Scientific Blogging Template"
 baseurl: "/project-pages"
-url: "http://ahmetcecen.github.io"
-github_username:  matin-hub
+url: "http://projectpages.github.io"
+github_username:  projectpages
 project_repository: project-pages
 disqus_shortname: project-pages
 g-analytics: UA-75881392-1
+altmetric: true
 
 # Build settings
 # Don't change these variables
diff --git a/_data/members.yml b/_data/members.yml
index d4c315c2d4ee4598584870eec78252d819d2cb05..6cd319857eb414f64c870fc785367ec4d09aca40 100644
--- a/_data/members.yml
+++ b/_data/members.yml
@@ -7,6 +7,7 @@
   gplus: https://plus.google.com/+AhmetCecen-GPlus
   bio: Ahmet Cecen is currently pursuing a PhD in Computational Science and Engineering at Georgia Institute of Technology.  He earned a bachelor’s degree in Mechanical Engineering at Drexel University. Ahmet has been doing research in the fields of computational materials science and materials informatics for the past 6 years, throughout his undergraduate and graduate studies. His current research focus is on leveraging statistical analysis and machine learning tools to solve big data analytics problems in materials science. 
   url: http://ahmetcecen.github.io/
+  visible: true
    
 - name: David Brough
   role: Data Scientist / Materials Informatics
@@ -14,4 +15,11 @@
   github: davidbrough1
   bio: David is a PhD student in the School of Computational Science and Engineering at Georgia Institute of Technology. David earned a Master’s degree in experimental condensed matter physics at Brigham Young University where he fabricated and characterized thin-films and carbon nanotubes used in nanostructured high capacity battery electrodes and in X-ray windows. As an undergraduate, David studied theoretical physics and researched the evolution of chaotic systems using neural networks at Westminster College. He is a trainee in the NSF IGERT FLAMEL program, and one of the lead developers on PyMKS materials informatics toolkit.
   url: http://davidbrough.net 
-  
\ No newline at end of file
+  visible: true
+  
+- name: Surya R. Kalidindi
+  role: Materials Informatics
+  img: https://avatars1.githubusercontent.com/u/6601815?v=3&s=400
+  bio: Dr. Kalidindi’s research interests are broadly centered on designing material internal structure (including composition) for optimal performance in any selected application and identifying hybrid processing routes for its manufacture. To this end, he has employed a harmonious blend of experimental, theoretical, and numerical approaches in his research.
+  url: http://mined.gatech.edu/
+  visible: false
\ No newline at end of file
diff --git a/_includes/altmetric.html b/_includes/altmetric.html
new file mode 100644
index 0000000000000000000000000000000000000000..d607f0a9156217819fab604349f42d0cd43efccb
--- /dev/null
+++ b/_includes/altmetric.html
@@ -0,0 +1,6 @@
+<meta name="citation_title" content="Project Pages - An Integrated Scientific Blogging Template">
+
+{% for member in site.data.members %}
+<meta name="citation_author" content="{{ member.name }}">
+
+{% endfor %}
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index 9bbee3e21b9ab0f31e24a5dd2e11a472579b0740..50f15767be1743aa8d05f72bbcb6090fe5f79ef4 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,12 @@
 <!DOCTYPE html>
 <html lang="en">
 
+{% if site.altmetric == true %}
+
+{% include altmetric.html %}
+
+{% endif %}
+
 {% include head.html %}
 
 <body>
diff --git a/_layouts/plysurface.html b/_layouts/plysurface.html
index bb2f1fa3cb562065e9f67d997dbfaee39ddc525f..5861f3fe7edb29b73d1a97e8d6d623d7844c31d8 100644
--- a/_layouts/plysurface.html
+++ b/_layouts/plysurface.html
@@ -2,8 +2,16 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<title>{{ page.title }}</title>
+		<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
 		<meta charset="utf-8">
+		
+		{% if site.altmetric == true %}
+
+		{% include altmetric.html %}
+
+		{% endif %}
+		
+		
 		<style>
 			body {
 				margin: 0px;
diff --git a/_layouts/projector.html b/_layouts/projector.html
index f7dd8b1996e2c91919cf210c54b9732fb87ec136..f30cda45ceed341cc5931eec452ea714af4e8664 100644
--- a/_layouts/projector.html
+++ b/_layouts/projector.html
@@ -1,11 +1,17 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<title>DataProjector</title>
+		<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
+		
+		{% if site.altmetric == true %}
+
+		{% include altmetric.html %}
+
+		{% endif %}
 
-		<link rel="stylesheet" type="text/css" href="{{ "/plugin/projector/DataProjector.css" | prepend: site.baseurl }}">
+		<link rel="stylesheet" type="text/css" href="{{ "/plugin/projector/DataProjector.css " | prepend: site.baseurl }}">
 		
 		{% include analytics.html %}
 		
diff --git a/_layouts/slide.html b/_layouts/slide.html
index eb8a3d9ac4425d3080dd0716c1338cad8b86e5d6..27a1a6d875e2e2e3856f1a000ad114ca05c3f4fa 100644
--- a/_layouts/slide.html
+++ b/_layouts/slide.html
@@ -5,6 +5,12 @@
 		<meta charset="utf-8">
 
 		<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
+		
+		{% if site.altmetric == true %}
+
+		{% include altmetric.html %}
+
+		{% endif %}
 
 		<meta name="apple-mobile-web-app-capable" content="yes" />
 		<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
diff --git a/members.html b/members.html
index 5a33f6a258b281c97c9b3f546903cd9db3c872d3..ee0ddbfaefc51bbf9c5eda3fa41cf4b9429ae9a8 100644
--- a/members.html
+++ b/members.html
@@ -6,7 +6,7 @@ header-img: "img/home-bg.jpg"
 ---
 <hr>
 
-{% for member in site.data.members %}
+{% for member in site.data.members %} {% if member.visible == true %}
 
 	<img src="{{ member.img }}" style="margin-top:0px; margin-bottom:5px; margin-right:10px; float:left; width:150px !important">
 	
@@ -32,5 +32,5 @@ header-img: "img/home-bg.jpg"
 	
 	<hr>
 
-{% endfor %}
+{% endif %}{% endfor %}