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

Copasi javascript support #2015

Merged
merged 36 commits into from
Oct 18, 2024
Merged

Copasi javascript support #2015

merged 36 commits into from
Oct 18, 2024

Commits on Jun 18, 2024

  1. Add initial support for interpreting COPASI models using COPASI.js

    …JavaScript library. This new feature in SEEK enables interpreting COPASI-supported models directly in the client using this library.
    whomingbird committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a166dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced0bde View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    14b9533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c309c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. bug fix: Load the first COPASI-compatible item to CopasiUI (the desk …

    …application) when multiple items are associated with a model.
    whomingbird committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ace41da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a37cac0 View commit details
    Browse the repository at this point in the history
  3. Show the "Simulate Model on Copasi" button on the model page if the u…

    …ser has the right to download the asset.
    whomingbird committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4b84753 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. When the model is not publicly accessible but can be downloaded by th…

    …e current user, use SpecialAuthCode to enable loading the model into CopasiUI (desktop application)
    whomingbird committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    32ff6ad View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. minor tweak

    whomingbird committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    79da9d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8715db6 View commit details
    Browse the repository at this point in the history
  3. delete unnecessary HTML

    whomingbird committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1fc1190 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    950b9f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e301b2f View commit details
    Browse the repository at this point in the history
  6. update route

    whomingbird committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fe690c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Oct 2, 2024

  1. introduces three input fields for parameter inputs on the COPASI simu…

    …lation page. These parameters can now be included when running model simulations, providing enhanced flexibility in configuration.
    whomingbird committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    44bc70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3515cbb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    b386d96 View commit details
    Browse the repository at this point in the history
  2. Check the functionality of the 'Simulate in CopasiUI' button for mode…

    …ls that are not publicly accessible but available for download by the current user, requiring a special authentication code.
    whomingbird committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    38d1e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f30ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d83cd29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5daeced View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a3c590 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    de276bf View commit details
    Browse the repository at this point in the history
  2. fix typo

    whomingbird committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5b849fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7840b6 View commit details
    Browse the repository at this point in the history
  4. don't use :x=> !

    whomingbird committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c8076ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31c7c76 View commit details
    Browse the repository at this point in the history
  6. merge main branch

    whomingbird committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    36d8123 View commit details
    Browse the repository at this point in the history
  7. refactoring

    whomingbird committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    665d9d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b37f8cd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix test

    whomingbird committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    edad931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4348589 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. merge main

    whomingbird committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cf74eeb View commit details
    Browse the repository at this point in the history