An open API service indexing awesome lists of open source software.

https://github.com/certara/certara_iq_advanced_topics


https://github.com/certara/certara_iq_advanced_topics

Last synced: about 2 months ago
JSON representation

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)