Skip to content

Commit

Permalink
Merge pull request #40 from mohsenhariri/page
Browse files Browse the repository at this point in the history
webpage init
  • Loading branch information
mohsenhariri authored Sep 17, 2024
2 parents 02c7fff + 4e99279 commit 75383f5
Show file tree
Hide file tree
Showing 35 changed files with 3,277 additions and 864 deletions.
12 changes: 0 additions & 12 deletions .gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions MANIFEST.in

This file was deleted.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# RadQy Web Page



## Website License
This repo has been forked from [here](https://github.com/nerfies/nerfies.github.io).

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
45 changes: 0 additions & 45 deletions README.rst

This file was deleted.

Binary file removed UserInterface.zip
Binary file not shown.
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

185 changes: 185 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="description"
content="RadQy is a quality assurance and checking tool for quantitative assessment of magnetic resonance imaging (MRI) and computed tomography (CT) data.">
<meta name="keywords" content="Magnetic Resonance Imaging (MRI), Computed Tomography (CT), RadQy">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RadQy</title>



<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">

<link rel="stylesheet" href="./static/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">


<link rel="apple-touch-icon" sizes="180x180" href="./static/fav/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./static/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./static/fav/favicon-16x16.png">
<link rel="manifest" href="./static/fav/site.webmanifest">




<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/bulma-carousel.min.js"></script>
<script src="./static/js/bulma-slider.min.js"></script>
<script src="./static/js/index.js"></script>
</head>

<body>




<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title"> RadQy </h1>
<!-- <div class="is-size-5 publication-authors"> -->
<!-- <span class="author-block">
<a href="https://keunhong.com">Keunhong Park</a><sup>1</sup>,</span>
<span class="author-block">
<a href="https://utkarshsinha.com">Utkarsh Sinha</a><sup>2</sup>,</span>
<span class="author-block">
<a href="https://jonbarron.info">Jonathan T. Barron</a><sup>2</sup>,
</span>
<span class="author-block">
<a href="http://sofienbouaziz.com">Sofien Bouaziz</a><sup>2</sup>,
</span>
<span class="author-block">
<a href="https://www.danbgoldman.com">Dan B Goldman</a><sup>2</sup>,
</span>
<span class="author-block">
<a href="https://homes.cs.washington.edu/~seitz/">Steven M. Seitz</a><sup>1,2</sup>,
</span>
<span class="author-block">
<a href="http://www.ricardomartinbrualla.com">Ricardo Martin-Brualla</a><sup>2</sup>
</span> -->
<!-- </div> -->
<!--
<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>University of Washington,</span>
<span class="author-block"><sup>2</sup>Google Research</span>
</div> -->

<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">

<a href="https://pypi.org/project/radqy/" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<!-- <i class="fas fa-file-pdf"></i> -->

<i class="fas fa-download"></i>

</span>
<span>Use RadQy</span>
</a>

<a href="https://github.com/ccipd/MRQy/tree/radqy" target="_blank"
class="external-link button is-normal is-rounded is-dark">



<span class="icon">
<!-- <i class="fas fa-file-pdf"></i> -->

<i class="fab fa-github"></i>
<!-- <i class="fas fa-download"></i> -->


</span>
<span>GitHub</span>

</a>



</span>





</div>

</div>
</div>
</div>
</div>
</section>




<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">About</h2>
<div class="content has-text-justified">
<p>
<b>RadQy</b> is a quality assurance and checking tool for quantitative assessment of magnetic resonance
imaging (MRI) and computed tomography (CT) data
</p>

</div>
</div>
</div>
<!--/ Abstract. -->

<!-- Paper video. -->

<!--/ Paper video. -->
</div>
</section>




<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<!-- <a class="icon-link"
href="./static/videos/nerfies_paper.pdf">
<i class="fas fa-file-pdf"></i>
</a> -->
<a class="icon-link" href="https://github.com/mohsenhariri/paper-gh" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div>
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This website is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
Forked from
<a href="https://github.com/nerfies/nerfies.github.io">Nerfies</a>.

</p>
</div>
</div>
</div>
</div>
</footer>

</body>

</html>
61 changes: 0 additions & 61 deletions pyproject.toml

This file was deleted.

17 changes: 0 additions & 17 deletions radqy/CT_TAGS.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions radqy/MRI_TAGS.yaml

This file was deleted.

Empty file removed radqy/__init__.py
Empty file.
Loading

0 comments on commit 75383f5

Please sign in to comment.