Skip to content

Commit

Permalink
Upd description on main and socials
Browse files Browse the repository at this point in the history
This better reflects the status quo now.
  • Loading branch information
pvzhelnov committed Feb 3, 2024
1 parent bccf595 commit e25ae6b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
8 changes: 5 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ description: "Weekly updates on high-quality and impactful health research. Meth
baseurl: ""
url: "https://zheln.com"
whitepaper: "https://doi.org/10.31222/osf.io/y2nrb"
zaas: "https://zheln.com/summary/2022/04/06/suppl/#zheln-as-service"
cv: "https://drzhelnov.github.io"

title_description: "<strong><a href=\"https://zheln.com/summary/2022/04/06/suppl/#zheln-as-service\">Zheln as Service</a> is currently available for hire through <a href=\"https://www.upwork.com/freelancers/~01b30dbd94172f6c5a\">Upwork</a>.<br>Alternatively, feel free to <a href=\"https://drzhelnov.github.io\">contact Pavel</a> directly.</strong><br><br>Zheln <a href=\"https://doi.org/10.31222/osf.io/y2nrb\">monitors</a> a major health research database, <a href=\"https://pubmed.gov\">PubMed</a>, for weekly updates. Select 39% of high-quality and impactful studies are featured on the website.<br><br><a href=\"https://github.com/sponsors/drzhelnov\">Subscribe</a> to receive email updates and support the content creation.<br><br>This is an affiliation-free, nonprofit, self-funded project, partially supported through fee-for-service work and crowdfunding."
#title_description: ""
title_image: /favicons/android-chrome-512x512.png
google_analytics: "G-SH5X4JEMEM"
disqus_account:
Expand Down Expand Up @@ -228,13 +230,13 @@ instagram_username: igzheln
reddit_username:
telegram_username: tgzheln
patreon_username:
linkedin_link:
linkedin_link: https://www.linkedin.com/company/zheln/
google_plus_link:
stackoverflow_link:
xing_link:
#facebook_link: https://www.facebook.com/drzhelnov
youtube_link: https://www.youtube.com/@drzhelnov
tiktok_username: the_trash_scientist
#tiktok_username: the_trash_scientist

# Footer
footer_left: "Website template Carte Noire made with <i class=\"fa fa-heart\"></i> by <a href=\"https://twitter.com/_JacobTomlinson\">Jacob Tomlinson</a>—Licensed under <a href=\"https://raw.githubusercontent.com/jacobtomlinson/carte-noire/gh-pages/LICENSE\">GPL v3</a>."
Expand Down
1 change: 1 addition & 0 deletions _includes/social_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{% if site.google_plus_link %}<a href="{{ site.google_plus_link }}" target="_new"><i class="fa fa-google-plus"></i></a>{% endif %}
{% if site.facebook_link %}<a href="{{ site.facebook_link }}" target="_new"><i class="fa fa-facebook"></i></a>{% endif %}
{% if site.github_username %}<a href="https://github.com/{{ site.github_username }}" target="_new"><i class="fa fa-github-alt"></i></a>{% endif %}
{% if site.email %}<a href="mailto:{{ site.email }}" target="_new"><i class="far fa-envelope"></i></a>{% endif %}
{% if site.github_sponsors_username %}<a href="https://github.com/sponsors/{{ site.github_sponsors_username }}" target="_new"><i class="far fa-heart"></i></a>{% endif %}
{% if site.paypal_username %}<a href="https://paypal.me/{{ site.paypal_username }}" target="_new"><i class="fab fa-cc-paypal"></i></a>{% endif %}
{% if site.stackoverflow_link %}<a href="{{ site.stackoverflow_link }}" target="_new"><i class="fa fa-stack-overflow"></i></a>{% endif %}
Expand Down
27 changes: 27 additions & 0 deletions _includes/title_description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
**If you want to contract [Zheln as Service][zaas] or simply reach out, contact us via [email][email], [LinkedIn][in], [Instagram][ig], or [Telegram][tg].**

Hi, this is [Pavel Zhelnov][cv]. I monitor the U.S. [National Library of Medicine][pubmed]’s weekly research updates. With the help of other researchers, journalists, and multiple AI tools, I select high-quality and impactful studies and feature them on this website. I record the entire process using [Stone][stone] transparency software. [Read whitepaper.][whitepaper]

[Subscribe][sponsors] to receive email updates and support the content creation.

This is an affiliation-free, nonprofit project. I self-fund this work, depending partially on my [Zheln as Service][zaas] income, but my clients have no role in this initiative.

[zaas]: {{ site.zaas }}

[email]: {{ site.email }}

[in]: {{ site.linkedin_link }}

[ig]: https://instagram.com/{{ site.instagram_username }}

[tg]: https://t.me/{{ site.telegram_username }}

[cv]: {{ site.cv }}

[pubmed]: https://pubmed.gov

[stone]: https://www.writeinstone.com

[whitepaper]: {{ site.whitepaper }}

[sponsors]: https://github.com/sponsors/{{ site.github_sponsors_username }}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<h1 class="header author-header" itemprop="headline">{{ site.title }}</h1>

<div class="author-text">
{{ site.title_description }}
{% capture title_description %}{% include title_description.md %}{% endcapture %}
{{ title_description | markdownify }}
</div>

{% include social_links.html %}
Expand Down

0 comments on commit e25ae6b

Please sign in to comment.