-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from PatrickNiyogitare28/research-papers
Research papers
- Loading branch information
Showing
9 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
import React from 'react'; | ||
import Layout from '../../components/Layout'; | ||
|
||
const Publications: React.FC = () => { | ||
return ( | ||
<Layout | ||
customMeta={{ | ||
title: 'Publications - Patrick Niyogitare', | ||
}} | ||
> | ||
<div className="min-h-[70vh]"> | ||
<div className="mt-14"> | ||
<div> | ||
<a | ||
href="https://res.cloudinary.com/dccwzpgnz/image/upload/v1674516713/publications/Niyogitare_Final_draft_of_research_paper_about_privacy_violation_Dec_2022.docx_tr7fiu.pdf" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
How computer optimization has contributed to human privacy | ||
violence. | ||
</a> | ||
<label className="block text-sm">December 2022</label> | ||
</div> | ||
</div> | ||
<div className="mt-8"> | ||
<div> | ||
<a | ||
href="https://res.cloudinary.com/dccwzpgnz/image/upload/v1674516715/publications/Patrick_Niyogitare_Research_paper_kt8evx.pdf" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
The Evolving Role of Social Media in the African Culture Promotion | ||
and Preservation | ||
</a> | ||
<label className="block text-sm">November 2022</label> | ||
</div> | ||
</div> | ||
</div> | ||
</Layout> | ||
); | ||
}; | ||
|
||
export default Publications; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
e8aa838
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
codeark-com – ./
www.patrickniyo.com
codeark-com-patrickniyogitare28.vercel.app
codeark-com-git-master-patrickniyogitare28.vercel.app
codeark-com.vercel.app
patrickniyo.com