This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
collaboration.html
119 lines (92 loc) · 4.5 KB
/
collaboration.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ITensor - Intelligent Tensor Library</title>
<meta http-equiv="content-language" content="en" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="icon" href="favicon.ico"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<!--<script type="text/javascript" src="scripts/jquery-1.6.2.min.js"></script>-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">$(document).ready(function(){});</script>
<script type="text/javascript" src="scripts/jquery.corner.js"></script>
<style type="text/css">
</style>
</head>
<body>
<div id="main">
<div id="navbar" class="rounded">
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="news.html">News</a> </li>
<li><a href="docs.cgi">Learn</a> </li>
<li><a href="support/">Discuss</a> </li>
<li><a class="thispage" href="collaboration.html">Contributors</a></li>
</ul>
</div>
<div id="banner">
<img src="ITensor.png" /></br>
</div>
<div class="full section rounded"> <h2>ITensor Contributors</h2> </div>
<div class="full">
</br>
<div class="half">
<p>
<a href="http://www.linkedin.com/profile/view?id=72854926&trk=eml_inv_status_profile_non_email">Jessica Alfonsi</a>, University of Padova <br/>
<a href="http://cnms.ornl.gov/contact_us/ALVAREZ-CAMPOT_Gonzalo.pdf" target="_blank">Gonzalo Alvarez</a>, Oak Ridge (creator of <a href="http://www.ornl.gov/~gz1/dmrgPlusPlus/" target="_blank">DMRG++</a>) <br/>
<a href="http://www-personal.umich.edu/~egull/styled-2/styled-14/index.html" target="_blank">Andrey Antipov</a>, University of Michigan <br/>
<a href="https://scholar.google.com/citations?user=mQ9V11wAAAAJ&hl=en" target="_blank">Hitesh Changlani</a>, Univ. of Illinois <br/>
<a href="http://www.tau.ac.il/~gcohen/" target="_blank">Guy Cohen</a>, Tel Aviv University<br/>
<a href="http://www.physics.uci.edu/people/stefan-depenbrock" target="_blank">Stefan Depenbrock</a><br/>
<a href="http://www.icfo.eu/about_icfo/people_ficha.php?people_id=896&from=search_people" target="_blank">Andy Ferris</a>, ICFO<br/>
<a href="http://www.itp.phys.ethz.ch/people/jangu" target="_blank">Jan Gukelberger</a>, ETH Zürich<br/>
<a href="http://www.perimeterinstitute.ca/personal/eschnetter/" target="_blank">Erik Schnetter</a>, Perimeter Institute <br/>
<a href="http://lowagner.github.io" target="_blank">Lucas O. Wagner</a>, Vrije Universiteit Amsterdam <br/>
<a href="https://scholar.google.com/citations?user=Q253yKQAAAAJ&hl=en" target="_blank">Zhenyue Zhu</a>, UC Irvine<br/>
</p>
</br>
</br>
</div>
</br>
</br>
<div class="full section rounded"> <h2>Become a Contributor</h2> </div>
<div class="full">
</br>
<ol>
<li>
<p>
Create a <a target="_blank" href="http://github.com">github</a> account,
then fork
our <a target="_blank" href="http://github.com/ITensor/library">code repository</a>,
creating your own personal copy.
</p>
<p>
(<a target="_blank" href="http://help.github.com/articles/fork-a-repo">Help</a> on forking a repo.)
</p>
</li>
<li>
<p>
Make your edits and <a target="_blank" href="http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Committing-Your-Changes">commit</a> them (using <code>git commit</code>). It's best to make multiple small commits
explaining the changes at each step. If you plan to send us more changes in the future, it's best to create a topic branch and push your changes to that.
</p>
</li>
<li>
<p>
Push the changes to your personal repo (usually just a <code>git push</code> or <a target="_blank" href="http://www.mariopareja.com/blog/archive/2010/01/11/how-to-push-a-new-local-branch-to-a-remote.aspx">push your topic branch</a>),
then send us a <a target="_blank" href="https://help.github.com/articles/creating-a-pull-request">pull request</a>.
This enables us to pull your changes into our main repo.
</p>
</li>
<li>
<p>
We may add comments or edits to your pull request. If it's approved, your contribution
will be instantly included in the latest library and we will add your name to this page.
</p>
</li>
</ol>
</div>
<div id="footer"></div>
</div> <!--class="main"-->
<script type="text/javascript">$(function() {$('.rounded').corner("7px");});</script>
</body>
</html>