Skip to content

Commit dd85c0d

Browse files
author
Clair Blacketer
committed
Adding titles to webpages
1 parent 02af0bc commit dd85c0d

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

docs/cdm54.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
<title>cdm54.utf8</title>
14+
<title>OMOP CDM v5.4</title>
1515

1616
<script src="site_libs/header-attrs-2.6/header-attrs.js"></script>
1717
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
@@ -518,12 +518,11 @@
518518

519519

520520

521+
<h1 class="title toc-ignore"><strong>OMOP CDM v5.4</strong></h1>
521522

522523
</div>
523524

524525

525-
<div id="omop-cdm-v5.4" class="section level1">
526-
<h1><strong>OMOP CDM v5.4</strong></h1>
527526
<p>Below is the specification document for the OMOP Common Data Model, v5.4. <strong>This is the latest version of the OMOP CDM.</strong> 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 <a href="https://forums.ohdsi.org/">forums</a> or the <a href="https://github.com/ohdsi/CommonDataModel/issues">github issue</a> page.</p>
528527
<p>Looking to send us a pull request for a bug fix? Please see the <a href="https://github.com/OHDSI/CommonDataModel#readme">readme</a> on the main github page.</p>
529528
<div id="clinical-data-tables" class="section level2">
@@ -13768,7 +13767,6 @@ <h3 class="tabset tabset-pills">COHORT_DEFINITION</h3>
1376813767
</table>
1376913768
</div>
1377013769
</div>
13771-
</div>
1377213770

1377313771

1377413772

docs/cdm54Changes.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
<title>cdm54Changes.utf8</title>
14+
<title>Changes by Table</title>
1515

1616
<script src="site_libs/header-attrs-2.6/header-attrs.js"></script>
1717
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
@@ -518,12 +518,11 @@
518518

519519

520520

521+
<h1 class="title toc-ignore"><strong>Changes by Table</strong></h1>
521522

522523
</div>
523524

524525

525-
<div id="changes-by-table" class="section level1">
526-
<h1><strong>Changes by Table</strong></h1>
527526
<p><em>from CDM v5.3 -&gt; CDM v5.4</em></p>
528527
<p>For a full description of each table and field listed here, please see the <a href="http://ohdsi.github.io/CommonDataModel/cdm54.html">CDM specification</a>.</p>
529528
<p>Notation:</p>
@@ -862,7 +861,6 @@ <h2>+ <strong>COHORT</strong></h2>
862861
</tbody>
863862
</table>
864863
</div>
865-
</div>
866864

867865

868866

rmd/cdm54.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: "**OMOP CDM v5.4**"
23
output:
34
html_document:
45
toc: yes
@@ -18,8 +19,6 @@ library(stringr)
1819
1920
```
2021

21-
# **OMOP CDM v5.4**
22-
2322
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.
2423

2524
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.

rmd/cdm54Changes.rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2+
title: "**Changes by Table**"
23
output:
34
html_document:
45
toc: TRUE
56
toc_float: TRUE
67
---
78

8-
# **Changes by Table**
99
*from CDM v5.3 -> CDM v5.4*
1010

1111
For a full description of each table and field listed here, please see the [CDM specification](http://ohdsi.github.io/CommonDataModel/cdm54.html).

0 commit comments

Comments
 (0)