This commit is contained in:
Remi Rampin 2020-05-05 00:06:23 -04:00
parent b8e60c2ccb
commit c6fd455b72
4 changed files with 17 additions and 17 deletions

View File

@ -12,11 +12,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<body> <body>
<div style="width:100;"> <div>
<form action="https://formspree.io/lissarchive@gmail.com" method="POST"> <form action="https://formspree.io/lissarchive@gmail.com" method="POST">
<div class="form-group"> <div class="form-group">
<label for="name">Name:</label> <label for="name">Name:</label>
<input type="name" class="form-control" id="name" placeholder="Name"> <input type="text" class="form-control" id="name" placeholder="Name">
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="email">Email:</label> <label for="email">Email:</label>
@ -24,7 +24,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="name">Message:</label> <label for="name">Message:</label>
<textarea type="message" class="form-control" id="message" placeholder="Message" rows="5"></textarea> <textarea class="form-control" id="message" placeholder="Message" rows="5"></textarea>
</div> </div>
<button type="reset" class="btn btn-default">Cancel</button> <button type="reset" class="btn btn-default">Cancel</button>
<button type="submit" class="btn btn-primary">Submit</button> <button type="submit" class="btn btn-primary">Submit</button>

View File

@ -65,23 +65,23 @@
<h3 class="card-title">How do I upload materials?</h3> <h3 class="card-title">How do I upload materials?</h3>
<p class="card-text">It only takes 5 minutes to submit a work to LISSA! <!-- We have a video () to show the process from start-to-finish.--> Here are the basic instructions to follow:</p> <p class="card-text">It only takes 5 minutes to submit a work to LISSA! <!-- We have a video () to show the process from start-to-finish.--> Here are the basic instructions to follow:</p>
<ol class="card-text"> <ol class="card-text">
<li>Go to <a href="https://osf.io/preprints/lissa/submit">osf.io/preprints/lissa/submit</a></li> <li>Go to <a href="https://osf.io/preprints/lissa/submit">osf.io/preprints/lissa/submit</a>
<ol> <ol>
<li>If you are uploading work that isnt already on the OSF, click "Upload new"</li> <li>If you are uploading work that isnt already on the OSF, click "Upload new"</li>
<li>If you already have work on the OSF you to submit to LISSA, click "Connect to existing OSF project"</li> <li>If you already have work on the OSF you to submit to LISSA, click "Connect to existing OSF project"
<ol> <ol>
<li>You will select the project you want to associate</li> <li>You will select the project you want to associate</li>
<li></li>Either upload a new file or pick a file from the existing project. <li></li>Either upload a new file or pick a file from the existing project.
</ol> </ol></li>
</ol> </ol></li>
<li>Pick your subject headings from the menu.</li> <li>Pick your subject headings from the menu.</li>
<li>Pick a license from the drop-down list (see choices below).</li> <li>Pick a license from the drop-down list (see choices below).</li>
<li>Optionally, add:</li> <li>Optionally, add:
<ol> <ol>
<li>DOI from journal (if it relates to a published article)</li> <li>DOI from journal (if it relates to a published article)</li>
<li>Keywords</li> <li>Keywords</li>
<li>An abstract</li> <li>An abstract</li>
</ol> </ol></li>
<li>Add your co-authors. If they dont have an OSF account, their names will be listed without links.</li> <li>Add your co-authors. If they dont have an OSF account, their names will be listed without links.</li>
<li>Submit!</li> <li>Submit!</li>
</ol> </ol>
@ -97,14 +97,14 @@
<p class="card-text">On LISSA, your license options are:</p> <p class="card-text">On LISSA, your license options are:</p>
<ul class="card-text"> <ul class="card-text">
<li>No license -- you will be prompted to enter a copyright year and copyright holders</li> <li>No license -- you will be prompted to enter a copyright year and copyright holders</li>
<li>Content licenses:</li> <li>Content licenses:
<ul> <ul>
<li><a href="https://creativecommons.org/publicdomain/zero/1.0/deed.en">CC-0 1.0 Universal (public domain waiver)</a></li> <li><a href="https://creativecommons.org/publicdomain/zero/1.0/deed.en">CC-0 1.0 Universal (public domain waiver)</a></li>
<li><a href="https://creativecommons.org/licenses/by/4.0/">CC-BY Attribution 4.0 International</a></li> <li><a href="https://creativecommons.org/licenses/by/4.0/">CC-BY Attribution 4.0 International</a></li>
<li><a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY Attribution-ShareAlike 4.0 International</a></li> <li><a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY Attribution-ShareAlike 4.0 International</a></li>
<li><a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC-BY Attribution-NonCommercial-NoDerivatives 4.0 International</a></li> <li><a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC-BY Attribution-NonCommercial-NoDerivatives 4.0 International</a></li>
</ul> </ul></li>
<li>Open source code licenses:</li> <li>Open source code licenses:
<ul> <ul>
<li><a href="https://en.wikipedia.org/wiki/Academic_Free_License">Academic Free License</a></li> <li><a href="https://en.wikipedia.org/wiki/Academic_Free_License">Academic Free License</a></li>
<li><a href="https://en.wikipedia.org/wiki/Artistic_License">Artistic License 2.0</a></li> <li><a href="https://en.wikipedia.org/wiki/Artistic_License">Artistic License 2.0</a></li>
@ -118,7 +118,7 @@
<li><a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPL 3.0</a></li> <li><a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPL 3.0</a></li>
<li><a href="https://en.wikipedia.org/wiki/Apache_License">Apache License 2.0</a></li> <li><a href="https://en.wikipedia.org/wiki/Apache_License">Apache License 2.0</a></li>
<li><a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">Mozilla Public License</a></li> <li><a href="https://en.wikipedia.org/wiki/Mozilla_Public_License">Mozilla Public License</a></li>
</ul> </ul></li>
</ul> </ul>
<p class="card-text">In addition to the license attached to your work, the metadata that describes your work will be made available by COS under a CC-O license.</p> <p class="card-text">In addition to the license attached to your work, the metadata that describes your work will be made available by COS under a CC-O license.</p>

