Science Score: 18.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
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Repository
information of my software packages
Basic Info
- Host: GitHub
- Owner: GuangchuangYu
- License: mit
- Language: HTML
- Default Branch: master
- Homepage: https://guangchuangyu.github.io/software
- Size: 19.7 MB
Statistics
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Material Docs
A material design theme for Hugo.
Quick start
Install with git:
git clone https://github.com/digitalcraftsman/hugo-material-docs.git themes/hugo-material-docs
Next, take a look in the exampleSite folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.
Copy at least the config.toml in the root directory of your website. Overwrite the existing config file if necessary.
Hugo includes a development server, so you can view your changes as you go - very handy. Spin it up with the following command:
sh
hugo server
Now you can go to localhost:1313 and the Material theme should be visible. For detailed installation instructions visit the demo.
Noteworthy changes of this theme are listed in the changelog.
Acknowledgements
A big thank you to Martin Donath. He created the original Material theme for Hugo's companion MkDocs. This port wouldn't be possible without him.
Furthermore, thanks to Steve Francia for creating Hugo and the awesome community around the project.
License
The theme is released under the MIT license. Read the license for more information.
Owner
- Name: Guangchuang Yu
- Login: GuangchuangYu
- Kind: user
- Location: Guangzhou, China
- Company: Southern Medical University
- Website: https://yulab-smu.top
- Repositories: 23
- Profile: https://github.com/GuangchuangYu
Professor of Bioinformatics at Southern Medical University.
Citation (citation_trend.R)
#!/bin/env Rscript
library(ggplot2)
library("yyplot")
message("ChIPseeker citation\n")
p <- plot_citation_trend('DO5oG40AAAAJ', '9pM33mqn1YgC')
ggsave(p, file = "docs/citation_trend/ChIPseeker.png", width=8, height=4)
message("DOSE citation\n")
p <- plot_citation_trend('DO5oG40AAAAJ', 'Ug5p-4gJ2f0C')
ggsave(p, file = "docs/citation_trend/DOSE.png", width=8, height=4)
message("GOSemSim citation\n")
p <- plot_citation_trend('DO5oG40AAAAJ', 'tuHXwOkdijsC')
ggsave(p, file = "docs/citation_trend/GOSemSim.png", width=8, height=4)
message("ReactomePA citation\n")
p <- plot_citation_trend('DO5oG40AAAAJ', '8d8msizDQcsC')
ggsave(p, file = "docs/citation_trend/ReactomePA.png", width=8, height=4)
message("clusterProfiler citation\n")
p <- plot_citation_trend('DO5oG40AAAAJ', 'MLfJN-KU85MC')
ggsave(p, file = "docs/citation_trend/clusterProfiler.png", width=8, height=4)
message("ggtree citation\n")
p <- plot_citation_trend('DO5oG40AAAAJ', 'HtEfBTGE9r8C')
ggsave(p, file = "docs/citation_trend/ggtree.png", width=8, height=4)
## message("meshes citation\n")
## ggsave(p, file = "docs/citation_trend/meshes.png", width=8, height=4)
## message("treeio citation\n")
## ggsave(p, file = "docs/citation_trend/treeio.png", width=8, height=4)
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- GuangchuangYu (1)
