From 7533bf8500ff5e4ae5be2649a323053d611a12c7 Mon Sep 17 00:00:00 2001 From: Christopher Bross Date: Sat, 12 Jan 2019 20:25:44 +0100 Subject: [PATCH 01/43] unify markers for answers by A# --- AD-AE-Appendices_Authors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AD-AE-Appendices_Authors.md b/AD-AE-Appendices_Authors.md index d6ef1ce..395a0c0 100644 --- a/AD-AE-Appendices_Authors.md +++ b/AD-AE-Appendices_Authors.md @@ -32,11 +32,11 @@ Any author-created software _does_ need to be open source, however, to be eligib **Q3. How should I format my AD Appendix** -Q3. You don't need to worry about formatting the Appendices. You will be presented with an online form during the paper submission with questions that you will answer directly on the submission site. After answering the questions, the system will automatically generate a PDF of the Appendix for you. +A3. You don't need to worry about formatting the Appendices. You will be presented with an online form during the paper submission with questions that you will answer directly on the submission site. After answering the questions, the system will automatically generate a PDF of the Appendix for you. **Q4. What information do I need to provide in the AD/AE Appendix online form?** -Q4. A printout of the questions included in the AD/AE Appendix online form is provided in the [`Author-Kit`](https://github.com/SC-Tech-Program/Author-Kit) repository. Be sure to familiarize yourself with these _before writing your paper_, and ideally before or while you are producing your results. +A4. A printout of the questions included in the AD/AE Appendix online form is provided in the [`Author-Kit`](https://github.com/SC-Tech-Program/Author-Kit) repository. Be sure to familiarize yourself with these _before writing your paper_, and ideally before or while you are producing your results. ## Review Process From 36941eba6dfdee19f58271a7a4024085f525961e Mon Sep 17 00:00:00 2001 From: Michelle Strout Date: Wed, 16 Jan 2019 11:11:05 -0700 Subject: [PATCH 02/43] Aligned with Paper Submissions page. Put in Performance info. --- Papers_Authors.md | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 5da3710..cb5c47d 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -11,7 +11,14 @@ Paper formatting **Q: What are the length restrictions on paper submissions?** -A: Papers are limited to 10 pages, including everything except the References section. In particular, figures, tables, and any appendices included in the paper count against the 10 pages. +A: Submissions are limited to 10 pages, excluding the bibliography, using the ACM SIG proceedings template, with line numbering enabled to help with review. In LaTeX, this implies a document class of: +```LaTeX +\documentclass[sigconf,review]{acmart} +``` +AD and AE appendices are automatically generated and do not count against the 10 pages. + +Authors of accepted papers can provide supplemental material with their final, camera-ready version of the paper. For example, additional proofs, videos, or images. + **Q: Do the AD and AE appendices count against the 10 pages?** @@ -30,11 +37,11 @@ Contribution Track **Q: Is it mandatory for authors to select the primary track of their contribution?** -A: Yes. Authors must indicate their primary contribution track from the ten track choices on the submissions form. We understand that contributions may straddle more than one track. In such cases, we encourage authors to indicate a secondary contribution track. +A: Yes. Authors must indicate a primary track from the ten choices on the submissions form and are strongly encouraged to indicate a secondary track. **Q: Who will review my paper? The program committee corresponding to my primary contribution track? My secondary track? Both? Neither?** -A: Papers are assigned to the most suitable program committee for the contribution track. The author-indicated primary and secondary track choices are used as guidelines but do not exclude more suitable program committees. +A: Papers are assigned to the most suitable program committee for the contribution track. The author-indicated primary and secondary track choices are used as guidelines, but do not exclude more suitable program committees. Paper Eligibility ----------------- @@ -45,7 +52,7 @@ A: Yes. Papers that have not previously been peer-reviewed are eligible for sub **Q: If my paper was already published in a workshop, can I also submit it to SC?** -A: No, unless a paper has been substantially enhanced since prior publication (say, 30% new material), it is not eligible for submission to SC. +A: Yes. However the paper needs to have been substantially enhanced since prior publication (say, 30% new material) to be eligible for submission to SC. The Peer-Review Process ----------------------- @@ -54,22 +61,23 @@ The Peer-Review Process A: From an author’s perspective, the following are the key steps: -1. Authors submit a title, abstract, and other metadata. These are used to assign papers to appropriate reviewers and avoid conflicts of interest. +1. Authors submit a title, abstract, and other metadata. 2. Authors submit their full paper and complete a form describing their computational artifacts (or lack of computational artifacts) and, optionally, text discussing how they evaluated their computational results. 3. Authors receive an initial set of reviews of their paper. 4. Authors have an opportunity to revise their paper and prepare an accompanying response to the reviewers. 5. Author revisions and accompanying response will be available to the reviewers at least a week before the PC meeting. 6. Authors are notified of their paper’s disposition: Accept, Reject, or Major Revisions Required. -7. In the case of Major Revisions Required, authors prepare a major revision for re-review. After this review, the paper will be either accepted or rejected. -8. Authors of accepted papers prepare the final version of their paper. +7. In the case of Major Revisions Required, authors prepare a major revision for re-review. +8. After this review, the paper will be either accepted or rejected. +9. Authors of accepted papers prepare the final version of their paper. **Q: Is there an author response/rebuttal stage?** -A: Once authors receive their initial feedback from the reviewers, they are given the opportunity to improve their paper accordingly before the next round of reviews. For example, if a reviewer indicates that a paper requires some critical measurement or explanation to be worthy of publication, the authors can supply that missing information. An accompanying response document highlights the changes the authors made. This is unlike the rebuttal stage present in many other conferences in that the focus is less on promises to fix problems for the final document and more on actually fixing the problems. +A: Yes. Once authors receive their initial feedback from the reviewers, they are given the opportunity to improve their paper accordingly before the next round of reviews. For example, if a reviewer indicates that a paper requires some critical measurement or explanation to be worthy of publication, the authors can supply that missing information. An accompanying response document highlights the changes the authors made. This is unlike the rebuttal stage present in many other conferences in that the focus is less on promises to fix problems for the final document and more on actually fixing the problems. **Q: If I don’t have time to gather the additional data the reviewers requested by the revise-and-respond deadline but can do so by the final paper deadline, can my response indicate that.** -A: Yes. The reviewers may want to see a major revision in this case to ensure that no information critical to the paper’s argument is missing. +A: Yes. Depending on what other concerns reviewers have with the paper, it may still be rejected. Another possibility is that reviewers may want to see a major revision in this case to ensure that no information critical to the paper’s argument is missing. **Q: Now that I’ve read the reviews of my paper, I see much better how to organize it so it will be clear to the reader. Can I do this reorganization and upload the new version during the revise-and-respond period?** @@ -89,6 +97,7 @@ A: We’ve all received reviews that made us angry, particularly on first readin Double-blind reviewing ---------------------- +See the full policy at [ FIXME need the final link ] **Q: What is double-blind reviewing?** @@ -174,7 +183,7 @@ A: Yes. Their focus will be on the paper itself, but they can refer to the appe **Q: Doesn’t an artifact description conflict with double-blind reviewing?** -A: Since your paper should stand on its own without the AD appendix, the paper would already have a third-party citation to software and hardware the research builds on. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. Additionally, URLs to archived software and data products willif you provide a link to your software, that link will *not* be shared with PC members onlyuntil after the paper has been accepted. +A: Since your paper should stand on its own without the AD appendix, the paper would already have a third-party citation to software and hardware the research builds on. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. If you provide a link to your software, that link will *not* be shared with PC members until after the paper has been accepted. Plagiarism ---------- @@ -206,6 +215,11 @@ Other situations can create COIs, and you should contact the Technical Papers Ch Specific technical tracks ------------------------- +**Q: What kind of papers is the Performance Measurement, Modeling, and Tools Track looking for?** + +"Performance" can be broadly construed to include any number of metrics, such as execution time, bandwidth, energy, power; it can also include measures of correctness and resilience. Techniques that exploit machine learning should have a primary focus on applying their techniques to analyze or enhance system performance. If their focus is more on the machine learning algorithm itself, then consider submitting to the new ML and HPC track. + +Submissions in to the Performance track are encouraged to show the applicability and reproducibility of their results by means such as sensitivity analysis, performance modeling, or code snippets. **Q: What constitutes a State of the Practice (SOP) paper?** From 703f0cd901886cc6e73c9a90b0b30087fc42b759 Mon Sep 17 00:00:00 2001 From: Michelle Strout Date: Wed, 16 Jan 2019 20:09:13 -0700 Subject: [PATCH 03/43] Made changes Scott suggested. --- Papers_Authors.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index cb5c47d..a3e9289 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -17,7 +17,7 @@ A: Submissions are limited to 10 pages, excluding the bibliography, using the AC ``` AD and AE appendices are automatically generated and do not count against the 10 pages. -Authors of accepted papers can provide supplemental material with their final, camera-ready version of the paper. For example, additional proofs, videos, or images. +Authors of accepted papers can provide supplemental material with their final, camera-ready version of the paper (e.g., additional proofs, videos, or images). **Q: Do the AD and AE appendices count against the 10 pages?** @@ -41,7 +41,7 @@ A: Yes. Authors must indicate a primary track from the ten choices on the submis **Q: Who will review my paper? The program committee corresponding to my primary contribution track? My secondary track? Both? Neither?** -A: Papers are assigned to the most suitable program committee for the contribution track. The author-indicated primary and secondary track choices are used as guidelines, but do not exclude more suitable program committees. +A: Papers are assigned to the most suitable program committee for the contribution track. The author-indicated primary and secondary track choices are used as guidelines but do not exclude more suitable program committees. Paper Eligibility ----------------- @@ -183,7 +183,8 @@ A: Yes. Their focus will be on the paper itself, but they can refer to the appe **Q: Doesn’t an artifact description conflict with double-blind reviewing?** -A: Since your paper should stand on its own without the AD appendix, the paper would already have a third-party citation to software and hardware the research builds on. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. If you provide a link to your software, that link will *not* be shared with PC members until after the paper has been accepted. +A: Since your paper should stand on its own without the AD appendix, the paper would already have a third-party citation to software and hardware the research builds on. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. If you provide links to your software in the AD appendix form question asking for links, those link will *not* be shared with PC members during the review process. + Plagiarism ---------- From c2ab05e122d1f835067a4e3e92491ab4ecd41759 Mon Sep 17 00:00:00 2001 From: Michelle Strout Date: Wed, 16 Jan 2019 20:53:59 -0700 Subject: [PATCH 04/43] Another typo fix. --- Papers_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index a3e9289..a053173 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -183,7 +183,7 @@ A: Yes. Their focus will be on the paper itself, but they can refer to the appe **Q: Doesn’t an artifact description conflict with double-blind reviewing?** -A: Since your paper should stand on its own without the AD appendix, the paper would already have a third-party citation to software and hardware the research builds on. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. If you provide links to your software in the AD appendix form question asking for links, those link will *not* be shared with PC members during the review process. +A: Since your paper should stand on its own without the AD appendix, the paper would already have a third-party citation to software and hardware the research builds on. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. If you provide links to your software in the AD appendix form question asking for links, those links will *not* be shared with PC members during the review process. Plagiarism From 625ec2cb14749b4321556b6558fec16c4e801d38 Mon Sep 17 00:00:00 2001 From: Stefano Markidis Date: Fri, 18 Jan 2019 12:09:58 +0100 Subject: [PATCH 05/43] Difference Between Poster and Thesis Canvas - QA Added question and answer about what is the difference between "Poster" and "Thesis Canvas". --- Posters_Authors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Posters_Authors.md b/Posters_Authors.md index de34f8e..1d5ef9e 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -172,3 +172,6 @@ ACM Artifacts Evaluated badge: An accepted poster with fully completed artifact ACM Replicated Computational Results badge: Accepted posters that contain one or both of these appendices will be considered for inclusion in the Student Cluster Competition (SCC), where student teams will attempt to replicate the poster’s results. Several posters will be selected, with consent from the authors, as part of the standard review process. Posters will be selected based on their suitability for the SCC. Posters selected for the SCC will receive the ACM Replicated Computational Results badge. +**Q. Why is the poster for the Doctoral Showcase called "Thesis Canvas" and not simply "Poster"?** + +A. Thesis Canvas is meant to present the research during the PhD studies giving a broad and holistic perspective on the PhD thesis research questions, methodolody, results and their critical assesment. Instead, a poster presents a focused, specific research problem. \ No newline at end of file From 0ae53cc3143c95f908c42a7d8c279ff01733df10 Mon Sep 17 00:00:00 2001 From: Stefano Markidis Date: Tue, 22 Jan 2019 21:21:24 +0100 Subject: [PATCH 06/43] Restructured the FAQ accdording to poster tracks --- Posters_Authors.md | 111 +++++++++++++++++++++++++-------------------- 1 file changed, 62 insertions(+), 49 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index a82ee30..c38257a 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -12,15 +12,43 @@ FAQ's are organized into the following sections: - [Mounting/Displaying at the Conference](#Mounting) - [Reproducibility](#Reproducibility) -## Formatting Specifications +## ACM Student Research Competition Poster + +**Q. Should I be the only author of my ACM Student Research Competition poster?** + +A. An ACM Student Research Competition submission reflects student research: this work may part of a larger project, but the poster should only reflect the contributions of a single graduate student or up to two undergraduate students. For graduate student submissions, the final poster must list one student as the only author; for undergraduate student submissions, the final poster must list up to two undergraduate students as the first (and second) author(s). + +Students are allowed to list one or more official graduate or undergraduate advisors on their poster. Each advisor must be clearly marked by putting “(advisor)” after the advisor’s name. For example, if Alex Abel is advised by Bruno Banach and Clara Cantor at Durham University in England, then the poster and extended abstract should be authored by: Alex Abel, Bruno Banach (advisor), and Clara Cantor (advisor), Durham University, England. + +**Q. Is the artifact description appendix required in order to be considered a finalist in the ACM Student Research Competition?** + +A. No. The appendix is not required in order for a poster to be considered a finalist in the ACM Student Research Competition. + +## Research -**Q. What are the poster formatting requirements for research and ACM SRC posters?** +**Q. How is the Best Poster for Research Posters selected?** + +A. The Research Posters Committee nominates Best Poster candidates during the review process. An ad-hoc committee judges posters and poster presentations during the Posters Reception. After the reception, this committee convenes and selects a single best poster. + +A separate award committee handles Best Student Poster in the context of the ACM Student Research Competition. + +**Q. Are Research Posters that submit an artifact description appendix eligible for an Artifacts Available badge as described on the ACM website?** + +A. No. Research posters are not eligible for any badges associated with reproduciblity artifacts. -A. Each poster is assigned one display board that is four feet high and eight feet wide. The only format requirement is that your poster properly mounts on its display board. +**Q. Can I submit a poster on HPC education?** -**Q. Is there a poster template for research and ACM SRC posters?** +A. Yes. Posters focusing on HPC education are within scope. This is one of the topics listed in the call for posters. There is no separate education track, so education posters will be evaluated as research posters and should be submitted using the same submission form as technical research posters. +Archiving/Publishing -A. You should produce a poster that effectively and elegantly portrays its technical content. Poster styles, layouts, fonts, and content are left to the discretion of the author(s). + +## Doctoral Showcase + +**Q. Why is the poster for the Doctoral Showcase called "Thesis Canvas" and not simply "Poster"?** + +A. Thesis Canvas is meant to present the research during the PhD studies giving a broad and holistic perspective on the PhD thesis research questions, methodolody, results and their critical assesment. Instead, a poster presents a focused, specific research problem. + +## Scientific Visualization & Data Analytics Showcase **Q. What are the poster formatting requirements fors scientific visualization & data analytics showcase?** @@ -33,9 +61,36 @@ The manuscript must be no more than 6 pages including references. The manuscript LaTeX Template (159KB .zip) – preferred Microsoft Word Template (51KB .zip) - The manuscript should be uploaded as a pdf for the initial submission. +**Q. What is the submission process for Scientific Visualization and what is the review process?** + +A. Submissions need to include a movie (up to 1GB in size) and a short paper (up to 6 pages including references). The short paper should describe the scientific story conveyed by the movie, how the visualization helps scientific discovery, and the “state-of-the-practice” information behind making the movie. + +Each submission will be peer reviewed by the Visualization & Data Analytics Showcase Committee. Criteria for review include: + +How effective is the visual communication of the data? +How relevant to the HPC community is the visualization? +What is the impact of the science story and how well is it told? +What visualization techniques were necessary to create the movie? +Finally, submissions should consider SC19’s overall theme “HPC is now!”. + +Entries are submitted through the SC [Submissions website](https://submissions.supercomputing.org): + +Sign in +Click the “Make a New Submission” tab +Select “Scientific Visualization & Data Analytics Showcase” + + +## Formatting Specifications +**Q. What are the formatting requirements for research and ACM SRC posters and thesis canvas ?** + +A. Each poster/thesis canvas is assigned one display board that is four feet high and eight feet wide. The only format requirement is that your poster properly mounts on its display board. + +**Q. Is there a poster template for research and ACM SRC posters, and thesis canvas?** + +A. You should produce a poster/thesis canvas that effectively and elegantly portrays its technical content. Poster styles, layouts, fonts, and content are left to the discretion of the author(s). + **Q. Can I embed content in my poster?** A. Yes, you can embed additional multimedia elements using QR codes. @@ -68,55 +123,22 @@ A. For the submission, the poster does not need to be finalized; you may update **Q. Are posters peer-reviewed?** -A. Yes, all regular and ACM Student Research Competition posters are peer-reviewed by a committee of experts. +A. Yes, all regular and ACM Student Research Competition posters and thesis canvas are peer-reviewed by a committee of experts. **Q. Is my poster blind-reviewed?** A. Poster reviews are single-blind: reviewers will see author names, but authors will not see reviewer names. -**Q. Should I be the only author of my ACM Student Research Competition poster?** - -A. An ACM Student Research Competition submission reflects student research: this work may part of a larger project, but the poster should only reflect the contributions of a single graduate student or up to two undergraduate students. For graduate student submissions, the final poster must list one student as the only author; for undergraduate student submissions, the final poster must list up to two undergraduate students as the first (and second) author(s). - -Students are allowed to list one or more official graduate or undergraduate advisors on their poster. Each advisor must be clearly marked by putting “(advisor)” after the advisor’s name. For example, if Alex Abel is advised by Bruno Banach and Clara Cantor at Durham University in England, then the poster and extended abstract should be authored by: Alex Abel, Bruno Banach (advisor), and Clara Cantor (advisor), Durham University, England. - -**Q. How is the Best Poster for Research Posters selected?** - -A. The Research Posters Committee nominates Best Poster candidates during the review process. An ad-hoc committee judges posters and poster presentations during the Posters Reception. After the reception, this committee convenes and selects a single best poster. - -A separate award committee handles Best Student Poster in the context of the ACM Student Research Competition. **Q. Can I change from one type of poster to another?** A. No. Authors are required to select the type of poster at the time of submission. Authors can select either Regular Poster or ACM Student Research Competition Poster. -**Q. Can I submit a poster on HPC education?** - -A. Yes. Posters focusing on HPC education are within scope. This is one of the topics listed in the call for posters. There is no separate education track, so education posters will be evaluated as research posters and should be submitted using the same submission form as technical research posters. -Archiving/Publishing **Q. Is my poster archived? What is the process for archiving my poster?** A. Yes, all posters are archived and can be accessed after the conference on the SC19 website. Contact us for further details. -**Q. What is the submission process for Scientific Visualization and what is the review process?** - -A. Submissions need to include a movie (up to 1GB in size) and a short paper (up to 6 pages including references). The short paper should describe the scientific story conveyed by the movie, how the visualization helps scientific discovery, and the “state-of-the-practice” information behind making the movie. - -Each submission will be peer reviewed by the Visualization & Data Analytics Showcase Committee. Criteria for review include: - -How effective is the visual communication of the data? -How relevant to the HPC community is the visualization? -What is the impact of the science story and how well is it told? -What visualization techniques were necessary to create the movie? -Finally, submissions should consider SC19’s overall theme “HPC is now!”. - -Entries are submitted through the SC [Submissions website](https://submissions.supercomputing.org): - -Sign in -Click the “Make a New Submission” tab -Select “Scientific Visualization & Data Analytics Showcase” - ## Mounting/Displaying at the Conference @@ -137,16 +159,12 @@ A. Each poster is given a designated space with a display board. Before the conf A. The conference does not provide any support for printing posters. Typically, authors print their posters ahead of the conference. The convention center’s business office may offer printing services. You can look for details at the convention center’s website. - ## Reproducibility **Q. Is an artifact description appendix required in order to make a submission to SC Posters?** A. The appendix is not required and is an option for Research Posters only. -**Q. Is the artifact description appendix required in order to be considered a finalist in the ACM Student Research Competition?** - -A. No. The appendix is not required in order for a poster to be considered a finalist in the ACM Student Research Competition. **Q. Do I need to make my software open-source in order to complete the artifact description appendix?** @@ -160,14 +178,9 @@ A. The artifact description appendix will be submitted at the same time as your A. The artifact description appendix is simply a description of the computing environment used to produce the results in your poster. By itself, this appendix does not directly improve scientific reproducibility. However, a well-written appendix can be used by scientists (including the authors at a later date) to more easily replicate and build upon the results in the poster. Therefore, the artifact description appendix can reduce barriers and costs of replicating published results. It is an important first step toward full scientific reproducibility. -**Q. Are Research Posters that submit an artifact description appendix eligible for an Artifacts Available badge as described on the ACM website?** - -A. No. Research posters are not eligible for any badges associated with reproduciblity artifacts. **Q. What kind of recognition do I get for submitting these appendices?** A. There is no additional recognition for research posters that submit an artifact description appendix. -**Q. Why is the poster for the Doctoral Showcase called "Thesis Canvas" and not simply "Poster"?** -A. Thesis Canvas is meant to present the research during the PhD studies giving a broad and holistic perspective on the PhD thesis research questions, methodolody, results and their critical assesment. Instead, a poster presents a focused, specific research problem. From e3bf6b2144e6d95a5aee3edf7966f96231f43451 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 23 Jan 2019 10:26:23 -0600 Subject: [PATCH 07/43] Creating general questions section for all posters --- Posters_Authors.md | 149 +++++++++++++++++++++++---------------------- 1 file changed, 76 insertions(+), 73 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index c38257a..d745ba0 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -12,77 +12,8 @@ FAQ's are organized into the following sections: - [Mounting/Displaying at the Conference](#Mounting) - [Reproducibility](#Reproducibility) -## ACM Student Research Competition Poster - -**Q. Should I be the only author of my ACM Student Research Competition poster?** - -A. An ACM Student Research Competition submission reflects student research: this work may part of a larger project, but the poster should only reflect the contributions of a single graduate student or up to two undergraduate students. For graduate student submissions, the final poster must list one student as the only author; for undergraduate student submissions, the final poster must list up to two undergraduate students as the first (and second) author(s). - -Students are allowed to list one or more official graduate or undergraduate advisors on their poster. Each advisor must be clearly marked by putting “(advisor)” after the advisor’s name. For example, if Alex Abel is advised by Bruno Banach and Clara Cantor at Durham University in England, then the poster and extended abstract should be authored by: Alex Abel, Bruno Banach (advisor), and Clara Cantor (advisor), Durham University, England. - -**Q. Is the artifact description appendix required in order to be considered a finalist in the ACM Student Research Competition?** - -A. No. The appendix is not required in order for a poster to be considered a finalist in the ACM Student Research Competition. - -## Research - -**Q. How is the Best Poster for Research Posters selected?** - -A. The Research Posters Committee nominates Best Poster candidates during the review process. An ad-hoc committee judges posters and poster presentations during the Posters Reception. After the reception, this committee convenes and selects a single best poster. - -A separate award committee handles Best Student Poster in the context of the ACM Student Research Competition. - -**Q. Are Research Posters that submit an artifact description appendix eligible for an Artifacts Available badge as described on the ACM website?** - -A. No. Research posters are not eligible for any badges associated with reproduciblity artifacts. - -**Q. Can I submit a poster on HPC education?** - -A. Yes. Posters focusing on HPC education are within scope. This is one of the topics listed in the call for posters. There is no separate education track, so education posters will be evaluated as research posters and should be submitted using the same submission form as technical research posters. -Archiving/Publishing - - -## Doctoral Showcase - -**Q. Why is the poster for the Doctoral Showcase called "Thesis Canvas" and not simply "Poster"?** - -A. Thesis Canvas is meant to present the research during the PhD studies giving a broad and holistic perspective on the PhD thesis research questions, methodolody, results and their critical assesment. Instead, a poster presents a focused, specific research problem. - -## Scientific Visualization & Data Analytics Showcase - -**Q. What are the poster formatting requirements fors scientific visualization & data analytics showcase?** - -A. Submissions need to include a movie (up to 1GB in size) and a short paper (up to 6 pages including references). The short paper should describe the scientific story conveyed by the movie, how the visualization helps scientific discovery, and the “state-of-the-practice” information behind making the movie. - -The video should be in MP4, MOV, or AVI format and use a codec that will play in typical desktop computer media players. There is no hard limit on video length, but typical videos are less than 10 minutes long, and the submitted file should be no more than 1GB. - -The manuscript must be no more than 6 pages including references. The manuscripts should be formatted according to the guidelines for the Parallel Computing journal. Please use one of the following two templates when formatting your manuscript: - -LaTeX Template (159KB .zip) – preferred -Microsoft Word Template (51KB .zip) - -The manuscript should be uploaded as a pdf for the initial submission. - -**Q. What is the submission process for Scientific Visualization and what is the review process?** - -A. Submissions need to include a movie (up to 1GB in size) and a short paper (up to 6 pages including references). The short paper should describe the scientific story conveyed by the movie, how the visualization helps scientific discovery, and the “state-of-the-practice” information behind making the movie. - -Each submission will be peer reviewed by the Visualization & Data Analytics Showcase Committee. Criteria for review include: - -How effective is the visual communication of the data? -How relevant to the HPC community is the visualization? -What is the impact of the science story and how well is it told? -What visualization techniques were necessary to create the movie? -Finally, submissions should consider SC19’s overall theme “HPC is now!”. - -Entries are submitted through the SC [Submissions website](https://submissions.supercomputing.org): - -Sign in -Click the “Make a New Submission” tab -Select “Scientific Visualization & Data Analytics Showcase” - - -## Formatting Specifications +## General Questions +### Formatting Specifications **Q. What are the formatting requirements for research and ACM SRC posters and thesis canvas ?** A. Each poster/thesis canvas is assigned one display board that is four feet high and eight feet wide. The only format requirement is that your poster properly mounts on its display board. @@ -115,7 +46,7 @@ A. QR codes should be placed anywhere you want to link to external content on yo A. No, you do not have to generate those QR codes. We generate one QR code for every poster that points to your submitted content. This code is attached to the poster pedestal by the time you arrive at SC. Conference attendees can scan these QR codes and get all of your material easily. -## Submissions and Review Process +### Submissions and Review Process **Q. Should I submit the final version of my poster for review? Can I make changes after the review?** @@ -140,7 +71,7 @@ A. No. Authors are required to select the type of poster at the time of submissi A. Yes, all posters are archived and can be accessed after the conference on the SC19 website. Contact us for further details. -## Mounting/Displaying at the Conference +### Mounting/Displaying at the Conference **Q. What are the options for mounting my poster to the display board?** @@ -159,6 +90,78 @@ A. Each poster is given a designated space with a display board. Before the conf A. The conference does not provide any support for printing posters. Typically, authors print their posters ahead of the conference. The convention center’s business office may offer printing services. You can look for details at the convention center’s website. + + +## ACM Student Research Competition Poster + +**Q. Should I be the only author of my ACM Student Research Competition poster?** + +A. An ACM Student Research Competition submission reflects student research: this work may part of a larger project, but the poster should only reflect the contributions of a single graduate student or up to two undergraduate students. For graduate student submissions, the final poster must list one student as the only author; for undergraduate student submissions, the final poster must list up to two undergraduate students as the first (and second) author(s). + +Students are allowed to list one or more official graduate or undergraduate advisors on their poster. Each advisor must be clearly marked by putting “(advisor)” after the advisor’s name. For example, if Alex Abel is advised by Bruno Banach and Clara Cantor at Durham University in England, then the poster and extended abstract should be authored by: Alex Abel, Bruno Banach (advisor), and Clara Cantor (advisor), Durham University, England. + +**Q. Is the artifact description appendix required in order to be considered a finalist in the ACM Student Research Competition?** + +A. No. The appendix is not required in order for a poster to be considered a finalist in the ACM Student Research Competition. + +## Research + +**Q. How is the Best Poster for Research Posters selected?** + +A. The Research Posters Committee nominates Best Poster candidates during the review process. An ad-hoc committee judges posters and poster presentations during the Posters Reception. After the reception, this committee convenes and selects a single best poster. + +A separate award committee handles Best Student Poster in the context of the ACM Student Research Competition. + +**Q. Are Research Posters that submit an artifact description appendix eligible for an Artifacts Available badge as described on the ACM website?** + +A. No. Research posters are not eligible for any badges associated with reproduciblity artifacts. + +**Q. Can I submit a poster on HPC education?** + +A. Yes. Posters focusing on HPC education are within scope. This is one of the topics listed in the call for posters. There is no separate education track, so education posters will be evaluated as research posters and should be submitted using the same submission form as technical research posters. +Archiving/Publishing + + +## Doctoral Showcase + +**Q. Why is the poster for the Doctoral Showcase called "Thesis Canvas" and not simply "Poster"?** + +A. Thesis Canvas is meant to present the research during the PhD studies giving a broad and holistic perspective on the PhD thesis research questions, methodolody, results and their critical assesment. Instead, a poster presents a focused, specific research problem. + +## Scientific Visualization & Data Analytics Showcase + +**Q. What are the poster formatting requirements fors scientific visualization & data analytics showcase?** + +A. Submissions need to include a movie (up to 1GB in size) and a short paper (up to 6 pages including references). The short paper should describe the scientific story conveyed by the movie, how the visualization helps scientific discovery, and the “state-of-the-practice” information behind making the movie. + +The video should be in MP4, MOV, or AVI format and use a codec that will play in typical desktop computer media players. There is no hard limit on video length, but typical videos are less than 10 minutes long, and the submitted file should be no more than 1GB. + +The manuscript must be no more than 6 pages including references. The manuscripts should be formatted according to the guidelines for the Parallel Computing journal. Please use one of the following two templates when formatting your manuscript: + +LaTeX Template (159KB .zip) – preferred +Microsoft Word Template (51KB .zip) + +The manuscript should be uploaded as a pdf for the initial submission. + +**Q. What is the submission process for Scientific Visualization and what is the review process?** + +A. Submissions need to include a movie (up to 1GB in size) and a short paper (up to 6 pages including references). The short paper should describe the scientific story conveyed by the movie, how the visualization helps scientific discovery, and the “state-of-the-practice” information behind making the movie. + +Each submission will be peer reviewed by the Visualization & Data Analytics Showcase Committee. Criteria for review include: + +How effective is the visual communication of the data? +How relevant to the HPC community is the visualization? +What is the impact of the science story and how well is it told? +What visualization techniques were necessary to create the movie? +Finally, submissions should consider SC19’s overall theme “HPC is now!”. + +Entries are submitted through the SC [Submissions website](https://submissions.supercomputing.org): + +Sign in +Click the “Make a New Submission” tab +Select “Scientific Visualization & Data Analytics Showcase” + + ## Reproducibility **Q. Is an artifact description appendix required in order to make a submission to SC Posters?** From 47d150c30466bb172ad4c3be86532b6aaa114f85 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 23 Jan 2019 10:29:22 -0600 Subject: [PATCH 08/43] more reorg --- Posters_Authors.md | 57 ++++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index d745ba0..73a0442 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -79,7 +79,7 @@ A. Pushpins will be provided for affixing all poster materials to display boards **Q. When should I plan to mount and unmount my poster?** -A. Posters must be mounted between 2pm and 5pm on Monday, and should remain mounted until 5pm on Thursday. This allows conference attendees to browse posters outside of the Posters sessions. + A. Posters must be mounted between 2pm and 5pm on Monday, and should remain mounted until 5pm on Thursday. This allows conference attendees to browse posters outside of the Posters sessions. **Q. Do posters have allocated space, or is space first-come-first-serve?** @@ -104,7 +104,9 @@ Students are allowed to list one or more official graduate or undergraduate advi A. No. The appendix is not required in order for a poster to be considered a finalist in the ACM Student Research Competition. -## Research +## Research Posters + +### General Questions for Research Posters **Q. How is the Best Poster for Research Posters selected?** @@ -121,6 +123,32 @@ A. No. Research posters are not eligible for any badges associated with reproduc A. Yes. Posters focusing on HPC education are within scope. This is one of the topics listed in the call for posters. There is no separate education track, so education posters will be evaluated as research posters and should be submitted using the same submission form as technical research posters. Archiving/Publishing +### Reproducibility for Research Posters + +**Q. Is an artifact description appendix required in order to make a submission to SC Posters?** + +A. The appendix is not required and is an option for Research Posters only. + + +**Q. Do I need to make my software open-source in order to complete the artifact description appendix?** + +A. No. It is not required that you make any changes to your computing environment in order to complete the appendix. The artifact description appendix is meant to provide information about the computing environment you used to produce your results, reducing barriers for future replication of your results. + +**Q. Who will review my appendix?** + +A. The artifact description appendix will be submitted at the same time as your poster and will be reviewed as part of the standard review process by the same reviewers who handle the rest of your poster. + +**Q. Does the artifact description appendix really impact scientific reproducibility?** + +A. The artifact description appendix is simply a description of the computing environment used to produce the results in your poster. By itself, this appendix does not directly improve scientific reproducibility. However, a well-written appendix can be used by scientists (including the authors at a later date) to more easily replicate and build upon the results in the poster. Therefore, the artifact description appendix can reduce barriers and costs of replicating published results. It is an important first step toward full scientific reproducibility. + + +**Q. What kind of recognition do I get for submitting these appendices?** + +A. There is no additional recognition for research posters that submit an artifact description appendix. + + + ## Doctoral Showcase @@ -162,28 +190,3 @@ Click the “Make a New Submission” tab Select “Scientific Visualization & Data Analytics Showcase” -## Reproducibility - -**Q. Is an artifact description appendix required in order to make a submission to SC Posters?** - -A. The appendix is not required and is an option for Research Posters only. - - -**Q. Do I need to make my software open-source in order to complete the artifact description appendix?** - -A. No. It is not required that you make any changes to your computing environment in order to complete the appendix. The artifact description appendix is meant to provide information about the computing environment you used to produce your results, reducing barriers for future replication of your results. - -**Q. Who will review my appendix?** - -A. The artifact description appendix will be submitted at the same time as your poster and will be reviewed as part of the standard review process by the same reviewers who handle the rest of your poster. - -**Q. Does the artifact description appendix really impact scientific reproducibility?** - -A. The artifact description appendix is simply a description of the computing environment used to produce the results in your poster. By itself, this appendix does not directly improve scientific reproducibility. However, a well-written appendix can be used by scientists (including the authors at a later date) to more easily replicate and build upon the results in the poster. Therefore, the artifact description appendix can reduce barriers and costs of replicating published results. It is an important first step toward full scientific reproducibility. - - -**Q. What kind of recognition do I get for submitting these appendices?** - -A. There is no additional recognition for research posters that submit an artifact description appendix. - - From 1fe2f5b8fe60b1aad170532c30a982f51dffa9dc Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 23 Jan 2019 10:36:13 -0600 Subject: [PATCH 09/43] fixing headings --- Posters_Authors.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index 73a0442..c487008 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -7,12 +7,12 @@ permalink: /posters-author/ Find answers to common questions that may arise during the effort to prepare and submit a poster and scientific visualization and data analytics showcases to the SC19 Conference. If your question is not addressed here, please contact us at posters@info.supercomputing.org. FAQ's are organized into the following sections: - - [Formatting Specifications](#Formatting) - - [Submissions and Review Process](#Submissions) - - [Mounting/Displaying at the Conference](#Mounting) - - [Reproducibility](#Reproducibility) + - [General Questions](#GeneralQuestions) + - [ACM Student Research Posters Questions](#ACMSRCposters) + - [Research Posters Questions](#Research) + - [Doctoral Showcase Questions](#Doctoral) -## General Questions +## General Questions ### Formatting Specifications **Q. What are the formatting requirements for research and ACM SRC posters and thesis canvas ?** From e8613b0ba136fbf3f1a17649620fc82b032fd71f Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 23 Jan 2019 11:10:56 -0600 Subject: [PATCH 10/43] adding header for viz posters --- Posters_Authors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Posters_Authors.md b/Posters_Authors.md index c487008..0bf8f64 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -11,6 +11,7 @@ FAQ's are organized into the following sections: - [ACM Student Research Posters Questions](#ACMSRCposters) - [Research Posters Questions](#Research) - [Doctoral Showcase Questions](#Doctoral) + - [Scientific Visualization & Data Analytics Showcase](#ScientificViz) ## General Questions ### Formatting Specifications From c5cb5a545531e956d52bf4b56cdd244270d340b8 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 23 Jan 2019 11:12:01 -0600 Subject: [PATCH 11/43] fix typo --- Posters_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index 0bf8f64..477e0e3 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -80,7 +80,7 @@ A. Pushpins will be provided for affixing all poster materials to display boards **Q. When should I plan to mount and unmount my poster?** - A. Posters must be mounted between 2pm and 5pm on Monday, and should remain mounted until 5pm on Thursday. This allows conference attendees to browse posters outside of the Posters sessions. +A. Posters must be mounted between 2pm and 5pm on Monday, and should remain mounted until 5pm on Thursday. This allows conference attendees to browse posters outside of the Posters sessions. **Q. Do posters have allocated space, or is space first-come-first-serve?** From 148c0cd2e27ce471500807769d4963d5227f4bd1 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 23 Jan 2019 14:39:45 -0600 Subject: [PATCH 12/43] Edits for consistency --- Posters_Authors.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index 477e0e3..23bc10a 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -15,11 +15,11 @@ FAQ's are organized into the following sections: ## General Questions ### Formatting Specifications -**Q. What are the formatting requirements for research and ACM SRC posters and thesis canvas ?** +**Q. What are the formatting requirements for research posters, ACM SRC posters, and Doctoral Showcase thesis canvases?** -A. Each poster/thesis canvas is assigned one display board that is four feet high and eight feet wide. The only format requirement is that your poster properly mounts on its display board. +A. Each poster/thesis canvas is assigned one display board that is four feet high and eight feet wide. The only format requirement is that your poster properly mounts on its display board. Your poster does not need to cover the entire display board; the poster size should be appropriate for your content. -**Q. Is there a poster template for research and ACM SRC posters, and thesis canvas?** +**Q. Is there a poster template for research posters, ACM SRC posters, and Doctoral Showcase thesis canvases?** A. You should produce a poster/thesis canvas that effectively and elegantly portrays its technical content. Poster styles, layouts, fonts, and content are left to the discretion of the author(s). @@ -41,7 +41,7 @@ A. There are many QR code-generating sites and apps, both paid and free, that yo **Q. Where do I place the QR codes on my poster?** -A. QR codes should be placed anywhere you want to link to external content on your poster; for example, to point to a video narration of the poster by the author, links to results, movies, graphics, datasets, codes, etc. +A. QR codes could be placed anywhere you want to link to external content on your poster; for example, to point to a video narration of the poster by the author, links to results, movies, graphics, datasets, codes, etc. **Q. I noticed QR codes next to _every_ poster at the conference. Do I have to generate that QR code for my poster?** @@ -55,7 +55,7 @@ A. For the submission, the poster does not need to be finalized; you may update **Q. Are posters peer-reviewed?** -A. Yes, all regular and ACM Student Research Competition posters and thesis canvas are peer-reviewed by a committee of experts. +A. Yes, all research and ACM Student Research Competition posters and Doctoral Showcase thesis canvases are peer-reviewed by a committee of experts. **Q. Is my poster blind-reviewed?** @@ -64,7 +64,7 @@ A. Poster reviews are single-blind: reviewers will see author names, but authors **Q. Can I change from one type of poster to another?** -A. No. Authors are required to select the type of poster at the time of submission. Authors can select either Regular Poster or ACM Student Research Competition Poster. +A. No. Authors are required to select the type of poster at the time of submission. Authors can select either Research Poster, ACM Student Research Competition Poster, Doctoral Showcase canvas, or Scientific Visualization movie. **Q. Is my poster archived? What is the process for archiving my poster?** @@ -90,10 +90,12 @@ A. Each poster is given a designated space with a display board. Before the conf A. The conference does not provide any support for printing posters. Typically, authors print their posters ahead of the conference. The convention center’s business office may offer printing services. You can look for details at the convention center’s website. +**Q. When do I need to be at my poster location to present it? +A. Poster presenters must be available at their posters to answer questions and discuss their work for the duration of the Posters Reception on Tuesday evening. In addition, each poster track has a separate presentation session for selected posters (Research Best Poster Candidates, ACM SRC Best Poster Candidates, Doctoral Showcase, Best Poster Candidates in Scientific Visualization). -## ACM Student Research Competition Poster +## ACM Student Research Competition Posters **Q. Should I be the only author of my ACM Student Research Competition poster?** From 8cef9ab6b280029396eb7045495324c217d14756 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 23 Jan 2019 14:43:26 -0600 Subject: [PATCH 13/43] adding links to templates for sci-vis posters --- Posters_Authors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index 23bc10a..eb6e563 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -143,7 +143,7 @@ A. The artifact description appendix will be submitted at the same time as your **Q. Does the artifact description appendix really impact scientific reproducibility?** -A. The artifact description appendix is simply a description of the computing environment used to produce the results in your poster. By itself, this appendix does not directly improve scientific reproducibility. However, a well-written appendix can be used by scientists (including the authors at a later date) to more easily replicate and build upon the results in the poster. Therefore, the artifact description appendix can reduce barriers and costs of replicating published results. It is an important first step toward full scientific reproducibility. +[A. The artifact description appendix is simply a description of the computing environment used to produce the results in your poster. By itself, this appendix does not directly improve scientific reproducibility. However, a well-written appendix can be used by scientists (including the authors at a later date) to more easily replicate and build upon the results in the poster. Therefore, the artifact description appendix can reduce barriers and costs of replicating published results. It is an important first step toward full scientific reproducibility. **Q. What kind of recognition do I get for submitting these appendices?** @@ -169,8 +169,8 @@ The video should be in MP4, MOV, or AVI format and use a codec that will play in The manuscript must be no more than 6 pages including references. The manuscripts should be formatted according to the guidelines for the Parallel Computing journal. Please use one of the following two templates when formatting your manuscript: -LaTeX Template (159KB .zip) – preferred -Microsoft Word Template (51KB .zip) +[LaTeX Template](sc18-vis-showcase-latex-template.zip) – preferred +[Microsoft Word Template](sc18-vis-showcase-template.docx.zip) The manuscript should be uploaded as a pdf for the initial submission. From f638ed923d76b1fce0292ca533048e052930e183 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 23 Jan 2019 14:45:02 -0600 Subject: [PATCH 14/43] consistency --- Posters_Authors.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index eb6e563..cea59f6 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -186,10 +186,6 @@ What is the impact of the science story and how well is it told? What visualization techniques were necessary to create the movie? Finally, submissions should consider SC19’s overall theme “HPC is now!”. -Entries are submitted through the SC [Submissions website](https://submissions.supercomputing.org): - -Sign in -Click the “Make a New Submission” tab -Select “Scientific Visualization & Data Analytics Showcase” +Entries are submitted through the SC [Submissions website](https://submissions.supercomputing.org). From 1be0c29c32a473fdd388812e4eae649f80be651f Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Thu, 24 Jan 2019 09:42:41 -0600 Subject: [PATCH 15/43] Enumerate grounds for desk rejects --- Papers_Authors.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index a053173..7c67739 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -95,6 +95,18 @@ A: Perhaps, but as the old adage goes, there’s no second chance to make a firs A: We’ve all received reviews that made us angry, particularly on first reading. The revision period is short and doesn’t allow for the cooling-off period that authors have before they write a response to a journal review. We provide you the opportunity to submit a revision and response to address these issues, but you should still be careful with the wording of your response. For example, we recommend you don’t say: “If reviewer X had just taken the time to read my paper carefully, they would have realized that our algorithm was rotation invariant.” Instead say, “Unfortunately, Section 4 must not have been as clear as we had hoped because Reviewer X did not understand that our algorithm was rotation invariant and they were therefore skeptical about the general applicability of our approach. The revised version of the second paragraph in Section 4 should clear up this confusion.” The revise-and-respond process offers more opportunity than what is present in other conferences to convince your reviewers of the merits of your work; use such opportunities wisely. +**Q: How many reviewers will review my paper?** + +A: Each paper will normally receive a minimum of three reviews. However, the Technical Papers committee reserves the right to "desk reject" (i.e., reject without review) papers that violate any of the paper-submission rules. The following violations are among the grounds for desk rejects: + +* The paper is longer than 10 pages (excluding the bibliography). (See [Paper formatting](#paper-formatting).) + +* The paper is not formatted in ACM SIG proceedings style. (See [Paper formatting](#paper-formatting).) + +* The paper exposes the authors' identities. (See [Double-blind reviewing](#double-blind-reviewing).) + +* The AD appendix claims that the paper has no associated author-created artifacts even though the paper obviously contains empirical results, discusses author-written software, presents author-created hardware, or employs author-generated data. The "no author-created artifacts" option in the AD form does not mean "I'm too lazy to describe my artifacts." (See [Artifact Description (AD) and Artifact Evaluation (AE) Appendices](#artifact-description-ad-and-artifact-evaluation-ae-appendices).) + Double-blind reviewing ---------------------- See the full policy at [ FIXME need the final link ] @@ -175,7 +187,7 @@ A: Starting with SC19, the AD appendix is mandatory for all papers in the Techni **Q: What if our paper does not have any associated artifacts?** -A: Although we expect this to be a rare occurrence for SC papers, the first question in the required Artifact Description form enables authors to indicate that they do not have any software, hardware, or data artifacts associated with the submitted paper. +A: Although we expect this to be an exceptionally rare occurrence for SC papers, the first question in the required Artifact Description form enables authors to indicate that they do not have any software, hardware, or data artifacts associated with the submitted paper. **Q: Will the paper reviewers also be reviewing the AD and AE appendices?** @@ -185,7 +197,6 @@ A: Yes. Their focus will be on the paper itself, but they can refer to the appe A: Since your paper should stand on its own without the AD appendix, the paper would already have a third-party citation to software and hardware the research builds on. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. If you provide links to your software in the AD appendix form question asking for links, those links will *not* be shared with PC members during the review process. - Plagiarism ---------- From c37f29e1825eb4b01a9ad7a98b9d8ecd7e4a953a Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Thu, 24 Jan 2019 13:51:37 -0600 Subject: [PATCH 16/43] Update the section on double-blind review Among other changes, state that using fake names for things is also verboten. --- Papers_Authors.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 7c67739..21fd97c 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -97,19 +97,20 @@ A: We’ve all received reviews that made us angry, particularly on first readin **Q: How many reviewers will review my paper?** -A: Each paper will normally receive a minimum of three reviews. However, the Technical Papers committee reserves the right to "desk reject" (i.e., reject without review) papers that violate any of the paper-submission rules. The following violations are among the grounds for desk rejects: +A: Each paper will normally receive a minimum of three reviews. However, the Technical Papers committee reserves the right to “desk reject” (i.e., reject without review) papers that violate any of the paper-submission rules. The following violations are leading grounds for desk rejects: * The paper is longer than 10 pages (excluding the bibliography). (See [Paper formatting](#paper-formatting).) * The paper is not formatted in ACM SIG proceedings style. (See [Paper formatting](#paper-formatting).) -* The paper exposes the authors' identities. (See [Double-blind reviewing](#double-blind-reviewing).) +* The paper exposes the authors’ identities. (See [Double-blind reviewing](#double-blind-reviewing).) -* The AD appendix claims that the paper has no associated author-created artifacts even though the paper obviously contains empirical results, discusses author-written software, presents author-created hardware, or employs author-generated data. The "no author-created artifacts" option in the AD form does not mean "I'm too lazy to describe my artifacts." (See [Artifact Description (AD) and Artifact Evaluation (AE) Appendices](#artifact-description-ad-and-artifact-evaluation-ae-appendices).) +* The AD appendix claims that the paper has no associated author-created artifacts even though the paper obviously contains empirical results, discusses author-written software, presents author-created hardware, or employs author-generated data. The “no author-created artifacts” option in the AD form does not mean “I’m too lazy to describe my artifacts.” (See [Artifact Description (AD) and Artifact Evaluation (AE) Appendices](#artifact-description-ad-and-artifact-evaluation-ae-appendices).) Double-blind reviewing ---------------------- -See the full policy at [ FIXME need the final link ] + +See the [official SC19 double-blind policy](https://sc19.supercomputing.org/submit/paper-submissions/double-blind-review-policy/) for the full details. **Q: What is double-blind reviewing?** @@ -119,13 +120,13 @@ A: Double-blind reviewing means that not only do authors not know the identities A: Studies indicate that double-blind reviewing goes a long way in reducing unconscious bias (e.g., based on institution, seniority, nationality, or gender) on the part of the reviewers. For more information, here are some entry points into the relevant literature: -* “More on Improving Reviewing Quality with Double-Blind Reviewing, External Review Committees, Author Response, and in Person Program Committee Meetings” by McKinley (2015), http://www.cs.utexas.edu/users/mckinley/notes/blind.html -* “Reviewer bias in single- versus double-blind peer review” by Tomkins (2017), https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5715744/ +* “[More on Improving Reviewing Quality with Double-Blind Reviewing, External Review Committees, Author Response, and in Person Program Committee Meetings](http://www.cs.utexas.edu/users/mckinley/notes/blind.html)” by McKinley (2015) +* “[Reviewer bias in single- versus double-blind peer review](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5715744/)” by Tomkins (2017) **Q: How should I prepare my paper for double-blind review?** -A: SC requires only that there be some level of doubt as to the authors’ identities, not that only intelligence agencies could possibly determine who the authors are. Consequently, there are only two key pieces to SC’s double-blind policy: +A: SC requires only that there be some level of doubt as to individual authors’ identities, not that only government intelligence agencies could possibly determine who the authors are. Consequently, there are only two key pieces to SC’s double-blind policy: 1. Don’t state the authors’ names, institutions, or other identifying information anywhere in the paper. 2. Write in the third person about your prior work, software, etc. @@ -136,6 +137,8 @@ In particular, redact nothing: * Don’t obscure the hardware platforms you used/built, even if relatively few people have access to that hardware. * Don’t obscure the software you used/developed, even if relatively few people have access to that software. +As a corollary, don’t substitute fake names for names of software, hardware, institutions, people, etc. + For example, consider the following alternatives: > **Bad**: We enhanced our INTERCAL compiler [1] to accept keywords in Pig Latin. @@ -229,7 +232,7 @@ Specific technical tracks ------------------------- **Q: What kind of papers is the Performance Measurement, Modeling, and Tools Track looking for?** -"Performance" can be broadly construed to include any number of metrics, such as execution time, bandwidth, energy, power; it can also include measures of correctness and resilience. Techniques that exploit machine learning should have a primary focus on applying their techniques to analyze or enhance system performance. If their focus is more on the machine learning algorithm itself, then consider submitting to the new ML and HPC track. +“Performance” can be broadly construed to include any number of metrics, such as execution time, bandwidth, energy, power; it can also include measures of correctness and resilience. Techniques that exploit machine learning should have a primary focus on applying their techniques to analyze or enhance system performance. If their focus is more on the machine learning algorithm itself, then consider submitting to the new ML and HPC track. Submissions in to the Performance track are encouraged to show the applicability and reproducibility of their results by means such as sensitivity analysis, performance modeling, or code snippets. From c0a9ff142353245b163f91ac2144509e37257800 Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Thu, 24 Jan 2019 14:10:45 -0600 Subject: [PATCH 17/43] Update the section on the AD/AE appendices --- Papers_Authors.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 21fd97c..73c70dd 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -110,7 +110,7 @@ A: Each paper will normally receive a minimum of three reviews. However, the Te Double-blind reviewing ---------------------- -See the [official SC19 double-blind policy](https://sc19.supercomputing.org/submit/paper-submissions/double-blind-review-policy/) for the full details. +See the [official SC19 double-blind policy](https://sc19.supercomputing.org/submit/paper-submissions/double-blind-review-policy/) for more complete information. **Q: What is double-blind reviewing?** @@ -123,7 +123,6 @@ A: Studies indicate that double-blind reviewing goes a long way in reducing unco * “[More on Improving Reviewing Quality with Double-Blind Reviewing, External Review Committees, Author Response, and in Person Program Committee Meetings](http://www.cs.utexas.edu/users/mckinley/notes/blind.html)” by McKinley (2015) * “[Reviewer bias in single- versus double-blind peer review](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5715744/)” by Tomkins (2017) - **Q: How should I prepare my paper for double-blind review?** A: SC requires only that there be some level of doubt as to individual authors’ identities, not that only government intelligence agencies could possibly determine who the authors are. Consequently, there are only two key pieces to SC’s double-blind policy: @@ -170,19 +169,19 @@ A: They could, but reviewers are asked to avoid trying to learn the authors’ i Artifact Description (AD) and Artifact Evaluation (AE) Appendices ----------------------------------------------------------------- +See the [AD/AE Appendices FAQ](AD-AE-Appendices_Authors.md) for more complete information. + **Q: What is the AD appendix?** A: The AD appendix, generated by the SC submission site from content gathered via a form, lets authors share with readers a description of the data, software, and hardware artifacts relied on to produce the paper’s results and provide links to persistently archived data and software products. -See the [AD/AE Appendices FAQ](AD-AE-Appendices_Authors.md) for complete information. - **Q: Does writing an AD appendix imply I can skip/shorten my paper’s experimental-setup or or other such sections?** A: An SC paper must stand on its own and will be reviewed as such. The AD appendix provides additional information to reviewers and readers, helping them better interpret the results and helping other researchers build on those results. **Q: What is the AE appendix?** -A: The AE appendix, generated by the SC submission site from a free-text form field, lets authors explain the trustworthiness of their data by detailing: their approach to verification and validation, statistics gathered, uncertainty-quantification techniques applied, conditions controlled/not controlled for, and other details that convey a sense of the confidence on the reported results. This is especially useful for results obtained in computational environments that are not widely accessible and/or an environments that are not reproducible. +A: The AE appendix, generated by the SC submission site from a free-text form field, lets authors explain the trustworthiness of their data by detailing their approach to verification and validation, statistics gathered, uncertainty-quantification techniques applied, conditions controlled/not controlled for, and other details that convey a sense of the confidence on the reported results. This is especially useful for results obtained in computational environments that are not widely accessible and/or environments that are not easily reproducible. **Q: Are the AD and AE appendices mandatory or optional?** @@ -190,27 +189,27 @@ A: Starting with SC19, the AD appendix is mandatory for all papers in the Techni **Q: What if our paper does not have any associated artifacts?** -A: Although we expect this to be an exceptionally rare occurrence for SC papers, the first question in the required Artifact Description form enables authors to indicate that they do not have any software, hardware, or data artifacts associated with the submitted paper. +A: Although we expect this to be an exceptionally rare occurrence for SC papers, the first question in the required AD form enables authors to indicate that their paper was written without having developed any software, run on any hardware, or gathered any data. **Q: Will the paper reviewers also be reviewing the AD and AE appendices?** -A: Yes. Their focus will be on the paper itself, but they can refer to the appendices for clarification and convincing of the reliability of the reported results. For compatibility with the double-blind review process, URLs linking to archived artifacts will be removed before review. +A: Yes. Their focus will be on the paper itself, but they can refer to the appendices for clarification and convincing of the reliability of the reported results. **Q: Doesn’t an artifact description conflict with double-blind reviewing?** -A: Since your paper should stand on its own without the AD appendix, the paper would already have a third-party citation to software and hardware the research builds on. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. If you provide links to your software in the AD appendix form question asking for links, those links will *not* be shared with PC members during the review process. +A: For compatibility with the double-blind review process, URLs provided in the AD appendix form question asking for URLs will *not* be shared with PC members during the review process. Because your paper should stand on its own without the AD appendix, the paper will presumably already have a third-party citation to the software and hardware upon which the research builds. Keep in mind that double-blind reviewing is for reducing the chances that a reviewer will be able to guess your identity. You do not have to guarantee it. Plagiarism ---------- -**Q: I understand that the SC Conference applies a plagiarism test program to submissions. What constitutes plagiarism? Is it possible for an author to plagiarize their own work?** +**Q: I understand that the SC Conference applies a plagiarism test program to submissions. What constitutes plagiarism? Is it possible for authors to plagiarize their own work?** A: Please see [ACM’s guidelines on identifying plagiarism](https://www.acm.org/publications/policies/plagiarism). Authors should submit new, original work that represents a significant advance from even their own prior publications. Conflicts of Interest --------------------- -**Q: What are the SC guidelines for Conflicts of Interest (COI)?** +**Q: What are the SC guidelines for conflicts of interest (COI)?** A: A potential conflict of interest occurs when a person is involved in making a decision that 1) could result in that person, a close associate of that person, or that person’s company or institution receiving significant financial gain, such as a contract or grant, or 2) could result in that person, or a close associate of that person, receiving significant professional recognition, such as an award or the selection of a paper, work, exhibit, or other type of submitted presentation. From c7c5b52b1fe22057cc2051ec17ee0f366fe17a78 Mon Sep 17 00:00:00 2001 From: Michelle Strout Date: Fri, 25 Jan 2019 17:50:07 -0700 Subject: [PATCH 18/43] Change "lazy" to "ran out of time" as the no-AD-appendix excuse --- Papers_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 73c70dd..488211e 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -105,7 +105,7 @@ A: Each paper will normally receive a minimum of three reviews. However, the Te * The paper exposes the authors’ identities. (See [Double-blind reviewing](#double-blind-reviewing).) -* The AD appendix claims that the paper has no associated author-created artifacts even though the paper obviously contains empirical results, discusses author-written software, presents author-created hardware, or employs author-generated data. The “no author-created artifacts” option in the AD form does not mean “I’m too lazy to describe my artifacts.” (See [Artifact Description (AD) and Artifact Evaluation (AE) Appendices](#artifact-description-ad-and-artifact-evaluation-ae-appendices).) +* The AD appendix claims that the paper has no associated author-created artifacts even though the paper obviously contains empirical results, discusses author-written software, presents author-created hardware, or employs author-generated data. The “no author-created artifacts” option in the AD form does not mean “I ran out of time to describe my artifacts.” (See [Artifact Description (AD) and Artifact Evaluation (AE) Appendices](#artifact-description-ad-and-artifact-evaluation-ae-appendices).) Double-blind reviewing ---------------------- From 73876ce7939aacdd423834c9c9c6357bc804cb2c Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Sat, 26 Jan 2019 08:45:24 -0800 Subject: [PATCH 19/43] updates for research posters --- Posters_Authors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index cea59f6..0867abf 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -11,7 +11,7 @@ FAQ's are organized into the following sections: - [ACM Student Research Posters Questions](#ACMSRCposters) - [Research Posters Questions](#Research) - [Doctoral Showcase Questions](#Doctoral) - - [Scientific Visualization & Data Analytics Showcase](#ScientificViz) + - [Scientific Visualization & Data Analytics Showcase Questions](#ScientificViz) ## General Questions ### Formatting Specifications @@ -113,7 +113,7 @@ A. No. The appendix is not required in order for a poster to be considered a fin **Q. How is the Best Poster for Research Posters selected?** -A. The Research Posters Committee nominates Best Poster candidates during the review process. An ad-hoc committee judges posters and poster presentations during the Posters Reception. After the reception, this committee convenes and selects a single best poster. +A. The Research Posters Committee nominates Best Poster candidates during the review process. At the conference, an ad-hoc committee judges posters and poster presentations during a Best Posters presentation session and the Posters Reception. After the reception, this committee convenes and selects a single best poster. A separate award committee handles Best Student Poster in the context of the ACM Student Research Competition. From 8da484da7e5589234cef2dac8b27231347c2b35a Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Sat, 26 Jan 2019 08:50:02 -0800 Subject: [PATCH 20/43] Adding note about AD for best posters --- Posters_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index 0867abf..e805a32 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -113,7 +113,7 @@ A. No. The appendix is not required in order for a poster to be considered a fin **Q. How is the Best Poster for Research Posters selected?** -A. The Research Posters Committee nominates Best Poster candidates during the review process. At the conference, an ad-hoc committee judges posters and poster presentations during a Best Posters presentation session and the Posters Reception. After the reception, this committee convenes and selects a single best poster. +A. The Research Posters Committee nominates Best Poster candidates during the review process. At the conference, an ad-hoc committee judges poster content, including the optional artifact description appendix, and poster presentations during a Best Posters presentation session and the Posters Reception. After the reception, this committee convenes and selects a single best poster. A separate award committee handles Best Student Poster in the context of the ACM Student Research Competition. From 50033e3863a0258ad5e897191dbd5a110d811baf Mon Sep 17 00:00:00 2001 From: jcbenne Date: Sun, 27 Jan 2019 20:02:19 -0800 Subject: [PATCH 21/43] Update Posters_Authors.md removing sciviz content that is duplicated on CFP --- Posters_Authors.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index a82ee30..2422dca 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -22,20 +22,6 @@ A. Each poster is assigned one display board that is four feet high and eight fe A. You should produce a poster that effectively and elegantly portrays its technical content. Poster styles, layouts, fonts, and content are left to the discretion of the author(s). -**Q. What are the poster formatting requirements fors scientific visualization & data analytics showcase?** - -A. Submissions need to include a movie (up to 1GB in size) and a short paper (up to 6 pages including references). The short paper should describe the scientific story conveyed by the movie, how the visualization helps scientific discovery, and the “state-of-the-practice” information behind making the movie. - -The video should be in MP4, MOV, or AVI format and use a codec that will play in typical desktop computer media players. There is no hard limit on video length, but typical videos are less than 10 minutes long, and the submitted file should be no more than 1GB. - -The manuscript must be no more than 6 pages including references. The manuscripts should be formatted according to the guidelines for the Parallel Computing journal. Please use one of the following two templates when formatting your manuscript: - -LaTeX Template (159KB .zip) – preferred -Microsoft Word Template (51KB .zip) - - -The manuscript should be uploaded as a pdf for the initial submission. - **Q. Can I embed content in my poster?** A. Yes, you can embed additional multimedia elements using QR codes. @@ -99,25 +85,6 @@ Archiving/Publishing A. Yes, all posters are archived and can be accessed after the conference on the SC19 website. Contact us for further details. -**Q. What is the submission process for Scientific Visualization and what is the review process?** - -A. Submissions need to include a movie (up to 1GB in size) and a short paper (up to 6 pages including references). The short paper should describe the scientific story conveyed by the movie, how the visualization helps scientific discovery, and the “state-of-the-practice” information behind making the movie. - -Each submission will be peer reviewed by the Visualization & Data Analytics Showcase Committee. Criteria for review include: - -How effective is the visual communication of the data? -How relevant to the HPC community is the visualization? -What is the impact of the science story and how well is it told? -What visualization techniques were necessary to create the movie? -Finally, submissions should consider SC19’s overall theme “HPC is now!”. - -Entries are submitted through the SC [Submissions website](https://submissions.supercomputing.org): - -Sign in -Click the “Make a New Submission” tab -Select “Scientific Visualization & Data Analytics Showcase” - - ## Mounting/Displaying at the Conference **Q. What are the options for mounting my poster to the display board?** From 329aa68f1d107e98e09c11b41a4c8ade0d94d690 Mon Sep 17 00:00:00 2001 From: ubuntu Date: Tue, 29 Jan 2019 18:35:41 +0100 Subject: [PATCH 22/43] Added Tutorials FAQ --- Tutorials_Authors.md | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Tutorials_Authors.md diff --git a/Tutorials_Authors.md b/Tutorials_Authors.md new file mode 100644 index 0000000..bdfecbd --- /dev/null +++ b/Tutorials_Authors.md @@ -0,0 +1,55 @@ +--- +layout: page +title: Tutorials FAQ +permalink: /tutorials/ +--- + +Find answers to common questions that may arise during the effort to prepare and submit a tutorial to the SC Conference. If your question is not addressed here, please email to tutorials@info.supercomputing.org + +**Q: How should I format my tutorial proposal submission?** + +A: Each tutorial submission must present its course information through the SC submissions website, where a form will collect basic information (the tutorial’s title, length, presenter information, and keywords). A sample form is available at the submissions website. Further details about the proposal, such as goals, targeted audience, and outline, should be written in a PDF and uploaded as an attachment to the submission form. The format for the PDF is documented in the How to Submit section of the submissions website. Submitters are particularly encouraged to include a draft of their full tutorial presentation in the Sample of Visual Material section of the submission form. + +**Q: Can I make changes to my tutorial materials after I have submitted them?** + +A: Tutorial presenters are generally expected to use the material submitted, with no changes. Minor extensions may be granted to enable a presenter to include more timely material, or to comply with conditions beyond the presenter’s control (e.g., new decisions adopted by standards bodies). In such cases, the submitted material should be as close to a final version as possible, and clearly indicate where changes are anticipated. Also, the deadline for the submission of the material is only one week before the tutorial, so no major updates are expected. +Changes requested because a presenter had insufficient time to prepare and submit their materials cannot be accommodated. + +**Q: What are the expectations of tutorial presentations at the conference?** + +A: SC Tutorials are some of the most popular sessions at the conference, attracting several thousand participants. Tutorial abstracts must clearly present what lessons can be learned, and tutorial presenters are expected to deliver professional presentations and to treat tutorial attendees with respect. Each tutorial will be evaluated in detail by attendees after the session, and these evaluations will play a crucial role in the evaluation of future-year tutorial submissions. + + +**Q: Q: Is the peer-review process double-blind?** + +A: No. Reviewers have access to the names of tutorial submitters. While Tutorials Committee members are named on the SC19 Planning Committee page, the names of the individuals reviewing each proposal are not made available to the authors. + +**Q: What are the guidelines for conflicts of interest (COI)?** + +A: A potential conflict of interest occurs when a person is involved in making a decision that: + +1. Could result in that person, a close associate of that person, or that person’s company or institution receiving significant financial gain, such as a contract or grant. + +2. Could result in that person, or a close associate of that person, receiving significant professional recognition, such as an award or the selection of a paper, work, exhibit, or other type of submitted presentation. + +Authors and Tutorials Committee members will be given the opportunity to list any potential COIs during the submissions and review processes, respectively. The Tutorials Committee Chair will make every effort to avoid assignments that have a potential COI. + +According to the SC Conference you have a conflict of interest with: + +* Your PhD advisors, post-doctoral advisors, PhD students, and post-doctoral advisees forever; +* Family relations by blood or marriage, or equivalent (e.g., a partner); +* People with whom you collaborated in the past five years. Collaborators include: co-authors on an accepted/rejected/pending research paper; co-PIs on an accepted/pending grant; those who fund your research; researchers whom you fund; or researchers with whom you are actively collaborating; +* Close personal friends or others with whom you believe a conflict of interest exists; +* People who were employed by, or a student at, your primary institution(s) in the past five years, or people who are active candidates for employment at your primary institution(s). + +Note that “service” collaborations, such as writing a DOE, NSF, or DARPA report, or serving on a program committee, or serving on the editorial board of a journal do not inherently create a COI. + +**Q: What rooms and audio/video infrastructure are provided to each tutorial?** + +A: Tutorials are assigned either a classroom or theater room equipped with standard AV facilities (projector, microphone and podium, wireless lapel microphone or wireless handheld microphone, and projection screen). + +**Q: Will tutorials’ material be provided in a USB?** + +A: No. Tutorials’ materials will be available for download in a password protected repository. + + From e52516828f9805f9f63fd8ec3ce78de484bd3e19 Mon Sep 17 00:00:00 2001 From: ubuntu Date: Tue, 29 Jan 2019 18:37:54 +0100 Subject: [PATCH 23/43] Updated README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f398620..1d2393b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # FAQs -Frequently Asked Questions the reproducibility initiative of the SC Conference. - -## For authors -* [AD/AE Appendices FAQs](AD-AE-Appendices_Authors.md) +Frequently Asked Questions the Techical Program content of the SC Conference. ## Adding Content To add content to this website, create a pull request in this repository. From 4e273c96c902b864e99b03d752971bfb9f942555 Mon Sep 17 00:00:00 2001 From: Stefano Markidis Date: Mon, 4 Feb 2019 16:38:26 +0100 Subject: [PATCH 24/43] Fixed conflict --- Posters_Authors.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index c2f407c..0226480 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -71,12 +71,7 @@ A. No. Authors are required to select the type of poster at the time of submissi A. Yes, all posters are archived and can be accessed after the conference on the SC19 website. Contact us for further details. -<<<<<<< HEAD - -### Mounting/Displaying at the Conference -======= ## Mounting/Displaying at the Conference ->>>>>>> f0f33cc428c7fe42a9f3143f8622ec1f8f0707ee **Q. What are the options for mounting my poster to the display board?** From 9276a1b909f27040191045c9c6f3ab3f147a9a6d Mon Sep 17 00:00:00 2001 From: Stefano Markidis Date: Mon, 4 Feb 2019 16:41:28 +0100 Subject: [PATCH 25/43] fixed markdown format --- Posters_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index 0226480..898d9b0 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -89,7 +89,7 @@ A. Each poster is given a designated space with a display board. Before the conf A. The conference does not provide any support for printing posters. Typically, authors print their posters ahead of the conference. The convention center’s business office may offer printing services. You can look for details at the convention center’s website. -**Q. When do I need to be at my poster location to present it? +**Q. When do I need to be at my poster location to present it?** A. Poster presenters must be available at their posters to answer questions and discuss their work for the duration of the Posters Reception on Tuesday evening. In addition, each poster track has a separate presentation session for selected posters (Research Best Poster Candidates, ACM SRC Best Poster Candidates, Doctoral Showcase, Best Poster Candidates in Scientific Visualization). From 3db58f6f56c3621b2c9a95e7e906fc1995b8c54e Mon Sep 17 00:00:00 2001 From: Stefano Markidis Date: Mon, 4 Feb 2019 16:43:50 +0100 Subject: [PATCH 26/43] fixed markdown format --- Posters_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posters_Authors.md b/Posters_Authors.md index 898d9b0..42de02e 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -142,7 +142,7 @@ A. The artifact description appendix will be submitted at the same time as your **Q. Does the artifact description appendix really impact scientific reproducibility?** -[A. The artifact description appendix is simply a description of the computing environment used to produce the results in your poster. By itself, this appendix does not directly improve scientific reproducibility. However, a well-written appendix can be used by scientists (including the authors at a later date) to more easily replicate and build upon the results in the poster. Therefore, the artifact description appendix can reduce barriers and costs of replicating published results. It is an important first step toward full scientific reproducibility. +A. The artifact description appendix is simply a description of the computing environment used to produce the results in your poster. By itself, this appendix does not directly improve scientific reproducibility. However, a well-written appendix can be used by scientists (including the authors at a later date) to more easily replicate and build upon the results in the poster. Therefore, the artifact description appendix can reduce barriers and costs of replicating published results. It is an important first step toward full scientific reproducibility. **Q. What kind of recognition do I get for submitting these appendices?** From ed6c293556f6d1d7d0b43eb793dca6806d10348a Mon Sep 17 00:00:00 2001 From: "SEETHARAMI R. SEELAM" Date: Mon, 4 Feb 2019 15:17:29 -0500 Subject: [PATCH 27/43] added sc19 templates for sciviz --- Posters_Authors.md | 4 ++-- sc19-vis-showcase-latex-template.zip | Bin 0 -> 159684 bytes sc19-vis-showcase-template.docx.zip | Bin 0 -> 50522 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 sc19-vis-showcase-latex-template.zip create mode 100644 sc19-vis-showcase-template.docx.zip diff --git a/Posters_Authors.md b/Posters_Authors.md index 42de02e..39ff614 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -168,8 +168,8 @@ The video should be in MP4, MOV, or AVI format and use a codec that will play in The manuscript must be no more than 6 pages including references. The manuscripts should be formatted according to the guidelines for the Parallel Computing journal. Please use one of the following two templates when formatting your manuscript: -[LaTeX Template](sc18-vis-showcase-latex-template.zip) – preferred -[Microsoft Word Template](sc18-vis-showcase-template.docx.zip) +[LaTeX Template](sc19-vis-showcase-latex-template.zip) – preferred +[Microsoft Word Template](sc19-vis-showcase-template.docx.zip) The manuscript should be uploaded as a pdf for the initial submission. diff --git a/sc19-vis-showcase-latex-template.zip b/sc19-vis-showcase-latex-template.zip new file mode 100644 index 0000000000000000000000000000000000000000..8b9b1999d9fd9976e82e946cf35bbb46a457a64f GIT binary patch literal 159684 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 z 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%0A6xT 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 M1_1b5gMM87A3HIpxBvhE literal 0 HcmV?d00001 diff --git a/sc19-vis-showcase-template.docx.zip b/sc19-vis-showcase-template.docx.zip new file mode 100644 index 0000000000000000000000000000000000000000..d4e3d009ab669c3f2ececc9c9e7e17907817a3b8 GIT binary patch literal 50522 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�}}Fu~T5*yeDbaJ>q$Y@BxE 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 s2IO)EVg#t1L3bOnyR}f Date: Tue, 5 Feb 2019 18:07:37 -0700 Subject: [PATCH 28/43] Remove redundancy --- Papers_Authors.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 488211e..f9f371c 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -11,14 +11,7 @@ Paper formatting **Q: What are the length restrictions on paper submissions?** -A: Submissions are limited to 10 pages, excluding the bibliography, using the ACM SIG proceedings template, with line numbering enabled to help with review. In LaTeX, this implies a document class of: -```LaTeX -\documentclass[sigconf,review]{acmart} -``` -AD and AE appendices are automatically generated and do not count against the 10 pages. - -Authors of accepted papers can provide supplemental material with their final, camera-ready version of the paper (e.g., additional proofs, videos, or images). - +A: Submissions are limited to ten pages of 8.5" × 11" paper (i.e., U.S. letter). This ten-page limit includes everything except the bibliography. Authors of accepted papers can provide supplemental material with their final, camera-ready version of the paper (e.g., additional proofs, videos, or images). **Q: Do the AD and AE appendices count against the 10 pages?** From 6232c2bea2729cd5ba678ca7fb95d0e6f861fd5c Mon Sep 17 00:00:00 2001 From: Michelle Strout Date: Wed, 6 Feb 2019 19:55:25 -0700 Subject: [PATCH 29/43] Put in some verbiage about not submitting a paper in submission somewhere else. --- Papers_Authors.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Papers_Authors.md b/Papers_Authors.md index f9f371c..8703ede 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -47,6 +47,11 @@ A: Yes. Papers that have not previously been peer-reviewed are eligible for sub A: Yes. However the paper needs to have been substantially enhanced since prior publication (say, 30% new material) to be eligible for submission to SC. +**Q: Can I submit a paper that is in submission to another venue?** + +A: No. If your paper has been submitted to a venue whose notification overlaps with the SC19 deadline (e.g. ICS 2019), you can only submit your paper to SC19 *after* withdrawing your paper from consideration at that other venue. + + The Peer-Review Process ----------------------- From 9332af0b3c7ffabdf11e03263a342079d39b4bb4 Mon Sep 17 00:00:00 2001 From: Min Si Date: Mon, 11 Feb 2019 13:32:35 -0600 Subject: [PATCH 30/43] Updated Panels FAQ. --- Panels_Authors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Panels_Authors.md b/Panels_Authors.md index 8a16242..93aa638 100644 --- a/Panels_Authors.md +++ b/Panels_Authors.md @@ -11,7 +11,7 @@ Panel Format **Q: What is an SC panel?** -A: A panel provides a forum that promotes lively, highly interactive discussions on a wide variety of topics among the panelists and audience. The panel format includes a moderator and up to six panelists. A panel is not a set of mini-presentations that do not leave time for discussion with the audience. A panel is non-commercial. +A: A panel provides a forum that promotes lively, highly interactive discussions on a wide variety of topics among the panelists and audience. The panel format includes a moderator and panelists. We recommend no more than six panelists as this is the maximum number of chairs available for panelists. A panel is not a set of mini-presentations that do not leave time for discussion with the audience. A panel is non-commercial. **Q: What is the length of a panel session?** @@ -22,7 +22,7 @@ Submissions and Notifications **Q: When will I know if my proposed panel will be included in the conference?** -A: Accept or reject notifications will be sent to all submitters by late June. +A: Accept or reject notifications will be sent to all submitters by 22 June. **Q: Where can I find the Panels program online?** @@ -32,12 +32,12 @@ A: The program for Panels will be posted here within two weeks of the notificati **Q: Can I submit more than one panel proposal?** -A: You are welcome to submit multiple proposals. A committee of peers selects panels in a peer-review process. Because a limited number of slots are available, any individual may be a member (i.e., contact, moderator, or panelist) of at most two panels. +A: You are welcome to submit multiple proposals. A committee of peers selects panels in a peer-review process. Because a limited number of slots are available, any individual may be a member (i.e., contact, moderator, or panelist) of at most two accepted panels. **Q: Do panels need to have a title?** -A: You should indicate your panel’s title when submitting your proposal, as well as the name and affiliation of each discussant and the moderator. You do not have to include titles for individual presentations. A contact for the panel proposal should also be provided. You must include a brief abstract, in the form of a call for participation, describing the panel topic and questions to be addressed exactly as you want them to appear in the conference program. +A: Yes. You must indicate your panel’s title when submitting your proposal, as well as the name and affiliation of each panelist and the moderator. A contact for the panel proposal should also be provided. You must include a brief abstract, in the form of a call for participation, describing the panel topic and questions to be addressed exactly as you want them to appear in the conference program. **Q: What material do I need to submit?** From a945d66f08434f8b7287af8b7f181b82cfe57bd4 Mon Sep 17 00:00:00 2001 From: Min Si Date: Mon, 11 Feb 2019 16:11:55 -0600 Subject: [PATCH 31/43] Updated infrastructure info in Panels FAQ --- Panels_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Panels_Authors.md b/Panels_Authors.md index 93aa638..7d6958e 100644 --- a/Panels_Authors.md +++ b/Panels_Authors.md @@ -108,7 +108,7 @@ Infrastructure and Organization **Q: What infrastructure is provided for SC panels?** -A: Each panel’s infrastructure includes one projector, one screen, one table for the panelists with multiple chairs, one clip-on or one podium microphone for the moderator, and microphones for the panelists. One or multiple aisle microphone will be provided. The moderator should direct attendees to the aisle microphone for questions so that everyone can hear. +A: Each panel’s infrastructure includes one projector, two screens, two tables for the panelists with six chairs, one fixed microphone at the podium, a lavalier lapel microphone, and three or four microphones on the panelist tables. A stand microphone is provided in each of the three main aisles in the room. **Q: I am a panelist or a moderator. When should I arrive at and leave my designated room?** From 3fa0d56e979b55c49df9bc2c6a1d84b7fcfbc243 Mon Sep 17 00:00:00 2001 From: Min Si Date: Tue, 12 Feb 2019 21:11:04 -0600 Subject: [PATCH 32/43] Update submission material in Panels FAQ. --- Panels_Authors.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Panels_Authors.md b/Panels_Authors.md index 7d6958e..bb205e2 100644 --- a/Panels_Authors.md +++ b/Panels_Authors.md @@ -44,8 +44,13 @@ A: Yes. You must indicate your panel’s title when submitting your proposal, as A. Your submission should include: -* A brief abstract, in the form of a call for participation, describing the panel topic and questions to be addressed exactly as you want them to appear in the conference program; -* A proposal of no more than two pages, uploaded as a single PDF file, that describes the panel in more detail. This proposal should also include your panel title. The panel proposal may include information such as a description of the panel topic or position statements by the panelists. You must convince the Panels review committee that the panel will truly be an interactive session and not deteriorate into long-winded, disjointed, and boring mini-presentations or fluffy entertainment. Do not waste space giving a technical history; instead, explain why the panel will attract a good audience and why the audience will find the panel to be insightful and impactful. +* A title; +* Moderator information with a short biography (maximum 150 words); +* Contact person information if different from the moderator; +* Panelist information with a short biography (maximum 150 words); +* A brief abstract, in the form of a call for participation, describing the panel topic and questions to be addressed exactly as you want them to appear in the conference program (maximum 150 words); +* A proposal of no more than two pages, uploaded as a single PDF file, that describes the panel in more detail. This proposal should also include your panel title. The panel proposal may include information such as a description of the panel topic or position statements by the panelists. You must convince the Panels review committee that the panel will truly be an interactive session and not deteriorate into long-winded, disjointed, and boring mini-presentations or fluffy entertainment. Do not waste space giving a technical history; instead, explain why the panel will attract a good audience and why the audience will find the panel to be insightful and impactful; +* A diversity justification, describing how you plan to create diversity among panelists with respect to topical background, institution type, geography and demographic characteristics like seniority and gender (maximum 70 words). Review Criteria and Conflict of Interest (COI) ---------------- From 8951fbf3303c1239293bab56fe9947c3c0b0d279 Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Fri, 22 Feb 2019 18:06:27 -0700 Subject: [PATCH 33/43] Answer a question about single-GPU studies --- Papers_Authors.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Papers_Authors.md b/Papers_Authors.md index 8703ede..076f222 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -51,6 +51,23 @@ A: Yes. However the paper needs to have been substantially enhanced since prior A: No. If your paper has been submitted to a venue whose notification overlaps with the SC19 deadline (e.g. ICS 2019), you can only submit your paper to SC19 *after* withdrawing your paper from consideration at that other venue. +**Q: My paper presents results from only a single GPU, workstation, etc. Does that make my paper ineligible for inclusion in SC?** + +A: Submissions will be considered on any topic related to high performance computing within Technical Papers’s ten tracks: + +* Algorithms +* Applications +* Architecture and Networks +* Clouds and Distributed Computing +* Data Analytics, Visualization, and Storage +* Machine Learning and HPC +* Performance Measurement, Modeling, and Tools +* Programming Systems +* State of the Practice +* System Software + +(See https://sc19.supercomputing.org/submit/paper-submissions/ for descriptions of each of the above.) Small-scale studies–including single-node studies–are welcome as long as the paper clearly conveys the work’s contribution to high-performance computing. + The Peer-Review Process ----------------------- From 1eda31b1a65185979f87e606690331da6fc072a7 Mon Sep 17 00:00:00 2001 From: Michelle Strout Date: Thu, 28 Feb 2019 22:19:49 -0800 Subject: [PATCH 34/43] Replace hyphens with em dashes in the single-node FAQ answer --- Papers_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 076f222..6df82c9 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -66,7 +66,7 @@ A: Submissions will be considered on any topic related to high performance compu * State of the Practice * System Software -(See https://sc19.supercomputing.org/submit/paper-submissions/ for descriptions of each of the above.) Small-scale studies–including single-node studies–are welcome as long as the paper clearly conveys the work’s contribution to high-performance computing. +(See https://sc19.supercomputing.org/submit/paper-submissions/ for descriptions of each of the above.) Small-scale studies—including single-node studies—are welcome as long as the paper clearly conveys the work’s contribution to high-performance computing. The Peer-Review Process From ce3552a8d30501cfd32d97443b5549edb0286848 Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Thu, 21 Mar 2019 21:33:39 -0700 Subject: [PATCH 35/43] Discuss first-round rejects --- Papers_Authors.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 6df82c9..1d56275 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -78,13 +78,15 @@ A: From an author’s perspective, the following are the key steps: 1. Authors submit a title, abstract, and other metadata. 2. Authors submit their full paper and complete a form describing their computational artifacts (or lack of computational artifacts) and, optionally, text discussing how they evaluated their computational results. + * Papers that violate any of the submission rules (e.g., page length) will be rejected without review. See "How many reviewers will review my paper?" below. 3. Authors receive an initial set of reviews of their paper. + * Very low-scoring papers will be rejected at this stage. 4. Authors have an opportunity to revise their paper and prepare an accompanying response to the reviewers. 5. Author revisions and accompanying response will be available to the reviewers at least a week before the PC meeting. -6. Authors are notified of their paper’s disposition: Accept, Reject, or Major Revisions Required. -7. In the case of Major Revisions Required, authors prepare a major revision for re-review. -8. After this review, the paper will be either accepted or rejected. -9. Authors of accepted papers prepare the final version of their paper. + * Authors are notified of their paper’s disposition: Accept, Reject, or, in very few instances, Major Revisions Required. +6. In the case of Major Revisions Required, authors prepare a major revision for re-review. + * After this review, the paper will be either accepted or rejected. +7. Authors of accepted papers prepare the final version of their paper. **Q: Is there an author response/rebuttal stage?** @@ -104,11 +106,11 @@ A: Yes, but you must clearly document your changes and rationale in your author **Q: Doesn’t this incentivize authors to submit an extremely rough first draft, and only make updates after reviewer feedback?** -A: Perhaps, but as the old adage goes, there’s no second chance to make a first impression. Your reviewers will have had much more time to look at your first draft, and their initial scores will be based on it. SC introduced the revise-and-respond process on the belief that an actual revision is far more persuasive than promises made in a rebuttal. That does not mean that revisions will change a reviewer’s mind if their first impression of a paper was completely negative. Because reviewers will have limited time to scrutinize your revisions, you should strive to make every phase of the submission process count. +A: No, because very low-scoring papers will be rejected after the first round of reviews, and authors will not be given an opportunity to restructure their prose, add data, or make other such improvements. As the old adage goes, there’s no second chance to make a first impression. **Q: What if a reviewer clearly didn’t read my paper carefully enough? What if the reviewer seems to lack basic knowledge of the area on which the paper focuses? How should my author response and revision address these issues?** -A: We’ve all received reviews that made us angry, particularly on first reading. The revision period is short and doesn’t allow for the cooling-off period that authors have before they write a response to a journal review. We provide you the opportunity to submit a revision and response to address these issues, but you should still be careful with the wording of your response. For example, we recommend you don’t say: “If reviewer X had just taken the time to read my paper carefully, they would have realized that our algorithm was rotation invariant.” Instead say, “Unfortunately, Section 4 must not have been as clear as we had hoped because Reviewer X did not understand that our algorithm was rotation invariant and they were therefore skeptical about the general applicability of our approach. The revised version of the second paragraph in Section 4 should clear up this confusion.” The revise-and-respond process offers more opportunity than what is present in other conferences to convince your reviewers of the merits of your work; use such opportunities wisely. +A: We’ve all received reviews that made us angry, particularly on first reading. The revision period is short and doesn’t allow for the cooling-off period that authors have before they write a response to a journal review. We provide you the opportunity to submit a revision and response to address these issues, but you should still be careful with the wording of your response. For example, we recommend you don’t say: “If reviewer *X* had just taken the time to read my paper carefully, they would have realized that our algorithm was rotation invariant.” Instead say, “Unfortunately, Section 4 must not have been as clear as we had hoped because Reviewer *X* did not understand that our algorithm was rotation invariant and they were therefore skeptical about the general applicability of our approach. The revised version of the second paragraph in Section 4 should clear up this confusion.” The revise-and-respond process offers more opportunity than what is present in other conferences to convince your reviewers of the merits of your work; use such opportunities wisely. **Q: How many reviewers will review my paper?** From 0600e68353d18c71b8551fc7e8a181ef1e439a46 Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Thu, 21 Mar 2019 21:59:31 -0700 Subject: [PATCH 36/43] Address whether unlimited-length appendices beside AD/AE are allowed Co-authored-by: Michelle Strout --- Papers_Authors.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 1d56275..6cc2d6e 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -13,10 +13,14 @@ Paper formatting A: Submissions are limited to ten pages of 8.5" × 11" paper (i.e., U.S. letter). This ten-page limit includes everything except the bibliography. Authors of accepted papers can provide supplemental material with their final, camera-ready version of the paper (e.g., additional proofs, videos, or images). -**Q: Do the AD and AE appendices count against the 10 pages?** +**Q: Do the AD and AE appendices count against the ten pages?** A: No. These are created separately via an HTML form and are not considered part of the paper proper. +**Q: Can I include appendices other than the AD/AE appendices that do not count against the ten pages?** + +A: For the submission, no. The reviewing time is too limited for reviewers to have to evaluate more than ten pages per submission. However, authors of accepted papers will have the opportunity to upload separate, supplemental material to accompany the digital version of their paper. + **Q: How should papers be formatted?** A: For consistency across the entire proceedings, papers must be written in [ACM SIG proceedings style](https://www.acm.org/publications/proceedings-template) with line numbering enabled to help with the review process. In LaTeX, this implies a document class of From 68043a64362a45e8b853c3d373725927bbe50f9d Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Mon, 25 Mar 2019 22:10:20 -0700 Subject: [PATCH 37/43] Indicate that papers will be accepted if Major Revision concerns are addressed Co-authored-by: Michelle Strout --- Papers_Authors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 6cc2d6e..9db6a10 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -88,8 +88,8 @@ A: From an author’s perspective, the following are the key steps: 4. Authors have an opportunity to revise their paper and prepare an accompanying response to the reviewers. 5. Author revisions and accompanying response will be available to the reviewers at least a week before the PC meeting. * Authors are notified of their paper’s disposition: Accept, Reject, or, in very few instances, Major Revisions Required. -6. In the case of Major Revisions Required, authors prepare a major revision for re-review. - * After this review, the paper will be either accepted or rejected. +6. In the case of Major Revisions Required, authors prepare a major revision to address a list of concerns provided with the review. + * If all of the concerns on the list are addressed, the paper will be accepted. If not, it will be rejected. 7. Authors of accepted papers prepare the final version of their paper. **Q: Is there an author response/rebuttal stage?** From a67681456e70713ccb2f0cd916ea687925009826 Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Tue, 9 Apr 2019 09:21:58 -0600 Subject: [PATCH 38/43] Recommend that authors pass the "anonymous" option to \documentclass Thanks to Bob Zigon for bringing this option to our attention. --- Papers_Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Papers_Authors.md b/Papers_Authors.md index 9db6a10..68fe350 100644 --- a/Papers_Authors.md +++ b/Papers_Authors.md @@ -26,7 +26,7 @@ A: For the submission, no. The reviewing time is too limited for reviewers to h A: For consistency across the entire proceedings, papers must be written in [ACM SIG proceedings style](https://www.acm.org/publications/proceedings-template) with line numbering enabled to help with the review process. In LaTeX, this implies a document class of ```LaTeX -\documentclass[sigconf,review]{acmart} +\documentclass[sigconf,review,anonymous]{acmart} ``` Contribution Track From f6e18830e35e7a80d2226869ac184f5d6015d608 Mon Sep 17 00:00:00 2001 From: "John C. Linford" Date: Wed, 10 Apr 2019 09:22:00 -0500 Subject: [PATCH 39/43] Update AD-AE-Appendices_Authors.md --- AD-AE-Appendices_Authors.md | 51 +++++++++++++++++++++++++------------ 1 file changed, 35 insertions(+), 16 deletions(-) diff --git a/AD-AE-Appendices_Authors.md b/AD-AE-Appendices_Authors.md index 395a0c0..1cf0935 100644 --- a/AD-AE-Appendices_Authors.md +++ b/AD-AE-Appendices_Authors.md @@ -19,46 +19,65 @@ Artifact Evaluation (AE) Appendices are optional, but strongly encouraged. ## AD and AE Appendix Requirements -**Q1. Are AD and AE appendices required in order to submit to SC19?** +**Are AD and AE appendices required in order to submit to SC19?** -A1. An AD appendix is _required_ for all Technical Program submissions. +An AD appendix is _required_ for all Technical Program submissions. An AE appendix is _optional_ but strongly encouraged. -**Q2. Do I need to make my software open source in order to complete the AD appendix?** +**Do I need to make my software open source in order to complete the AD appendix?** -A2. No. You are not asked to make any changes to your computing environment in order to complete the appendix. +No. You are not asked to make any changes to your computing environment in order to complete the appendix. The AD appendix is meant to _describe_ the computing environment in which you produced your results. Any author-created software _does_ need to be open source, however, to be eligible for the ACM Artifacts Available badge (see below). -**Q3. How should I format my AD Appendix** +**How should I format my AD Appendix** -A3. You don't need to worry about formatting the Appendices. You will be presented with an online form during the paper submission with questions that you will answer directly on the submission site. After answering the questions, the system will automatically generate a PDF of the Appendix for you. +You don't need to worry about formatting the Appendices. You will be presented with an online form during the paper submission with questions that you will answer directly on the submission site. After answering the questions, the system will automatically generate a PDF of the Appendix for you. -**Q4. What information do I need to provide in the AD/AE Appendix online form?** +**What information do I need to provide in the AD/AE Appendix online form?** -A4. A printout of the questions included in the AD/AE Appendix online form is provided in the [`Author-Kit`](https://github.com/SC-Tech-Program/Author-Kit) repository. Be sure to familiarize yourself with these _before writing your paper_, and ideally before or while you are producing your results. +A printout of the questions included in the AD/AE Appendix online form is provided in the [`Author-Kit`](https://github.com/SC-Tech-Program/Author-Kit) repository. Be sure to familiarize yourself with these _before writing your paper_, and ideally before or while you are producing your results. ## Review Process -**Q5. Who will review my appendices?** +**Who will review my appendices?** -A5. The AD & AE Appendices will be reviewed _with your paper_ by the Technical Program committee, but the artifact URLs will be removed from the version they review, as a precaution in support of double-blind review. +The AD & AE Appendices will be reviewed _with your paper_ by the Technical Program committee, but the artifact URLs will be removed from the version they review, as a precaution in support of double-blind review. In addition, the **AD/AE Appendices Committee** will review the unredacted appendices, and will check that artifacts are indeed available in the URLs provided. They will also help authors improve their appendices, in a double-open arrangement. -**Q6. How will review of appendices interact with the double-blind review process?** +**How will review of appendices interact with the double-blind review process?** -A6. The AD appendix should describe the data, software and hardware artifacts involved in producing the results. +The AD appendix should describe the data, software and hardware artifacts involved in producing the results. Reviewers _could_ discover the author's identity if they embark on an online search, but they will be asked _not to_, in support of double-blind review. Author-provided artifact URLs will be redacted from the appendices provided to the reviewers. ## Impact of AD and AE Appendices -**Q7. What's the impact of an Artifact Description appendix on scientific reproducibility?** +**What's the impact of an Artifact Description appendix on scientific reproducibility?** -A7. Reproducibility depends on, as a first step, sharing the provenance of results with transparency, and the AD appendix is an instrument of documentation and transparency. A good AD appendix helps researchers document their results, and helps other researchers build from them. +Reproducibility depends on, as a first step, sharing the provenance of results with transparency, and the AD appendix is an instrument of documentation and transparency. A good AD appendix helps researchers document their results, and helps other researchers build from them. -**Q8. What's the impact of an Artifact Evaluation appendix on scientific reproducibility?** +## Artifacts -A8. An artifact-evaluation effort can increase the trustworthiness of computational results. +**What are "author created" artifacts and why make the distinction? + +Author created artifacts are the hardware, software, or data created by the paper's authors. Only these artifacts need be made available to facilitate reproducability. Propritary, closed source artifacts (e.g. commercial software and CPUs) will necessarily be part of many research studies. These proprietary artifacts should be described to the best of the author's ability but do not need to be provided. + +**What about propritary author-created artifacts? + +The ideal case for reproducability is to have all author created artifacts publically available with a stable identifier. Papers involving propritary, closed source author-created artifacts should indicate the availability of the artifacts and describe them as much as possible. Note that results dependent on closed source artifacts are not reproducable and are therefore ineligible for most of the ACM's artifact review badges. See https://www.acm.org/publications/policies/artifact-review-badging. + +**Are the numbers used to draw our charts a data artifact? + +Not necessarily. Data artifacts are the data (input or output) required to reproduce the results, not necessarily the results themselves. For example, if your paper presents a system that generates charts from datasets then providing an input dataset would facilitate reproducibility. However, if the paper merely *uses charts to elucidate results* then the input data to whatever tool you used to draw those charts isn't required to reproduce the paper's results. The tool which drew the chart isn't part of the study, so the input data to that tool is not a data artifact of this work. + +**Help! My data is HUGE! How do I make it publically available with a stable identifier? + +Use Zenodo (https://help.zenodo.org/). Contact them for information on how to upload extremely large datasets. You can easily upload datasets of 50GB or less, have multiple datasets, and there is no size limit on communities. + + +**What's the impact of an Artifact Evaluation appendix on scientific reproducibility?** + +An artifact-evaluation effort can increase the trustworthiness of computational results. It can be particularly effective in the case of results obtained using specialized computing platforms, not available to other researchers. Leadership computing platforms, novel testbeds, and experimental computing environments are of keen interest to the supercomputing community. Access to these systems is typically limited, however. Thus, most reviewers cannot independently check results, and the authors themselves may be unable to recompute their own results in the future, given the impact of irreversible changes in the environment (compilers, libraries, components, etc.). The various forms of Artiface Evaluation improve confidence that computational results from these special platforms are correct. From 4e4fe052687c42019f5a8de4f97353485e6975a8 Mon Sep 17 00:00:00 2001 From: "John C. Linford" Date: Wed, 10 Apr 2019 09:23:08 -0500 Subject: [PATCH 40/43] Update AD-AE-Appendices_Authors.md --- AD-AE-Appendices_Authors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AD-AE-Appendices_Authors.md b/AD-AE-Appendices_Authors.md index 1cf0935..108d20a 100644 --- a/AD-AE-Appendices_Authors.md +++ b/AD-AE-Appendices_Authors.md @@ -58,19 +58,19 @@ Reproducibility depends on, as a first step, sharing the provenance of results w ## Artifacts -**What are "author created" artifacts and why make the distinction? +**What are "author created" artifacts and why make the distinction?** Author created artifacts are the hardware, software, or data created by the paper's authors. Only these artifacts need be made available to facilitate reproducability. Propritary, closed source artifacts (e.g. commercial software and CPUs) will necessarily be part of many research studies. These proprietary artifacts should be described to the best of the author's ability but do not need to be provided. -**What about propritary author-created artifacts? +**What about propritary author-created artifacts?** The ideal case for reproducability is to have all author created artifacts publically available with a stable identifier. Papers involving propritary, closed source author-created artifacts should indicate the availability of the artifacts and describe them as much as possible. Note that results dependent on closed source artifacts are not reproducable and are therefore ineligible for most of the ACM's artifact review badges. See https://www.acm.org/publications/policies/artifact-review-badging. -**Are the numbers used to draw our charts a data artifact? +**Are the numbers used to draw our charts a data artifact?** Not necessarily. Data artifacts are the data (input or output) required to reproduce the results, not necessarily the results themselves. For example, if your paper presents a system that generates charts from datasets then providing an input dataset would facilitate reproducibility. However, if the paper merely *uses charts to elucidate results* then the input data to whatever tool you used to draw those charts isn't required to reproduce the paper's results. The tool which drew the chart isn't part of the study, so the input data to that tool is not a data artifact of this work. -**Help! My data is HUGE! How do I make it publically available with a stable identifier? +**Help! My data is HUGE! How do I make it publically available with a stable identifier?** Use Zenodo (https://help.zenodo.org/). Contact them for information on how to upload extremely large datasets. You can easily upload datasets of 50GB or less, have multiple datasets, and there is no size limit on communities. From 23ad72e14bf36e13c03c28f33cdca5c76401157a Mon Sep 17 00:00:00 2001 From: "John C. Linford" Date: Wed, 10 Apr 2019 09:24:39 -0500 Subject: [PATCH 41/43] Update AD-AE-Appendices_Authors.md --- AD-AE-Appendices_Authors.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AD-AE-Appendices_Authors.md b/AD-AE-Appendices_Authors.md index 108d20a..df16a87 100644 --- a/AD-AE-Appendices_Authors.md +++ b/AD-AE-Appendices_Authors.md @@ -60,11 +60,11 @@ Reproducibility depends on, as a first step, sharing the provenance of results w **What are "author created" artifacts and why make the distinction?** -Author created artifacts are the hardware, software, or data created by the paper's authors. Only these artifacts need be made available to facilitate reproducability. Propritary, closed source artifacts (e.g. commercial software and CPUs) will necessarily be part of many research studies. These proprietary artifacts should be described to the best of the author's ability but do not need to be provided. +Author created artifacts are the hardware, software, or data created by the paper's authors. Only these artifacts need be made available to facilitate reproducibility. Proprietary, closed source artifacts (e.g. commercial software and CPUs) will necessarily be part of many research studies. These proprietary artifacts should be described to the best of the author's ability but do not need to be provided. -**What about propritary author-created artifacts?** +**What about proprietary author-created artifacts?** -The ideal case for reproducability is to have all author created artifacts publically available with a stable identifier. Papers involving propritary, closed source author-created artifacts should indicate the availability of the artifacts and describe them as much as possible. Note that results dependent on closed source artifacts are not reproducable and are therefore ineligible for most of the ACM's artifact review badges. See https://www.acm.org/publications/policies/artifact-review-badging. +The ideal case for reproducibility is to have all author created artifacts publically available with a stable identifier. Papers involving proprietary, closed source author-created artifacts should indicate the availability of the artifacts and describe them as much as possible. Note that results dependent on closed source artifacts are not reproducible and are therefore ineligible for most of the ACM's artifact review badges. See https://www.acm.org/publications/policies/artifact-review-badging. **Are the numbers used to draw our charts a data artifact?** @@ -80,7 +80,7 @@ Use Zenodo (https://help.zenodo.org/). Contact them for information on how to u An artifact-evaluation effort can increase the trustworthiness of computational results. It can be particularly effective in the case of results obtained using specialized computing platforms, not available to other researchers. Leadership computing platforms, novel testbeds, and experimental computing environments are of keen interest to the supercomputing community. Access to these systems is typically limited, however. Thus, most reviewers cannot independently check results, and the authors themselves may be unable to recompute their own results in the future, given the impact of irreversible changes in the environment (compilers, libraries, components, etc.). -The various forms of Artiface Evaluation improve confidence that computational results from these special platforms are correct. +The various forms of Artifact Evaluation improve confidence that computational results from these special platforms are correct. ## ACM Artifacts Available and Artifacts Evaluated Badges From 66da5d82ac04e9cc452bc0886bd9ca315b7011f7 Mon Sep 17 00:00:00 2001 From: "John C. Linford" Date: Wed, 10 Apr 2019 09:34:09 -0500 Subject: [PATCH 42/43] Update AD-AE-Appendices_Authors.md --- AD-AE-Appendices_Authors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AD-AE-Appendices_Authors.md b/AD-AE-Appendices_Authors.md index df16a87..961ed61 100644 --- a/AD-AE-Appendices_Authors.md +++ b/AD-AE-Appendices_Authors.md @@ -56,6 +56,10 @@ Reviewers _could_ discover the author's identity if they embark on an online sea Reproducibility depends on, as a first step, sharing the provenance of results with transparency, and the AD appendix is an instrument of documentation and transparency. A good AD appendix helps researchers document their results, and helps other researchers build from them. +**The paper text explains why I believe my answers are right and shows all my work. Why do I need to provide an Artifact Evaluation appendix?** + +There are many good reasons for formalizing the artifact evaluation process. Standard practice varies across disciplines, and SC is an international, multi-disciplinary conference. Labeling the evaluation as such improves our ability to review the paper and improves reader confidence in the veracity of the results when approaching the work from a different background. + ## Artifacts **What are "author created" artifacts and why make the distinction?** From 41d2c5f87e93cab013b9552e8028c6ae4e27822d Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Fri, 19 Jul 2019 06:14:29 -0700 Subject: [PATCH 43/43] Add new Q for research posters: which template? --- Posters_Authors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Posters_Authors.md b/Posters_Authors.md index 39ff614..5b139b4 100644 --- a/Posters_Authors.md +++ b/Posters_Authors.md @@ -125,6 +125,10 @@ A. No. Research posters are not eligible for any badges associated with reproduc A. Yes. Posters focusing on HPC education are within scope. This is one of the topics listed in the call for posters. There is no separate education track, so education posters will be evaluated as research posters and should be submitted using the same submission form as technical research posters. Archiving/Publishing +**Q. Which ACM template should I use? There are two at the link you provided.** + +A. Please use the ACM Conference Proceedings "Master" Template for Research Posters abstracts. + ### Reproducibility for Research Posters **Q. Is an artifact description appendix required in order to make a submission to SC Posters?**