-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload the new website (GitHub Pages)
- Loading branch information
1 parent
289b945
commit 3462acf
Showing
20 changed files
with
411 additions
and
216 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,14 @@ | ||
theme: minima | ||
markdown: kramdown | ||
title: Empirical Standards | ||
description: Empirical standards for conducting and evaluating research in software engineering | ||
menu_pages: | ||
- tab_01_about.md | ||
- tab_02_tools.md | ||
- tab_03_standards.md | ||
- tab_04_supplements.md | ||
- tab_05_faq.md | ||
- tab_06_people.md | ||
collections: | ||
team: | ||
output: true |
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,6 @@ | ||
--- | ||
name: Paul Ralph | ||
title: Professor | ||
affiliation: Dalhousie University | ||
--- | ||
Paul has worked on designing the standards and the website. |
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,6 @@ | ||
--- | ||
name: Taher Ghaleb | ||
title: Ph.D. Candidate | ||
affiliation: Queen's University | ||
--- | ||
Taher has worked on developing this website. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The General Standard | ||
|
||
<standard name = "General Standard"> | ||
<standard name="General Standard"> | ||
|
||
## Application | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Empirical Standards</title> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="css/appearance.css"> | ||
<link rel="stylesheet" href="css/tooltip.css"> | ||
<link rel="stylesheet" href="/form_generator/css/appearance.css"> | ||
<link rel="stylesheet" href="/form_generator/css/tooltip.css"> | ||
</head> | ||
<body> | ||
<div id="container"> | ||
<h1>Empirical Standards Checklist Generator</h1> | ||
<form id="authorForm" action="Checklist.html" method="get"> | ||
<form id="authorForm" action="/form_generator/Checklist.html" method="get"> | ||
<input type="hidden" name="role" value="author"> | ||
<h3>Authors:</h3> | ||
<ul> | ||
<li><input type="submit" class="btn-link" class="button" value="Generate a generic pre-submission checklist"></li> | ||
<li><input type="submit" class="btn-link" value="Generate a generic pre-submission checklist"></li> | ||
</ul> | ||
</form> | ||
<form id="reviewerForm" action="Checklist.html" method="get"> | ||
<form id="reviewerForm" action="/form_generator/Checklist.html" method="get"> | ||
<input type="hidden" name="role" value="reviewer"> | ||
<h3>Reviewers:</h3> | ||
<ul> | ||
<!--<li><input type="submit" class="btn-link" class="button" value="Generate a review checklist for EASE 2021"></li>--> | ||
<!--<li><input type="submit" class="btn-link" value="Generate a review checklist for EASE 2021"></li>--> | ||
</ul> | ||
</form> | ||
<form id="revieweForm" action="Checklist.html" method="get"> | ||
<form id="revieweForm" action="/form_generator/Checklist.html" method="get"> | ||
<input type="hidden" name="role" value="phase"> | ||
<ul> | ||
<li><input type="submit" class="btn-link" class="button" value="Generate a checklist for one-phase review (most conferences)"></li><br> | ||
<li><input type="submit" class="btn-link" class="button" value="Generate a checklist for two-phase review (most journals)"></li> | ||
<li><input type="submit" class="btn-link" value="Generate a checklist for one-phase review (most conferences)"></li><br> | ||
<li><input type="submit" class="btn-link" value="Generate a checklist for two-phase review (most journals)"></li> | ||
</ul> | ||
</form> | ||
</div> | ||
<br><br><br><br> | ||
© Designed by Paul Ralph and created by Arham Arshad and Taher Ghaleb. | ||
</body> | ||
<footer>© Designed by Paul Ralph and created by Arham Arshad and Taher Ghaleb.</footer> | ||
</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
Oops, something went wrong.