Franny Dean commited on
Commit
9a02a49
1 Parent(s): 53a34c4

animation argument and title

Browse files
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +2 -2
  2. app.py +2 -2
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -427,7 +427,7 @@ def solve_ODE_for_volume(Rm, Ra, Emax, Emin, Vd, Tc, start_v, t):
427
 
428
  return volumes
429
 
430
- def pvloop_simulator(Rm, Ra, Emax, Emin, Vd, Tc, start_v, animation):
431
 
432
 
433
  # Define initial parameters
@@ -517,7 +517,7 @@ def generate_example():
517
  # animated = "prediction.mp4"
518
  return video, plot, Rm, Ra, Emax, Emin, Vd, Tc, start_v
519
 
520
- title = "Physics-informed self-supervised learning for predicting cardiac digital twins with echocardiography"
521
 
522
  description = """
523
  <p style='text-align: center'> Keying Kuang, Frances Dean, Jack B. Jedlicki, David Ouyang, Anthony Philippakis, David Sontag, Ahmed Alaa <br></p>
 
427
 
428
  return volumes
429
 
430
+ def pvloop_simulator(Rm, Ra, Emax, Emin, Vd, Tc, start_v, animation=True):
431
 
432
 
433
  # Define initial parameters
 
517
  # animated = "prediction.mp4"
518
  return video, plot, Rm, Ra, Emax, Emin, Vd, Tc, start_v
519
 
520
+ title = "Non-Invasive Medical Digital Twins using Physics-Informed Self-Supervised Learning"
521
 
522
  description = """
523
  <p style='text-align: center'> Keying Kuang, Frances Dean, Jack B. Jedlicki, David Ouyang, Anthony Philippakis, David Sontag, Ahmed Alaa <br></p>
app.py CHANGED
@@ -427,7 +427,7 @@ def solve_ODE_for_volume(Rm, Ra, Emax, Emin, Vd, Tc, start_v, t):
427
 
428
  return volumes
429
 
430
- def pvloop_simulator(Rm, Ra, Emax, Emin, Vd, Tc, start_v, animation):
431
 
432
 
433
  # Define initial parameters
@@ -517,7 +517,7 @@ def generate_example():
517
  # animated = "prediction.mp4"
518
  return video, plot, Rm, Ra, Emax, Emin, Vd, Tc, start_v
519
 
520
- title = "Physics-informed self-supervised learning for predicting cardiac digital twins with echocardiography"
521
 
522
  description = """
523
  <p style='text-align: center'> Keying Kuang, Frances Dean, Jack B. Jedlicki, David Ouyang, Anthony Philippakis, David Sontag, Ahmed Alaa <br></p>
 
427
 
428
  return volumes
429
 
430
+ def pvloop_simulator(Rm, Ra, Emax, Emin, Vd, Tc, start_v, animation=True):
431
 
432
 
433
  # Define initial parameters
 
517
  # animated = "prediction.mp4"
518
  return video, plot, Rm, Ra, Emax, Emin, Vd, Tc, start_v
519
 
520
+ title = "Non-Invasive Medical Digital Twins using Physics-Informed Self-Supervised Learning"
521
 
522
  description = """
523
  <p style='text-align: center'> Keying Kuang, Frances Dean, Jack B. Jedlicki, David Ouyang, Anthony Philippakis, David Sontag, Ahmed Alaa <br></p>