Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes under tables #47

Open
vassilpeytchev opened this issue Nov 18, 2020 · 4 comments
Open

Notes under tables #47

vassilpeytchev opened this issue Nov 18, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@vassilpeytchev
Copy link
Contributor

When looking at the table under
https://ihe.github.io/publications/ITI/TF/Volume2/ITI-18.html#3.18.4.1.2.3.7.1
the notes are using superscripts. Is this the default arrangement, or are we switching to something like the table after
https://ihe.github.io/publications/ITI/TF/Volume1/ch-16.html#16.2

For the latter, you can use this markup:

<div class="grid-x">
  <div class="cell small-2 medium-1">
    <p class="note">Note 1:</p>
  </div>
  <div class="cell small-10 medium-11">
    <p class="note">At least one of these options is required for each Actor. In order to enable a better
            interoperability, is highly recommended that the actors support all the options.</p>
  </div>
  <div class="cell small-2 medium-1">
    <p class="note">Note 2:</p>
  </div>
  <div class="cell small-10 medium-11">
    <p class="note">This option requires the ZIP over Email Option.</p>
  </div>
</div>

@JohnMoehrke

@JohnMoehrke
Copy link
Contributor

notes should all be migrated to a note paragraph type... the export from WORD to html did leave us with some places where there is this kind of mess. We will continue to clean this up over the coming months, after first publication.

@MaryLJ
Copy link
Contributor

MaryLJ commented Nov 18, 2020

When the conversion was first done on the TF Volumes, a style was created for Notes referenced in a table. It looks like sometimes this was used (your second example) and sometimes not (your first example).

At some point, as suggested, we will need to pick a style and update the documents for consistency.

I also see some OLE Links, do those come from Word. The look like links in the html but go no where.

@vassilpeytchev
Copy link
Contributor Author

The one OLE link I saw did not have a corresponding link in the PDF, so I just removed it. Probably left over from Word 2000...

@JohnMoehrke JohnMoehrke added this to the Phase 2 milestone Nov 30, 2020
@JohnMoehrke JohnMoehrke removed this from the Phase 2: February 2021 milestone Feb 8, 2021
@JohnMoehrke JohnMoehrke added this to the Phase 4: Summer 2021 milestone Feb 8, 2021
@JohnMoehrke JohnMoehrke added the bug Something isn't working label Jul 26, 2021
@MaryLJ
Copy link
Contributor

MaryLJ commented Jul 29, 2021

Google Sheet to track progress of fixes for this issue is at https://docs.google.com/spreadsheets/d/1eM8OgzO8qGbc9Q8lEyBtwdALFOaYZN9W-AsyV6EnXWA/edit#gid=2021735577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants