Skip to content

Commit

Permalink
Merge pull request #730 from JiscSD/OC-962
Browse files Browse the repository at this point in the history
OC-962: Minor copy & link updates
  • Loading branch information
finlay-jisc authored Nov 28, 2024
2 parents 4b2f94c + 79d1550 commit aea4f8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ui/src/pages/author-guide.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import { NextPage } from 'next';
import Head from 'next/head';
import * as Framer from 'framer-motion';

import * as Components from '@/components';
import * as Layouts from '@/layouts';
Expand All @@ -20,7 +19,7 @@ const authorGuideSections: AuthorGuideSection[] = [
content: (
<>
<p className="mb-2">
Octopus publications are different to traditional journal articles or papers. There are eight
Octopus publications are different from traditional journal articles or papers. There are eight
smaller publication types aligned with the research process. A little like a &apos;patent
office&apos;, you can register all your work, including theories, data, and analyses. However, when
you start the publication process you’ll need to approach it as though you’re submitting to a
Expand Down
12 changes: 10 additions & 2 deletions ui/src/pages/get-involved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,27 @@ const GetInvolved: NextPage = (): React.ReactElement => (
<>
For regular updates you can join our{' '}
<Components.Link
href="https://www.jiscmail.ac.uk/cgi-bin/wa-jisc.exe?A0=OCTOPUSCOMMUNITY"
href="https://www.jisc.ac.uk/forms/sign-up-for-octopusac-news-and-updates"
openNew={true}
className="rounded text-teal-600 outline-0 transition-colors duration-500 focus:ring-2 focus:ring-yellow-400 dark:text-teal-300"
>
mailing list
</Components.Link>
, or follow us on{' '}
<Components.Link
href="https://twitter.com/science_octopus"
href="https://twitter.com/octopus_ac"
openNew={true}
className="rounded text-teal-600 outline-0 transition-colors duration-500 focus:ring-2 focus:ring-yellow-400 dark:text-teal-300"
>
Twitter
</Components.Link>{' '}
or{' '}
<Components.Link
href="https://bsky.app/profile/octopus-ac.bsky.social"
openNew={true}
className="rounded text-teal-600 outline-0 transition-colors duration-500 focus:ring-2 focus:ring-yellow-400 dark:text-teal-300"
>
Bluesky
</Components.Link>
.
</>
Expand Down

0 comments on commit aea4f8c

Please sign in to comment.