-
Notifications
You must be signed in to change notification settings - Fork 2
/
_site.yml
37 lines (37 loc) · 1.29 KB
/
_site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: "rankv"
title: "Rank Aggregated Signal Detection for VAERS Data"
description: |
This site presents our method, analysis pipeline, and findings for the
precisionFDA adverse event anomaly detecting challenge.
favicon: "assets/favicon.png"
base_url: https://nanx.me/rankv
repository_url: https://github.com/nanxstats/rankv
output_dir: "docs"
navbar:
logo:
image: assets/logo.png
right:
- text: "Method"
href: method.html
- text: "Pipeline"
menu:
- text: "Prepare VAERS data for safety signal detection"
href: analysis-prepare-data.html
- text: "---"
- text: "Base ranker: Gamma Poisson Shrinker"
href: analysis-gps.html
- text: "Base ranker: Proportional Reporting Ratio"
href: analysis-prr.html
- text: "Base ranker: Reporting Odds Ratio"
href: analysis-ror.html
- text: "Base ranker: Bayesian Confidence Propagation Neural Network"
href: analysis-bcpnn.html
- text: "---"
- text: "Rank aggregation for ensembled safety signal detection"
href: analysis-rankagg.html
- icon: fab fa-github
href: https://github.com/nanxstats/rankv
output:
distill::distill_article:
css: "assets/styles.css"
exclude: ["code", "data", "data-processed", "submission"]