Skip to content

Commit

Permalink
Merge pull request #19 from geneontology/issue-go-site-1867-update-ga
Browse files Browse the repository at this point in the history
update URLs and GA id
  • Loading branch information
kltm authored Jun 24, 2022
2 parents 21b40d0 + 88ec6bc commit 0a61a55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GO-CAMs Site

This is the angular application serving the [geneontology.org/gocam](http://geneontology.org/gocam) site for [GO-CAMs](https://github.com/geneontology/noctua-models)
This is the angular application serving the [geneontology.org/go-cam](http://geneontology.org/go-cam) site for [GO-CAMs](https://github.com/geneontology/noctua-models)

## Development server

Expand Down
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Google Analytics: Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116732335-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6ZSQ1S3XSV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-116732335-1');
gtag('config', 'G-6ZSQ1S3XSV');
</script>

</head>
Expand All @@ -43,7 +43,7 @@ <h1 style="margin: 40px auto; padding-top: 20px; text-align:center;">Gene Ontolo
of biological function (such as “pathways”) in a semantically structured manner. GO-CAMs are created by expert biocurators
from the
<a href="http://geneontology.org/page/go-consortium-contributors-list" target="blank">GO Consortium</a>, using the
<a href="http://noctua.berkeleybop.org" target="blank">Noctua</a> modeling tool.
<a href="http://noctua.geneontology.org" target="blank">Noctua</a> modeling tool.
</section>

<div style="max-width: 800px; color:black; margin: auto 20px;">
Expand All @@ -67,7 +67,7 @@ <h1 style="margin: 40px auto; padding-top: 20px; text-align:center;">Gene Ontolo
</div>
</noscript>


<app-root class="jsonly">
<div class="u-central-element ">
<div class="u-central-title">Loading GO-CAM</div>
Expand All @@ -82,4 +82,4 @@ <h1 style="margin: 40px auto; padding-top: 20px; text-align:center;">Gene Ontolo

</body>

</html>
</html>

0 comments on commit 0a61a55

Please sign in to comment.