Skip to content

Commit f06ecb3

Browse files
authored
Adding copyright notice on publication page
1 parent 532db80 commit f06ecb3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/pages/publications.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@ const PublicationPage = ({
2828
not have access to any publication, please email.
2929
</div>
3030
<div className="primary-content">{Publication}</div>
31+
<hr />
32+
<div className="primary-content">
33+
Copyright notice. The documents listed here are available for downloading and have been
34+
provided as a means to ensure timely dissemination of scholarly and
35+
technical work on a noncommercial basis. Copyright and all rights therein
36+
are maintained by the authors or by other copyright holders, notwithstanding
37+
that they have offered their works here electronically. It is understood that
38+
all persons copying this information will adhere to the terms and constraints
39+
invoked by each author’s copyright. These works may not be re-posted without
40+
the explicit permission of the copyright holder.
41+
</div>
3142
</Layout>
3243
);
3344
};

0 commit comments

Comments
 (0)