Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…r-web into main
  • Loading branch information
veronikaslc committed Oct 14, 2020
2 parents 17a2fd4 + ddeaa87 commit af46ca2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# guid-generator-web
# GUID Generator

Transforms patient identifiable information (health card number and date of birth) into a GUID that can be used in reseach projects.

[Demo](https://data-team-uhn.github.io/guid-generator-web/guids-generator.html)
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-minimal
2 changes: 1 addition & 1 deletion guids-generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="https://unpkg.com/@material-ui/core/umd/material-ui.production.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/react-copy-to-clipboard/build/react-copy-to-clipboard.js"></script>
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
<script src="http://requirejs.org/docs/release/2.1.5/comments/require.js"></script>
<script src="https://requirejs.org/docs/release/2.1.5/comments/require.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit af46ca2

Please sign in to comment.