View File

@ -48,8 +48,8 @@
<p>A primary goal of LISSA is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, our online content community is governed by the following:</p> <p>A primary goal of LISSA is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, our online content community is governed by the following:</p>
<ul> <ul>
<li>We reserve the right to remove any content that could reasonably be construed as offensive or harassing to people or groups, particularly based on age, body size, disability, ethnicity, gender identity and expression, language, level of experience, nationality, personal appearance, race, religion, socioeconomic status, or sexual identity and orientation.</li> <li>We reserve the right to remove any content that could reasonably be construed as offensive or harassing to people or groups, particularly based on age, body size, disability, ethnicity, gender identity and expression, language, level of experience, nationality, personal appearance, race, religion, socioeconomic status, or sexual identity and orientation.</li>
<li>Submissions will be reviewed periodically to check for conformation with these guidelines. Submissions that do not meet these guidelines will be removed, and the authors notified. </li> <li>Submissions will be reviewed periodically to check for conformation with these guidelines. Submissions that do not meet these guidelines will be removed, and the authors notified.
<ul><li>If you wish to appeal any decisions regarding these guidelines, you should notify the LISSA board at <a href="mailto:lissarchive@gmail.com">lissarchive@gmail.com</a> with a concise description of your grievance.</li></ul> <ul><li>If you wish to appeal any decisions regarding these guidelines, you should notify the LISSA board at <a href="mailto:lissarchive@gmail.com">lissarchive@gmail.com</a> with a concise description of your grievance.</li></ul></li>
</ul> </ul>
<h3>Attribution</h3> <h3>Attribution</h3>

View File

@ -33,14 +33,14 @@
<li><a href="https://osf.io/preprints/lissa/gw9pm/">Coping with impostor feelings: evidence-based recommendations from a mixed methods study</a></li> <li><a href="https://osf.io/preprints/lissa/gw9pm/">Coping with impostor feelings: evidence-based recommendations from a mixed methods study</a></li>
<li><a href="https://osf.io/preprints/lissa/xsbd4/">Atenção online de artigos do periódico Ciência e Agrotecnologia</a></li> <li><a href="https://osf.io/preprints/lissa/xsbd4/">Atenção online de artigos do periódico Ciência e Agrotecnologia</a></li>
<li><a href="https://osf.io/5yzc4/">Practicing Care: Constructing Social Responsibility Through Feminist Care Ethics</a></li> <li><a href="https://osf.io/5yzc4/">Practicing Care: Constructing Social Responsibility Through Feminist Care Ethics</a></li>
<ul> </ul>
</div> </div>
<p class="card-text text-muted card-footer"><a href="https://osf.io/preprints/lissa/discover">See everything on LISSA <i class="fas fa-angle-double-right"></i></a></p> <p class="card-text text-muted card-footer"><a href="https://osf.io/preprints/lissa/discover">See everything on LISSA <i class="fas fa-angle-double-right"></i></a></p>
</div> </div>
<div class="card mb-3 bg-light"> <div class="card mb-3 bg-light">
<h4 class="card-header">@LISSArchive <i class="fab fa-twitter"></i></h4> <h4 class="card-header">@LISSArchive <i class="fab fa-twitter"></i></h4>
<div class="card-body"> <div class="card-body">
<p lang="en" dir="ltr">I was just recommending <a href="https://twitter.com/LISSArchive?ref_src=twsrc%5Etfw">@LISSArchive</a> to a librarian colleague as a preprint outlet for our field, and I mentioned I hadn&#39;t tried it myself, and then I thought, wait why not? So now I&#39;ve tried it. <a href="https://t.co/2fzTMKo5Fv">https://t.co/2fzTMKo5Fv</a></p>&mdash; AJ Boston | <a href="https://twitter.com/AJ_Boston/status/1172235961008152576?ref_src=twsrc%5Etfw">September 12, 2019</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <p lang="en" dir="ltr">I was just recommending <a href="https://twitter.com/LISSArchive?ref_src=twsrc%5Etfw">@LISSArchive</a> to a librarian colleague as a preprint outlet for our field, and I mentioned I hadn&#39;t tried it myself, and then I thought, wait why not? So now I&#39;ve tried it. <a href="https://t.co/2fzTMKo5Fv">https://t.co/2fzTMKo5Fv</a></p>&mdash; AJ Boston | <a href="https://twitter.com/AJ_Boston/status/1172235961008152576?ref_src=twsrc%5Etfw">September 12, 2019</a><script async src="https://platform.twitter.com/widgets.js"></script>
</div> </div>
<p class="card-text text-muted card-footer"><a href="https://twitter.com/search?q=%23IASGE&src=recent_search_click&f=live">See all @LISSArchive tweets <i class="fas fa-angle-double-right"></i></a></p> <p class="card-text text-muted card-footer"><a href="https://twitter.com/search?q=%23IASGE&src=recent_search_click&f=live">See all @LISSArchive tweets <i class="fas fa-angle-double-right"></i></a></p>
</div> </div>