From dd85c0d30bb3dd4bd16c5dbef7dbf9dd93075fa2 Mon Sep 17 00:00:00 2001 From: Clair Blacketer Date: Fri, 24 Sep 2021 21:02:39 -0400 Subject: [PATCH] Adding titles to webpages --- docs/cdm54.html | 6 ++---- docs/cdm54Changes.html | 6 ++---- rmd/cdm54.Rmd | 3 +-- rmd/cdm54Changes.rmd | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/docs/cdm54.html b/docs/cdm54.html index a4db602e..c457dd5b 100644 --- a/docs/cdm54.html +++ b/docs/cdm54.html @@ -11,7 +11,7 @@ -cdm54.utf8 +OMOP CDM v5.4 @@ -518,12 +518,11 @@ +

OMOP CDM v5.4

-
-

OMOP CDM v5.4

Below is the specification document for the OMOP Common Data Model, v5.4. This is the latest version of the OMOP CDM. Each table is represented with a high-level description and ETL conventions that should be followed. This is continued with a discussion of each field in each table, any conventions related to the field, and constraints that should be followed (like primary key, foreign key, etc). Should you have questions please feel free to visit the forums or the github issue page.

Looking to send us a pull request for a bug fix? Please see the readme on the main github page.

@@ -13768,7 +13767,6 @@

COHORT_DEFINITION

- diff --git a/docs/cdm54Changes.html b/docs/cdm54Changes.html index 5d7af077..02d2e612 100644 --- a/docs/cdm54Changes.html +++ b/docs/cdm54Changes.html @@ -11,7 +11,7 @@ -cdm54Changes.utf8 +Changes by Table @@ -518,12 +518,11 @@ +

Changes by Table

-
-

Changes by Table

from CDM v5.3 -> CDM v5.4

For a full description of each table and field listed here, please see the CDM specification.

Notation:

@@ -862,7 +861,6 @@

+ COHORT

- diff --git a/rmd/cdm54.Rmd b/rmd/cdm54.Rmd index a9e08377..65f665c8 100644 --- a/rmd/cdm54.Rmd +++ b/rmd/cdm54.Rmd @@ -1,4 +1,5 @@ --- +title: "**OMOP CDM v5.4**" output: html_document: toc: yes @@ -18,8 +19,6 @@ library(stringr) ``` -# **OMOP CDM v5.4** - Below is the specification document for the OMOP Common Data Model, v5.4. **This is the latest version of the OMOP CDM.** Each table is represented with a high-level description and ETL conventions that should be followed. This is continued with a discussion of each field in each table, any conventions related to the field, and constraints that should be followed (like primary key, foreign key, etc). Should you have questions please feel free to visit the [forums](https://forums.ohdsi.org/) or the [github issue](https://github.com/ohdsi/CommonDataModel/issues) page. Looking to send us a pull request for a bug fix? Please see the [readme](https://github.com/OHDSI/CommonDataModel#readme) on the main github page. diff --git a/rmd/cdm54Changes.rmd b/rmd/cdm54Changes.rmd index 571c0353..3ed69e27 100644 --- a/rmd/cdm54Changes.rmd +++ b/rmd/cdm54Changes.rmd @@ -1,11 +1,11 @@ --- +title: "**Changes by Table**" output: html_document: toc: TRUE toc_float: TRUE --- -# **Changes by Table** *from CDM v5.3 -> CDM v5.4* For a full description of each table and field listed here, please see the [CDM specification](http://ohdsi.github.io/CommonDataModel/cdm54.html).