-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BuildTheDocs
authored and
BuildTheDocs
committed
Sep 11, 2024
0 parents
commit 21b0242
Showing
137 changed files
with
21,245 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 68f31acff4795a2c925c2247547b7b21 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" data-content_root="./"> | ||
<head> | ||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Acknowledging Mila — MILA Technical Documentation latest documentation</title> | ||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" /> | ||
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=8da7d091" /> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="_static/jquery.js?v=5d32c60e"></script> | ||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="_static/documentation_options.js?v=c6e86fd7"></script> | ||
<script src="_static/doctools.js?v=888ff710"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="_static/copybutton.js?v=f281be69"></script> | ||
<script src="_static/documentation_options.js?v=c6e86fd7"></script> | ||
<script src="_static/documentation_options_fix.js?v=1c8886ec"></script> | ||
<script src="_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
<link rel="next" title="Audio and video resources at Mila" href="Audio_video.html" /> | ||
<link rel="prev" title="Launch many jobs using SLURM job arrays" href="examples/good_practices/slurm_job_arrays/index.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="index.html"> | ||
|
||
<img src="_static/image.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
latest | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">Introduction</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Purpose.html">Purpose of this documentation</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Purpose.html#contributing">Contributing</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">How-tos and Guides</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Userguide.html">User’s guide</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Handbook.html">AI tooling and methodology handbook</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Systems and services</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Information.html">Computing infrastructure and policies</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Extra_compute.html">Computational resources outside of Mila</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">General theory</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html">What is a computer cluster?</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#parts-of-a-computing-cluster">Parts of a computing cluster</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#unix">UNIX</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#the-workload-manager">The workload manager</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#processing-data">Processing data</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#software-on-the-cluster">Software on the cluster</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Minimal Examples</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="examples/frameworks/index.html">Software Frameworks</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="examples/distributed/index.html">Distributed Training</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="examples/good_practices/index.html">Good practices</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Extras</span></p> | ||
<ul class="current"> | ||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Acknowledging Mila</a></li> | ||
<li class="toctree-l1"><a class="reference external" href="https://datasets.server.mila.quebec/">Mila Datasets</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Audio_video.html">Audio and video resources at Mila</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="VSCode.html">Visual Studio Code</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="IDT.html">Who, what, where is IDT</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Cheatsheet.html">Cheat Sheet</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Chatbot.html">Chatbot for Mila</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Environmental_impact.html">Environmental Impact</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="index.html">MILA Technical Documentation</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">Acknowledging Mila</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="https://github.com/mila-iqia/mila-docs/blob/master/docs/Acknowledgement.rst" class="fa fa-github"> Edit on GitHub</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<section id="acknowledging-mila"> | ||
<h1>Acknowledging Mila<a class="headerlink" href="#acknowledging-mila" title="Link to this heading"></a></h1> | ||
<div class="admonition note"> | ||
<p class="admonition-title">Note</p> | ||
<p>Researchers are requested to acknowledge Mila when publications or reports | ||
are published on research that used compute resources provided by the | ||
organization. Our ability to showcase the successful use of our resources | ||
builds an important case for long-term and sustainable funding of Mila and | ||
our operations, i.e. have more compute resources available to researchers!</p> | ||
<p>The exact wording of the acknowledgment may vary, but please ensure that | ||
Mila is mentioned. The following can be used as a guideline:</p> | ||
<blockquote> | ||
<div><p><em>“This research was enabled in part by compute resources provided by Mila | ||
(mila.quebec).”</em></p> | ||
</div></blockquote> | ||
<p>If you find useful some of the software developed at Mila or the technical | ||
help you can get from our experts you can also mention it in the | ||
acknowledgment:</p> | ||
<blockquote> | ||
<div><p><em>“This research was enabled in part by compute resources, software and | ||
technical help provided by Mila (mila.quebec).”</em></p> | ||
</div></blockquote> | ||
</div> | ||
<p>If you’ve used DRAC resources as well for your research, please remember to | ||
<a class="reference external" href="https://alliancecan.ca/en/services/advanced-research-computing/acknowledging-alliance">acknowledge their use in your papers</a></p> | ||
</section> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> | ||
<a href="examples/good_practices/slurm_job_arrays/index.html" class="btn btn-neutral float-left" title="Launch many jobs using SLURM job arrays" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> | ||
<a href="Audio_video.html" class="btn btn-neutral float-right" title="Audio and video resources at Mila" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> | ||
</div> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2024.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
<script type="text/javascript"> | ||
window.onload = function() { | ||
$(".toggle > *").hide(); | ||
$(".toggle .header").show(); | ||
$(".toggle .header").click(function() { | ||
$(this).parent().children().not(".header").toggle(400); | ||
$(this).parent().children(".header").toggleClass("open"); | ||
}) | ||
}; | ||
</script> | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" data-content_root="./"> | ||
<head> | ||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title><no title> — MILA Technical Documentation latest documentation</title> | ||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" /> | ||
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=8da7d091" /> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="_static/jquery.js?v=5d32c60e"></script> | ||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="_static/documentation_options.js?v=c6e86fd7"></script> | ||
<script src="_static/doctools.js?v=888ff710"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="_static/copybutton.js?v=f281be69"></script> | ||
<script src="_static/documentation_options.js?v=c6e86fd7"></script> | ||
<script src="_static/documentation_options_fix.js?v=1c8886ec"></script> | ||
<script src="_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="index.html"> | ||
|
||
<img src="_static/image.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
latest | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">Introduction</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Purpose.html">Purpose of this documentation</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Purpose.html#contributing">Contributing</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">How-tos and Guides</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Userguide.html">User’s guide</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Handbook.html">AI tooling and methodology handbook</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Systems and services</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Information.html">Computing infrastructure and policies</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Extra_compute.html">Computational resources outside of Mila</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">General theory</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html">What is a computer cluster?</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#parts-of-a-computing-cluster">Parts of a computing cluster</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#unix">UNIX</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#the-workload-manager">The workload manager</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#processing-data">Processing data</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Theory_cluster.html#software-on-the-cluster">Software on the cluster</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Minimal Examples</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="examples/frameworks/index.html">Software Frameworks</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="examples/distributed/index.html">Distributed Training</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="examples/good_practices/index.html">Good practices</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">Extras</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="Acknowledgement.html">Acknowledging Mila</a></li> | ||
<li class="toctree-l1"><a class="reference external" href="https://datasets.server.mila.quebec/">Mila Datasets</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Audio_video.html">Audio and video resources at Mila</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="VSCode.html">Visual Studio Code</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="IDT.html">Who, what, where is IDT</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Cheatsheet.html">Cheat Sheet</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Chatbot.html">Chatbot for Mila</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="Environmental_impact.html">Environmental Impact</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="index.html">MILA Technical Documentation</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active"><no title></li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="https://github.com/mila-iqia/mila-docs/blob/master/docs/Acknowledgement_text.rst" class="fa fa-github"> Edit on GitHub</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<div class="admonition note"> | ||
<p class="admonition-title">Note</p> | ||
<p>Researchers are requested to acknowledge Mila when publications or reports | ||
are published on research that used compute resources provided by the | ||
organization. Our ability to showcase the successful use of our resources | ||
builds an important case for long-term and sustainable funding of Mila and | ||
our operations, i.e. have more compute resources available to researchers!</p> | ||
<p>The exact wording of the acknowledgment may vary, but please ensure that | ||
Mila is mentioned. The following can be used as a guideline:</p> | ||
<blockquote> | ||
<div><p><em>“This research was enabled in part by compute resources provided by Mila | ||
(mila.quebec).”</em></p> | ||
</div></blockquote> | ||
<p>If you find useful some of the software developed at Mila or the technical | ||
help you can get from our experts you can also mention it in the | ||
acknowledgment:</p> | ||
<blockquote> | ||
<div><p><em>“This research was enabled in part by compute resources, software and | ||
technical help provided by Mila (mila.quebec).”</em></p> | ||
</div></blockquote> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2024.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
<script type="text/javascript"> | ||
window.onload = function() { | ||
$(".toggle > *").hide(); | ||
$(".toggle .header").show(); | ||
$(".toggle .header").click(function() { | ||
$(this).parent().children().not(".header").toggle(400); | ||
$(this).parent().children(".header").toggleClass("open"); | ||
}) | ||
}; | ||
</script> | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.