Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neurogenomics/skillnet

Construct and search networks from skill sets and projects for all lab members.
https://github.com/neurogenomics/skillnet

collaboration github github-api metadata networks project-management skills-management

Last synced: 1 day ago
JSON representation

Construct and search networks from skill sets and projects for all lab members.

Awesome Lists containing this project

README

        

---
title: ""
author: "


`r badger::badge_github_version(color = 'black')`
`r badger::badge_github_actions(action = 'rworkflows')`
`r badger::badge_last_commit()`
`r badger::badge_codecov()`
`r badger::badge_license()`

Authors: `r auths <- eval(parse(text = gsub('person','c',read.dcf('DESCRIPTION', fields = 'Authors@R'))));paste(auths[names(auths)=='given'],auths[names(auths)=='family'], collapse = ', ')`

"
date: "

README updated: `r format( Sys.Date(), '%b-%d-%Y')`

"
output:
github_document
---

```{r, echo=FALSE, include=FALSE}
pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- read.dcf("DESCRIPTION", fields = "Title")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- tolower(strsplit(URL,"/")[[1]][4])
```

## ``r pkg``: `r title`

### `r description`

## Installation

```R
if(!require("remotes")) install.packages("remotes")

remotes::install_github("`r URL`")
library(`r pkg`)
```

## Quickstart

```R
g <- SkillNet::github_network(org = "neurogenomics")
vis <- SkillNet::github_network_plot(graph = g$graph)
```


> Click image above for interactive example.

## Documentation

### [Website](https://`r owner`.github.io/`r pkg`)
### [Getting started](https://`r owner`.github.io/`r pkg`/articles/`r pkg`)


## Contact

### [Neurogenomics Lab](https://www.neurogenomics.co.uk/)

UK Dementia Research Institute
Department of Brain Sciences
Faculty of Medicine
Imperial College London
[GitHub](https://github.com/neurogenomics)
[DockerHub](https://hub.docker.com/orgs/neurogenomicslab)