https://github.com/certara/certara_iq_advanced_topics
https://github.com/certara/certara_iq_advanced_topics
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/certara/certara_iq_advanced_topics
- Owner: certara
- Created: 2026-05-12T20:00:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-22T11:23:22.000Z (2 months ago)
- Last Synced: 2026-05-22T17:25:16.342Z (2 months ago)
- Language: Jupyter Notebook
- Size: 1.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This project is designed to demonstrate the use of advanced methods in IQ. To facilitate the implementation of advanced methods, a local utilities folder has been generated.
If you are loading this project through a github link, then the utilities have been set up correctly. If you are recreating these methods in your own project, then you must recreate a utilities
folder with the same file structure and set up the utilities folder as a local utility within the project dependencies section.
# Methods
1. Advanced Templating in text based models
# Files
1. Templating
- Notebook: Walk through of how to generate a templated text based model file and how to develop a rendered model from this template. The model template exists as a string within this file
- Text file: Resultant model file from the walk through notebook saved as a text file
- Notebook 2: Example of reading in a prebuilt template text file and rendering it
- Rendered text file: Rendered version of templated model example (either the template text file or the string within notebook 1)