You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: templates/base.html
+42-1
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,50 @@
28
28
</nav>
29
29
<h3class="text-muted">Quick Assessment</h3>
30
30
</div>
31
-
</div>
31
+
</div>
32
+
<br>
33
+
<divclass="container">
34
+
<divclass="row">
35
+
<divclass="col-sm-12">
36
+
<pclass="text-muted">
37
+
The <b>objective</b> of the quick assessment tool is to help the OSSpal admin team to efficiently evaluate and identify high quality FOSS projects based on quantifiable hard criteria. We evaluated the contributed projects using the quick assessment tool on a periodical basis, and then perform a team review on the results. After careful review and thorough consideration, we finally post the high quality FOSS projects that can meet our rigorous screening standard on OSSpal.
38
+
</p>
39
+
<pclass="text-muted">
40
+
The ideal <b>use case</b> for the quick assessment tool is as the following. When a user type the project name into the search bar, after a few seconds, a detailed page will pop up, showing key quantifiable information of the project acquired from Open Hub and GitHub, such as number of project contributors, number of commits, lines of code, and project activity.
41
+
</p>
42
+
</div>
43
+
</div>
44
+
</div>
32
45
33
46
{% block content %}
34
47
{% endblock %}
48
+
49
+
<br>
50
+
51
+
<divclass="container">
52
+
<divclass="row">
53
+
<divclass="col-sm-12 ">
54
+
55
+
<pclass="text-muted"> The most updated hard <b> criteria </b> we used to screen FOSS projects for inclusion on OSSpal are listed below. Please note that the hard criteria will also be updated on a regular basis. </p>
56
+
57
+
<divclass="row">
58
+
<divclass="col-sm-6 col-sm-offset-3">
59
+
<pclass="text-muted" text-align="center"> Open Hub Metrics with Optimal Thresholds (as of January 2017): </p>
60
+
<pclass="text-muted" text-align="center"> # of 12 Month Contributors ≥ 2 </p>
61
+
<pclass="text-muted" text-align="center"> # of Total Contributors ≥ 3 </p>
62
+
<pclass="text-muted" text-align="center"> # of 12 Month Commits ≥ 50 </p>
63
+
<pclass="text-muted" text-align="center"> # of Total Commits ≥ 1000 </p>
64
+
65
+
<pclass="text-muted" text-align="center"> GitHub Metrics with Optimal Thresholds (as of January 2017): </p>
66
+
<pclass="text-muted" text-align="center"> # of Starts ≥ 100 </p>
67
+
<pclass="text-muted" text-align="center"> # of Forks ≥ 100 </p>
68
+
<pclass="text-muted" text-align="center"> # of Open Issues ≥ 5 </p>
69
+
<pclass="text-muted" text-align="center"> # of Subscribers ≥ 50 </p>
0 commit comments