-
Notifications
You must be signed in to change notification settings - Fork 17
- First steps rework #278
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
- First steps rework #278
Conversation
|
|
||
| To create your first MoBi® project, simply follow the steps described in the sections below. | ||
|
|
||
| ## Start the Program |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to describe how to start an application..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reworks the first-steps documentation for MoBi® to reflect significant changes in the application's interface and functionality. The documentation is updated to reflect a new modular approach and interface changes.
- Updates interface terminology from "Building Block Explorer" to "Modules Explorer" and related UI changes
- Replaces detailed step-by-step model creation tutorial with focus on importing PK-Sim® models and module-based workflow
- Streamlines content by removing extensive manual model building instructions in favor of referencing other documentation sections
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| In the following we describe some details of the different subviews. | ||
|
|
||
| The **Modeling & Simulation ribbon bar** is separated into the **History** group, **Create Building Blocks** group, the **Simulation** group, options for specific **Workflows** and the **Project** functionality that helps to manage and display the units of parameters. **Views** contains the selection of the basic windows in MoBi®, the building block explorer window, the simulation explorer, and the history manager window. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was outdated, and I don't see a point of updating it.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
|
||
| The first step to start working with MoBi® is to create a new project. To do this, click on the **New Project** command in the File menu. You can either work with amount or concentration based reaction networks which needs to be specified when creating a new project. Empty building blocks are automatically created shortly after in the **Building Block Explorer**: Molecules, Reactions, Spatial Structures, Passive Transports, Observers, and Events. Some of these building blocks need to be filled with data, which is successively done in the next sections. | ||
|
|
||
| ## Enter Molecules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whole example would not work because the description of creating the spatial structures is missing! I have extracted this example into a separate file here #277
It could be finalized and offered later. As I said, right now it is useless.
| Congratulations, you have done your first simulation using MoBi®! | ||
| {% endhint %} | ||
|
|
||
| ## Running a PK-Sim® Simulation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Importing of a PK-Sim simulation is described above.
| 7. In the Data Browser section of the chart editor, select the proper organ and compartment as in your PK-Sim® project, for example Peripheral Venous Blood, and then Plasma. Check the box  in the column "Used". A PK curve should appear; if all went right, the results displayed in MoBi® should be the same as displayed with your original PK-Sim® simulation. | ||
| 6. Click the orange arrow <img src="../assets/icons/Run.svg" data-size="line"> ribbon button to run the simulation, or alternatively press the **F5** key. | ||
|
|
||
| ## Exit MoBi® |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
|
The program overview image has to be updated as well. |
No description provided.