Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/app/info/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ <h2>Contact</h2>

<p>
<strong>For all other questions, please contact:</strong> <br />
Center for Scholarly Publishing<br />
Open Publishing Exchange<br />
Hale Library 113<br />
<a href="mailto:cads@k-state.edu">cads@k-state.edu</a>
<a href="mailto:ope@k-state.edu">ope@k-state.edu</a>
</p>

<h2>Why open access?</h2>
Expand All @@ -68,7 +68,7 @@ <h2>Copyright</h2>
<p>
Users submitting items to K-REx agree to the <a routerLink="/info/license">Standard K-REx Non-Exclusive Distribution License</a>.
When an article is accepted for publication in a journal, many publishers require authors to sign an agreement transferring or
licensing copyright to the publisher. The Center for Scholarly Publishing staff and faculty work closely with publishers and
licensing copyright to the publisher. The Open Publishing Exchange staff and faculty work closely with publishers and
faculty authors to ensure compliance with these agreements. The original publisher of an item should be contacted if
there are any questions or concerns about the item's copyright status.
</p>
Expand All @@ -89,6 +89,6 @@ <h2>Copyright</h2>

<p>
If you need further copyright assistance or believe that your copyrighted material has been
deposited into K-REx without consent, please contact us immediately at <a href="mailto:cads@k-state.edu">cads@k-state.edu</a>.
deposited into K-REx without consent, please contact us immediately at <a href="mailto:ope@k-state.edu">ope@k-state.edu</a>.
</p>
</div>
14 changes: 7 additions & 7 deletions src/app/info/policies/policies.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3>Sponsoring student submissions</h3>
Sponsorship by a current K-State faculty member is required for any student work being considered for
inclusion in the institutional repository (IR) if a current K-State faculty or a staff member is not listed as
a co-creator/author. The act of sponsoring, as it pertains to this policy, shall be defined as a message,
submitted via email to the Center for Scholarly Publishing (<a href="mailto:cads@k-state.edu">cads@k-state.edu</a>),
submitted via email to the Open Publishing Exchange (<a href="mailto:ope@k-state.edu">ope@k-state.edu</a>),
that the work under consideration for inclusion in K-REx is credible and considered to be of sufficient
academic quality to be deserving of representing K-State.
</p>
Expand All @@ -29,10 +29,10 @@ <h3>Student RSCAD works from conferences and capstone projects</h3>
<p>
K-REx is a great place to store and showcase student RSCAD work, especially works like conference posters and capstone projects.
Students interested in showcasing their work on K-REx should explore whether they meet the submission conditions listed above
and then reach out to the Center for Scholarly Publishing at <a href="mailto:cads@k-state.edu">cads@k-state.edu</a>.
and then reach out to the Open Publishing Exchange at <a href="mailto:ope@k-state.edu">ope@k-state.edu</a>.
Faculty advisors interested in adding student work to K-REx, such as an undergraduate RSCAD conference,
should also reach out to the Center for Scholarly Publishing at
<a href="mailto:cads@k-state.edu">cads@k-state.edu</a> to begin exploring options.
should also reach out to the Open Publishing Exchange at
<a href="mailto:ope@k-state.edu">ope@k-state.edu</a> to begin exploring options.
</p>

<p>Student works must be eligible to post on the open web regarding 1) FERPA and 2) copyright.</p>
Expand All @@ -41,7 +41,7 @@ <h2>Withdrawing items from K-REx</h2>
<p>
The author(s), rights holder or K-State administration may request that content be withdrawn from the IR.
All requests to remove works from the repository must be done in
writing and sent to <a href="mailto:cads@k-state.edu">cads@k-state.edu</a>.
writing and sent to <a href="mailto:ope@k-state.edu">ope@k-state.edu</a>.
</p>

<h3>Applicability</h3>
Expand Down Expand Up @@ -72,8 +72,8 @@ <h3>To request removal</h3>
<p>

<p>
Contact the Center for Scholarly Publishing for general requests to remove works
from the repository at <a href="mailto:cads@k-state.edu">cads@k-state.edu</a>.
Contact the Open Publishing Exchange for general requests to remove works
from the repository at <a href="mailto:ope@k-state.edu">ope@k-state.edu</a>.
</p>

<h3>Retention policy</h3>
Expand Down
4 changes: 2 additions & 2 deletions src/themes/krex/app/ksu-footer/ksu-footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
</div>
</div>
<div class="global-footer__address-container">
<p>Center for Scholarly Publishing</p>
<p>Open Publishing Exchange</p>
<p>K-State Libraries</p>
<p>1117 Mid-Campus Drive North, Manhattan, KS 66506</p>
<p>
<a class="global-footer__address-link" href="tel:+17855323514">785-532-3514</a>
<span class="global-footer__divider">|</span>
<a class="global-footer__address-link" href="mailto:cads@k-state.edu">cads@k-state.edu</a>
<a class="global-footer__address-link" href="mailto:ope@k-state.edu">ope@k-state.edu</a>
</p>
</div>
</div>
Expand Down
Loading