Skip to content

Bioconductor/BiocCertificate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiocCertificate

Overview

BiocCertificate helps conference attendees generate a PDF certificate of attendance.

Usage

The shiny application can be started with the Run App button in RStudio or using the BiocCertificate() main function.

Attendees must use a valid event ID, e.g., eurobioc2023 or bioc2023 to generate the PDF certificate.

Supported Events

A yml file of events is located in inst/resources/events.yml. The file contains metadata that is to be updated by event id (eid).

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
    
BiocManager::install("Bioconductor/BiocCertificate")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published