Skip to content

Commit

Permalink
Adding titles to webpages
Browse files Browse the repository at this point in the history
  • Loading branch information
Clair Blacketer committed Sep 25, 2021
1 parent 02af0bc commit dd85c0d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
6 changes: 2 additions & 4 deletions docs/cdm54.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@



<title>cdm54.utf8</title>
<title>OMOP CDM v5.4</title>

<script src="site_libs/header-attrs-2.6/header-attrs.js"></script>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
Expand Down Expand Up @@ -518,12 +518,11 @@



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

</div>


<div id="omop-cdm-v5.4" class="section level1">
<h1><strong>OMOP CDM v5.4</strong></h1>
<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>
<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>
<div id="clinical-data-tables" class="section level2">
Expand Down Expand Up @@ -13768,7 +13767,6 @@ <h3 class="tabset tabset-pills">COHORT_DEFINITION</h3>
</table>
</div>
</div>
</div>



Expand Down
6 changes: 2 additions & 4 deletions docs/cdm54Changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@



<title>cdm54Changes.utf8</title>
<title>Changes by Table</title>

<script src="site_libs/header-attrs-2.6/header-attrs.js"></script>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
Expand Down Expand Up @@ -518,12 +518,11 @@



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

</div>


<div id="changes-by-table" class="section level1">
<h1><strong>Changes by Table</strong></h1>
<p><em>from CDM v5.3 -&gt; CDM v5.4</em></p>
<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>
<p>Notation:</p>
Expand Down Expand Up @@ -862,7 +861,6 @@ <h2>+ <strong>COHORT</strong></h2>
</tbody>
</table>
</div>
</div>



Expand Down
3 changes: 1 addition & 2 deletions rmd/cdm54.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "**OMOP CDM v5.4**"
output:
html_document:
toc: yes
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rmd/cdm54Changes.rmd
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit dd85c0d

Please sign in to comment.