adding orcid and creative commons options

This commit is contained in:
Todd Stoffer 2017-06-12 10:09:01 -04:00
parent 15d6779776
commit bbc0e4e16a
4 changed files with 14 additions and 6 deletions

View File

@ -3,19 +3,20 @@
title: Site Title
locale: en_US
logo: # filename of a logo image that has been placed into your images directory
# If using a Github User page (i.e. username.github.io) to host your site, delete the default url that is below.
# url:
# Uncomment the 'yes' below if you would like for a creative commons license to be displayed in the footer of your site.
cc: #yes
# Enter the following platform usernames if you would like for them to appear on your site.
owner:
name: Your Name
avatar: bio-photo.jpg
bio: "A brief description of yourself."
email: #emailaddress
# Do not include the @ symbol in your Twitter username
twitter: #username
facebook: #username
instagram: #username
linkedin: #username
github: #username
orcid: # ID Number (ex. 0000-0000-0000-0000)
researchgate: #username
mendeley: #username
google:
@ -23,6 +24,8 @@ owner:
analytics:
verify:
scholar: #id
facebook: #username
instagram: #username
bing-verify:
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
xing: #username

View File

@ -35,4 +35,5 @@
{% if author.codepen %}<a href="http://codepen.io/{{ author.codepen }}" class="author-social" target="_blank"><i class="fa fa-fw fa-codepen"></i> CodePen</a>{% endif %}
{% if author.researchgate %}<a href="http://www.researchgate.net/profile/{{ author.researchgate }}" class="author-social" target="_blank"><i class="ai ai-fw ai-researchgate"></i> ResearchGate</a>{% endif %}
{% if author.mendeley %}<a href="http://www.mendeley.com/profiles/{{ author.mendeley }}" class="author-social" target="_blank"><i class="ai ai-fw ai-mendeley"></i> Mendeley</a>{% endif %}
{% if author.orcid %}<a href="http://orcid.org/{{ author.orcid }}" class="author-social" target="_blank"><i class="ai ai-fw ai-orcid"></i> Orcid</a>{% endif %}
</div>

View File

@ -11,6 +11,10 @@
</script>
</div><!-- /.google-ads -->
{% endif %}
{% if site.cc %}
<span><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>{{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://ncsu-libraries.github.io/jekyll-academic/" rel="nofollow">Jekyll Academic</a> theme.
<br />Based on the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme developed by Michael Rose.</span>
{% else %}
<span>&copy; {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://ncsu-libraries.github.io/jekyll-academic/" rel="nofollow">Jekyll Academic</a> theme.
<br />Based on the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme developed by Michael Rose.</span>
{% endif %}

View File

@ -28,4 +28,4 @@ sitemap: false
@import "vendor/font-awesome/font-awesome";
@import "vendor/magnific-popup/magnific-popup";
//@import "vendor/google/fonts";
@import "print";
@import "print";