-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (76 loc) · 5.41 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Collegeville: The Art & Science of Computational Science and Engineering</title>
</head>
<body>
<header>
<div class="inner">
<h1>Collegeville</h1>
<h2>The Art & Science of CSE</h2>
<a href="https://github.com/Collegeville" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>The Collegeville organization is dedicated to studying, developing, teaching and promoting better computational science and engineering (CSE)</h3>
<p>
Scientists and engineers use computation as a part of their everyday discovery and design processes. In order to improve the effectiveness of computational approaches, the Collegeville Project is focused on studying, developing, teaching and promoting theory and best practices in CSE.
</p>
<p>
While many people work to improve the effectiveness of CSE while simultaneously working on a specific CSE project, we are looking at the process of <it>how</it> CSE work is done, as a first order concern in its own right.
</p>
<h3>Collegeville Workshop Series</h3>
<p>The Collegeville Project sponsors a series of workshops on scientific software. These events focus on specific subthemes related to the development and use of software for science. Participants come from industry, academic and laboratory institutions, enabling a broader understanding of common and complementary topics across these communities. Details about the workshops can be found here:</p>
<ul>
<li> <a href="https://Collegeville.github.io/Workshops"> The Collegeville Workshops on Scientific Software.</a>
</ul>
<h3>Capstone Origins</h3>
<p>Some of the content in the Collegeville Project comes from a capstone course on computer science methodologies taught by Michael Heroux since 1998. This material draws upon and develops best practices in oral and written discourse, with the basic goal of always improving each scientist's personal skills for effective communication. Two sub-projects under the Collegeville Project are:</p>
<ul>
<li> <a href="https://Collegeville.github.io/Scribe"> The Scribe Project: Effective Writing.</a>
<li> <a href="https://Collegeville.github.io/Orator"> The Orator Project: Effective Speaking and Listening.</a>
</ul>
<p>
<h3>Lex: Effective Software</h3>
The <a href="https://Collegeville.github.io/Lex"> Lex Project</a> is focused on studying, developing, teaching and promoting best practices and tools for (scientific and engineering) software engineering.
</p>
<h3>Sagatagan: R&D of R&D</h3>
<p>
The <a href="https://Collegeville.github.io/Sagatagan"> Sagatagan Project</a> is focused on studying, developing, teaching and promoting theoretical models for CSE collaboration. Of particular interest is the characterization and improvement of <it>small research team dynamics.</it> Small research teams form the fundamental social cell of science and engineering. The canonical model is a small group of people with one or a few permanent members (such as research faculty) and a group of transient members (such as students and postdocs) who come into the project, learn how to contribute, make contributions and then depart to the next phase of their career.
</p>
<p>
The Sagatagan Project is focused on model-driven approaches to improving team productivity for writing papers, developing software and more, and product sustainability for documents, software and tools.
</p>
<h3>Capturing Assignment</h3>
<p>
The <a href="https://Collegeville.github.io/Homework"> Capturing Assignment Project</a> is focused on studying, and developing the best way to collect and grade students' assignments in a GitHub repository.</p>
<br>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p> This site is developed and maintained by
Michael Heroux <a href="https://github.com/maherou" class="user-mention">@maherou</a>
with assistance from
Duong Do <a href="https://github.com/duongdo27" class="user-mention">@duongdo27</a>
and
Jim Willenbring <a href="https://github.com/jwillenbring" class="user-mention">@jwillenbring</a>.</p>
<p>
Its content is used as part of a Computer Science capstone course in research methodologies at the <a href="http://www.csbsju.edu"> College of St. Benedict and St. John's University </a> in rural Collegeville, Minnesota.</p>
</section>
<aside id="sidebar">
<p class="repo-owner"><a href="https://github.com/Collegeville">Collegeville</a> is led by Michael Heroux <a href="https://github.com/maherou" class="user-mention">@maherou</a>.</p>
</aside>
</div>
</div>
</body>
</html>