Adding titles to webpages
This commit is contained in:
parent
02af0bc317
commit
dd85c0d30b
|
@ -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>
|
||||
|
@ -518,12 +518,11 @@ div.tocify {
|
|||
|
||||
|
||||
|
||||
<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">
|
||||
|
@ -13768,7 +13767,6 @@ No
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
@ -518,12 +518,11 @@ div.tocify {
|
|||
|
||||
|
||||
|
||||
<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 -> 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>
|
||||
|
@ -862,7 +861,6 @@ div.tocify {
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue