{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# BMCS applications\n",
    "\n",
    "This page demonstrates how to generate online \"apps\" with a Jupyter Notebook interface. With the `appmode` plugin, we can create interactive experiences without requiring coding or running a specific cell.\n",
    "\n",
    "Markdown cells will be retained, and all code cells will be run, then hidden. The outputs of each cell will be displayed as well.\n",
    "\n",
    " - Test with of interaction on gnomon: [gnomon](geo/gnomon.ipynb)\n",
    " \n",
    "## Rule of mixtures for elastic composites\n",
    " - [Elastic mixture rule](bmcs_course/1_1_Calculate_the_elastic_stiffness_of_the_composite.ipynb)\n",
    "\n",
    "## Constant bond-slip law\n",
    "\n",
    "- [Pull-out from rigid matrix](bmcs_course/2_1_pullout_from_rigid_matrix.ipynb)\n",
    "- [Pull-out from elastic matrix](bmcs_course/2_2_pullout_from_elastic_matrix.ipynb)\n",
    "- [Enhanced model versions](bmcs_course/2_3_pullout_model_enhancements.ipynb)\n",
    " \n",
    "## Nonlinear finite-element simulator\n",
    " - Pullout simulator: [pullout1d](notebooks/pullout1d.ipynb)"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": []
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.7.7"
  },
  "toc": {
   "base_numbering": 1,
   "nav_menu": {},
   "number_sections": true,
   "sideBar": true,
   "skip_h1_title": false,
   "title_cell": "Table of Contents",
   "title_sidebar": "Contents",
   "toc_cell": false,
   "toc_position": {},
   "toc_section_display": true,
   "toc_window_display": true
  }
 },
 "nbformat": 4,
 "nbformat_minor": 2
}