Skip to content

Commit

Permalink
Adding link to citation assistance.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Nov 6, 2024
1 parent 5d172d7 commit 38668e1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/modules/lists/components/CitationAction/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './styles.css';
import { Anchor, Tab, TabPanel, Tabs } from '../../../reusable';
import React, { useEffect, useState } from 'react';
import { Tab, TabPanel, Tabs } from '../../../reusable';
import { cite } from '../../../citations';
import PropTypes from 'prop-types';

Expand Down Expand Up @@ -119,7 +119,18 @@ const CitationAction = ({ datastore, list, record, setActive, setAlert, viewType
className='font-small citation-disclaimer'
id={`${citationOption.id}-disclaimer`}
>
These citations are generated from a variety of data sources. Remember to check citation format and content for accuracy before including them in your work.
These citations are generated from a variety of data sources.
Remember to check citation format and content for accuracy before including them in your work.
View the
{' '}
<Anchor
to='https://lib.umich.edu/research-and-scholarship/help-research/citation-management'
target='_blank'
rel='noopener noreferrer'
>
Citation Management guide on U-M Library Website (opens in new tab)
</Anchor>
.
</p>
<button
onClick={() => {
Expand Down

0 comments on commit 38668e1

Please sign in to comment.