Skip to content

Commit

Permalink
testing out table level vertical-align #2
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Jan 29, 2024
1 parent 356b571 commit 5f074c2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions book/usecases/uvvis_metadata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"source": [
"### 3.2 File hierarchy\n",
"\n",
"<table border=1>\n",
"<table border=\"1\" style=\"word-wrap: break-word; max-width: 400px;vertical-align: top;\">\n",
" <tr style=\"background-color:gray;\">\n",
" <td colspan='4'><strong>Raw Data</strong></td>\n",
" <td colspan=\"4\"><strong>Raw Data</strong></td>\n",
" </tr>\n",
" <tr>\n",
" <td><b>Content</b></td>\n",
Expand All @@ -83,13 +83,13 @@
" <td><b>Format</b></td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;vertical-align: top;\">Data matrix (with or without column headings)</td>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;vertical-align: top;\">Spectrophotometer output as tabular data (absorbance and wavelength)</td>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;vertical-align: top;\">Essential</td>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;vertical-align: top;\">CSV (.csv)<br/>JCAMP–DX (.jdx)</td>\n",
" <td>Data matrix (with or without column headings)</td>\n",
" <td>Spectrophotometer output as tabular data (absorbance and wavelength)</td>\n",
" <td>Essential</td>\n",
" <td>CSV (.csv)<br/>JCAMP–DX (.jdx)</td>\n",
" </tr>\n",
" <tr style=\"background-color:gray;\">\n",
" <td colspan='4'><strong> Sample level metadata </strong></td>\n",
" <td colspan=\"4\"><strong> Sample level metadata </strong></td>\n",
" </tr>\n",
" <tr>\n",
" <td><b>Content</b></td>\n",
Expand All @@ -98,10 +98,10 @@
" <td><b>Format</b></td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;\">Sample ID</td>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;\">Identifier for the sample which is unique within the project</td>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;\">Essential</td>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;\" rowspan = \"4\">Plain text (.txt)<br/>XML (.xml)<br/>R Markdown (.rmd)<br/>Jupyter Notebook <br/>Markdown (.ipynb)</td>\n",
" <td>Sample ID</td>\n",
" <td>Identifier for the sample which is unique within the project</td>\n",
" <td>Essential</td>\n",
" <td rowspan=\"4\">Plain text (.txt)<br/>XML (.xml)<br/>R Markdown (.rmd)<br/>Jupyter Notebook <br/>Markdown (.ipynb)</td>\n",
" </tr>\n",
" <tr>\n",
" <td style=\"word-wrap: break-word; max-width: 400px;\">Linking sample ID</td>\n",
Expand Down Expand Up @@ -130,7 +130,7 @@
" <td style=\"word-wrap: break-word; max-width: 400px;\">Toolkit(version) identifier</td>\n",
" </tr>\n",
" <tr style=\"background-color:gray;\">\n",
" <td colspan='4'><strong> Analysis level metadata </strong></td>\n",
" <td colspan=\"4\"><strong> Analysis level metadata </strong></td>\n",
" </tr>\n",
" <tr>\n",
" <td><b>Content</b></td>\n",
Expand All @@ -151,7 +151,7 @@
" <td style=\"word-wrap: break-word; max-width: 400px;\">R Markdown (.rmd)<br/>Jupyter Notebook<br/>Markdown (.ipynb)</td>\n",
" </tr>\n",
" <tr style=\"background-color:gray;\">\n",
" <td colspan='4'><strong> Project level metadata </strong></td>\n",
" <td colspan=\"4\"><strong> Project level metadata </strong></td>\n",
" </tr>\n",
" <tr>\n",
" <td><b>Content</b></td>\n",
Expand Down

0 comments on commit 5f074c2

Please sign in to comment.