Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic links in README
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 9 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: ShevaSvinobaron
- Language: Nunjucks
- Default Branch: main
- Size: 1.69 GB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 11 months ago
Metadata Files
Citation
Owner
- Login: ShevaSvinobaron
- Kind: user
- Repositories: 1
- Profile: https://github.com/ShevaSvinobaron
Citation (citations.njk)
---
title: maia academic citations :3
subhead: academic citations
permalink: /citations/index.html
date: git Last Modified
---
{% extends 'layouts/default.njk' %}
{% block main %}
<p>a collection of various academic mentions of me and my work, if you have
also cited my work in a paper but it isn't on this list yet feel free to <a href="/contact/">contact me</a></p>
<div>
<ul>
{% for citation in citations %}
<li class="list-entry">
<h3><a href="{{ citation.link }}">{{ citation.title }}</a>{% if citation.pdf %} (<a href="{{ citation.pdf }}">pdf</a>){% endif %}</h3>
<div class="byline">
<span>published <span class="year">{{ citation.year }}</span></span>
<span class="middot"></span>
<span>by <span class="author by" id="author">{{ citation.authors }}</span></span>
{% if citation.doi %}
<span class="middot"></span>
<span><a href="{{ citation.doi }}"><code>{{ citation.doi }}</code></a></span>
{% endif %}
</div>
</li>
{% endfor %}
</ul>
</div>
{% endblock %}
GitHub Events
Total
- Member event: 1
- Push event: 23
- Create event: 1
Last Year
- Member event: 1
- Push event: 23
- Create event: 1