Coder Social home page Coder Social logo

glucodyn's People

Contributors

bustavo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

glucodyn's Issues

Why tot = 1?

Hey guys, I'm studying your project as a start version of a python simulator I'm building. I'm didn't understand why tot should be 1 after the carb absorption time, why it shouldn't be 0 like in the first moment?

Autoload failed issue

hello i'm korean developer

While looking for a residual carb algorithm, I came across glucodyn.

However, we have confirmed the problem that Live Example does not work properly.

So, when I downloaded the git source and checked it, there was a problem in the process of loading the google chart, and I solved it.

The solution is the head area at the top of the glucodyn.html file.

<script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1',' packages':['corechart']}]}"></script>

Instead of

<script type="text/javascript" src="https://www.google.com/jsapi"></script>

And modify it to use

in the intrefase.js file
reloadGraphData(); All sources called by

google.load("visualization", "1", {packages: ["corechart"] });
google.setOnLoadCallback(reloadGraphData);

Change it to and it works fine.

I hope good results.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.