Skip to content

Commit

Permalink
Adding a logomark/logotype (#44)
Browse files Browse the repository at this point in the history
* Add logomark

* Fix malformed DESCRIPTION Description field

* Update WORDLIST with words from DESCRIPTION

* Fix typos in DESCRIPTION

* Update WORDLIST

Update the WORDLIST file such that SDTM names mentioned in `derive_study_day()` docs do not raise a NOTE

* Make VignetteIndexEntry and YAML title agree

Not having those two fields agree was generating a warning when running `pkgdown::build_site()`

* Add favicons

* Improve contrast of logotype text

- The font size was increased from 8 to 9
- A darker blueish color was chosen as per Ramm's suggestion (original suggestion was black but this is very close, and matches the existing color used for the navigation bar for the pkgdown website)

* Update of README introductory paragraph
  • Loading branch information
ramiromagno authored Mar 14, 2024
1 parent 375b11f commit 45863c3
Show file tree
Hide file tree
Showing 16 changed files with 11,508 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Description: An EDC and Data Standard-agnostic SDTM data transformation engine
automate the conversion of raw clinical data to SDTM through standardized
mapping algorithms. SDTM is one of the required standards for data
submission to FDA (U.S.) and PMDA (Japan). SDTM standards are implemented
in accordance with the SDTM Implementation guide as defined by CDISC
in accordance with the SDTM Implementation Guide as defined by CDISC
<https://www.cdisc.org/standards/foundational/sdtmig>.
Language: en-US
License: Apache License (>= 2)
Expand Down
7 changes: 5 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ knitr::opts_chunk$set(
)
```

# sdtm.oak
# sdtm.oak <a href="https://pharmaverse.github.io/sdtm.oak"><img src="man/figures/logo.svg" align="right" height="139" /></a>

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/sdtm.oak)](https://CRAN.R-project.org/package=sdtm.oak)
<!-- badges: end -->

An EDC and Data Standard agnostic SDTM data transformation engine that automates the transformation of raw clinical data in ODM format to SDTM based on standard mapping algorithms
An EDC and Data Standard agnostic solution that enables the pharmaceutical
programming community to develop SDTM datasets in R. The reusable algorithms
concept in `{sdtm.oak}` provides a framework for modular programming and also
can automate SDTM creation based on the standard SDTM spec.

## Installation

Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# sdtm.oak
# sdtm.oak <a href="https://pharmaverse.github.io/sdtm.oak"><img src="man/figures/logo.svg" align="right" height="139" /></a>

<!-- badges: start -->

[![CRAN
status](https://www.r-pkg.org/badges/version/sdtm.oak)](https://CRAN.R-project.org/package=sdtm.oak)
<!-- badges: end -->

An EDC and Data Standard agnostic SDTM data transformation engine that
automates the transformation of raw clinical data in ODM format to SDTM
based on standard mapping algorithms
An EDC and Data Standard agnostic solution that enables the
pharmaceutical programming community to develop SDTM datasets in R. The
reusable algorithms concept in `{sdtm.oak}` provides a framework for
modular programming and also can automate SDTM creation based on the
standard SDTM spec.

## Installation

Expand Down
6 changes: 6 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ dtc
funder
vectorized
ORCID
PMDA
CDISC
iso
AE
AESTDY
CMSTDY
DM
Loading

0 comments on commit 45863c3

Please sign in to comment.