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

Abbreviation recasing: use all abbreviations #153

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Sep 8, 2024

  1. Add alt & included symbol synonyms

    - Update: Now adding synonyms for alt & included symbols, w/ type of mondo#abbreviation.
    - Misc updates: Todo comments. Renamed variables/methods for consistency and accuracy. Refactored some things.
    joeflack4 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    48fc895 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Alternative symbol" synonyms & "Formerly

    - In previous commits, stated that this would also include 'included' symbols, but for now we have decided not to proceed with that.
    - Update: Now adding synonyms for alternative symbols, w/ type of mondo#abbreviation.
    - Update: Now stripping the text ', INCLUDED' from symbols. Previously was only doing for titles.
    - Update: For included & alternative titles/symbols ending in ', FORMERLY', these are being added as relatedSynonyms, and also being marked as owl:deprecated.
    - Misc updates: Updated some comments and codestyle.
    joeflack4 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    92780ed View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Alternative symbol" synonyms & "Formerly

    - Bug fix: mondo#ABBREVIATION URI
    - Update: Typo and codestyle of cleanup_label()
    joeflack4 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    45e8565 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    adee660 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    b0f0aa9 View commit details
    Browse the repository at this point in the history
  2. "Alternative symbol" synonyms & "Formerly"

    - Update: Docstring to make clearer
    - Update: Typo fix
    - Update: Now "former" included titles/symbols are also being processed
    joeflack4 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2592572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ff2520 View commit details
    Browse the repository at this point in the history
  4. Title cleaning updates

    - Update: Refactor: Cleaned some redundancy in how this was being called. Simplified code. Modularized other parts of code.
    joeflack4 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f5e4794 View commit details
    Browse the repository at this point in the history
  5. Abbreviation recasing: use all abbrevs

    - Update: Now considering all abbreviations when checking a title and uppercasing them. Previously was only looking at the first preferred symbol.
    - Update: Refactored, added comments and todos, simplified code.
    - Bug fix: Was not actually uppercasing previously. The .replace() usage was incorrect.
    joeflack4 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    788f267 View commit details
    Browse the repository at this point in the history
  6. Abbreviation recasing: use all abbrevs

    - Add: A todo
    joeflack4 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    41f528c View commit details
    Browse the repository at this point in the history