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

Make excelparser that converts a filled excel sheet to an ontology #309

Merged
merged 34 commits into from
Dec 12, 2021

Commits on Nov 26, 2021

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

Commits on Dec 1, 2021

  1. Dummy example for make_microstructure_onto.py added.

    Much of what is in this file should go into the excel2onto tool.
    francescalb committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    eab0472 View commit details
    Browse the repository at this point in the history
  2. Added module excelparser which is used by excel2onto

    Added example folder
    francescalb committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    e7e2df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf035af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8db19da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c621c5 View commit details
    Browse the repository at this point in the history
  6. Cleaned up dataframe to be analysed

    removed rows with missing value in prefLabel
    Convert prefLabel to string
    francescalb committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    dd5794a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7db9a8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    991278f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Try to fix documentation

    francescalb committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    ed11bcf View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    b0d9362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d69516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912ad2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce0476b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Fixed typing error

    francescalb committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    9bd9e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d746812 View commit details
    Browse the repository at this point in the history
  3. Added first test for adding metadata authors and contributors

    Metadata should be factored out later
    francescalb committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    83f48b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4f436c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38199f1 View commit details
    Browse the repository at this point in the history
  6. Added altLabel

    francescalb committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    b81fd0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72dd4b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. owlready2.Ontology->ontopy.Ontology

    Co-authored-by: Jesper Friis <jesper-friis@users.noreply.github.com>
    francescalb and jesper-friis committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    9f89d10 View commit details
    Browse the repository at this point in the history
  2. parent=owl:Thing if parents missing in parser

    Co-authored-by: Jesper Friis <jesper-friis@users.noreply.github.com>
    francescalb and jesper-friis committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8dca4b2 View commit details
    Browse the repository at this point in the history
  3. typo

    Co-authored-by: Jesper Friis <jesper-friis@users.noreply.github.com>
    francescalb and jesper-friis committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a51dcb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    091d2cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3b7c22 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    0e62f86 View commit details
    Browse the repository at this point in the history
  2. _add_literal/_parse_literal accespt pd.Series and pd.DataFrame for data

    data  argument can either be metadata (pd.DataFrame)
    or a row for a concept (pd.Series)
    francescalb committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b527856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9209a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a59622 View commit details
    Browse the repository at this point in the history
  5. Corrected path in test

    francescalb committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c44a63b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    862eabe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9ec0a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee6621e View commit details
    Browse the repository at this point in the history