https://github.com/bioconductor/bioc2022
BioC2022 conference material
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found 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 (10.6%) to scientific vocabulary
Repository
BioC2022 conference material
Basic Info
- Host: GitHub
- Owner: Bioconductor
- License: mit
- Language: HTML
- Default Branch: devel
- Homepage: https://bioc2022.bioconductor.org/
- Size: 23.1 MB
Statistics
- Stars: 3
- Watchers: 13
- Forks: 11
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Bioconductor conference template web site
This repository contains material for the Bioconductor annual conference. View example at https://bioc2022.bioconductor.org/ and the corresponding GitHub repo
- Make sure Hugo is installed. Check hugo version
shell
hugo version
- Clone the repository and switch to it
shell
git clone git@github.com:Bioconductor/BioC2022.git
cd BioC2022/
- Run hugo
shell
rm -rf public; hugo --verbose; hugo server --disableFastRender --verbose
and view the results at http://localhost:1313/
- Host your site on Netlify, as described here. Use build command
hugo, publish directorypublic, and set advanced variableHUGO_VERSIONto yourhugo versionnumber, e.g., 0.76.5
Created using modified hugo-universal-theme. See the demo web site, the original github repository and the exampleSite files. Template by Bootstrapious. Ported to Hugo by DevCows. The theme is added as selected files, not as a submodule, for easier modification.
ToDo/Help wanted
- Make schedule as a partial, populated from
config.toml. Example - hugo-conference theme.
New template
gdg-x/zeppelin - original conference template, GDG DevFest - demo web site. bcc2020/bcc2020.github.io - modified conference template for the BCC2020 conference
Adding items to schedule table
- Make changes in the "schedule table" spreadsheet https://docs.google.com/spreadsheets/d/1tGtGffcbCRxQFjE3ej42IcWlN4FJCsuQeZvETt9g0oA/edit#gid=0
- Run the following command in the terminal in base directory:
Rscript --vanilla 1_create_yaml.R; bash 2_create_abstracts.sh; bash 3_create_tracks.sh
Adding papers for the the schedule
The only place where we should be adding data for the abstracts and other elements for the schedule table is
data/abstracts/.The
content/abstracts/directory contains the individual pages for the abstracts. This directory could be ignored as it will be updated with thecreate_abstracts.shandcreate_tracks.shbash scripts. These scripts convert the elements in data to content pages.There are three types of abstracts
general format: day[1-3]HHMMtype_paper/track#.yaml
- papers. Name format: day11315longWorkshop_paper25.yaml.
- tracks. Name format: day10900shortTalksSysEpi_track.yaml.
- All other elements that will be added to the schedule.
- The abstracts should all contain these fields:
title: ""
paper: ""
session_type: ""
authors: ""
presenting_author: ""
affiliation: ""
abstract: ""
time: ""
github: ""
time:
twitter: ""
youtube: ""
day: ""
talks: ""
+ If any field isn't used, it should remain blank.
- This is the explanation of the fields:
- title - A string witht he full titlte.
- paper - number of paper or track. Valid options: paper# or track#. For example, paper2, track1, etc. track is only used for the short talks tracks. There is not defined track number as in the case of the papers, so I'm just adding in order of appearnce in the document shared by Erica.
- session_type: String with the type. Valid options: "Short talk", "Short talks track", "Package demo", "Workshop".
- authors: string with the authors separated by comma.
- presenting_author: author who will present. I'm using the first author.
- affiliation: string with the affiliation.
- abstract: string with the abstract. sometimes there are quotes in the text, which should be escaped.
- github. Haven't used this field. Not sure if this has been provided.
- twitter - twitter handle without the @.
- youtube - link to youtube video when available.
- day - valid options: day1, day2, day3.
- talks - this field is only for the short talk tracks. this should list the number of the papers under this track. This should be a yaml array. Example: ["paper10", "paper20"]
- time - the time in 24h format. Example: 1300 for 1 PM.
- Run the scripts to create the abstracs and tracks files:
## in base driectory bash create_abstracts.sh bash create_tracks.sh
Instructions on how to use Rmarkdown code to auto-generate yaml files
- Download the Rmarkdown filee - 01-create-yaml.Rmd in the base Github folder. It also includes a built PDF and HTML for easy viewing of the code.
- Make sure the input file is up to date. Link to the google sheet is here: https://docs.google.com/spreadsheets/d/1tGtGffcbCRxQFjE3ej42IcWlN4FJCsuQeZvETt9g0oA/edit#gid=0
- Once data is updated, export this file as TSV into your computer. Save this file in a folder called "input"
- NOTE - For the "time" column, set format to custom "hh:mm" (IMPORTANT)
- Run the code
- Output files are generated in the "yaml_output" folder
Owner
- Name: Bioconductor
- Login: Bioconductor
- Kind: organization
- Website: https://bioconductor.org
- Repositories: 156
- Profile: https://github.com/Bioconductor
Software for the analysis and comprehension of high-throughput genomic data
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 14
- Total pull requests: 42
- Average time to close issues: about 1 month
- Average time to close pull requests: about 5 hours
- Total issue authors: 5
- Total pull request authors: 9
- Average comments per issue: 1.64
- Average comments per pull request: 1.79
- Merged pull requests: 41
- 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
- sdgamboa (7)
- mdozmorov (4)
- LiNk-NY (1)
- kevinrue (1)
- mtmorgan (1)
Pull Request Authors
- sdgamboa (24)
- jdrnevich (6)
- csoneson (3)
- lwaldron (2)
- aedin (2)
- mikelove (2)
- LiNk-NY (1)
- nturaga (1)
- kevinrue (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 110 dependencies
- eslint ^7.3.1 development
- eslint-config-standard ^6.2.0 development
- eslint-plugin-promise ^3.0.0 development
- eslint-plugin-standard ^2.0.1 development