Alistair Johnson

Results 34 issues of Alistair Johnson

The following chunk returns MIMIC-III for us. I'd be happy to merge as is, and then add the `CREDENTIALING_EXAMPLE_PROJECT_SLUG` later: ``` PublishedProject.objects.filter( access_policy=AccessPolicy.CREDENTIALED, is_latest_version=True).first() ``` > Also, using example_project.title will...

In #1961 @amitupreti refactored the access checks into a separate module in the project app, so that all project authorization is done in one place, which has made project access...

The pruning code uses a hack for child nodes by setting left/right values to -1 (since it cannot delete nodes due to immutability). The graphviz display seems to ignore this,...

The toolbox requires files to be stored in the local directory as a `.dat` and a `.hea`. It would probably be worth it to create a version of the `detect.m`...