-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 17ed80e
Showing
76 changed files
with
2,291 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,117 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge" /> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0, viewport-fit=cover" | ||
/> | ||
|
||
<style> | ||
:root { | ||
--accent-color: #05a081; | ||
--accent-color-light: #82d0c0; | ||
} | ||
</style> | ||
|
||
<meta name="theme-color" content="#05a081" /> | ||
|
||
<link rel="icon" href="https://threat-defuser.org/processed_images/3c1dc4e42ee805a400.png" /> | ||
|
||
<meta property="og:type" content="website" /> | ||
|
||
|
||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:image" content="https://threat-defuser.org/profile.png" /> | ||
|
||
|
||
|
||
<meta name="description" content="Hybrid warfare and a plan to safeguard societies" /> | ||
<meta name="twitter:description" content="Hybrid warfare and a plan to safeguard societies" /> | ||
|
||
|
||
|
||
<meta name="twitter:title" content="THREAT-DEFUSER" /> | ||
|
||
|
||
<title> | ||
|
||
|
||
THREAT-DEFUSER | ||
|
||
|
||
</title> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css" integrity="sha256-UXesixbeLkB/UYxVTzuj/gg3+LMzgwAmg3zD+C4ZASQ=" crossorigin="anonymous"> | ||
<link href="https://unpkg.com/blueprint-css@3.1.1/dist/blueprint.min.css" rel="stylesheet" /> | ||
<link href="https://threat-defuser.org/main.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<header> | ||
<div bp="grid"> | ||
<div bp="12@sm 2@md 2@lg"> | ||
<a class="profile-icon" href="/"> | ||
|
||
<img src="https://threat-defuser.org/processed_images/be2bb3312e65583100.png" alt="profile picture"> | ||
</a> | ||
</div> | ||
<div bp="12@sm 10@md 10@lg"> | ||
<p> | ||
THREAT-DEFUSER | ||
<br> | ||
Hybrid warfare and a plan to safeguard societies | ||
</p> | ||
<nav> | ||
<div class="topnav" id="mytopnav"> | ||
|
||
<a href="/">About</a> | ||
|
||
<a href="/work-packages/">Work packages</a> | ||
|
||
<a href="/results/">Results</a> | ||
|
||
<a href="/team/">Team</a> | ||
|
||
<a href="/events/">Events</a> | ||
|
||
<a href="/resources/">Resources</a> | ||
|
||
<a href="https://github.com/threat-defuser">GitHub</a> | ||
|
||
<a href="javascript:void(0);" class="icon" onclick="toggle_hamburger()"> | ||
<i class="fa fa-bars"></i> | ||
</a> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<main> | ||
|
||
<h1>404, page not found</h1> | ||
|
||
<p> | ||
This is not the page you are looking for ... return back to the | ||
<a href="/">index page</a>? | ||
</p> | ||
|
||
|
||
<hr class="footer-rule" /> | ||
|
||
|
||
<div class="footer-about"> | ||
<p>Contact: <a href="http://ansatte.uit.no/laura.janda/">Laura Janda</a>. | ||
This site is hosted on <a href="https://github.com/threat-defuser/threat-defuser.org">GitHub</a>. | ||
<a href="https://github.com/threat-defuser/threat-defuser.org/blob/main/README.md">Here</a> are instructions | ||
on how to apply/suggest changes.</p> | ||
|
||
</div> | ||
|
||
|
||
<script src="/js/own.js"></script> | ||
</main> | ||
</body> | ||
</html> |
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 @@ | ||
threat-defuser.org |
Binary file added
BIN
+1.73 MB
Frå Prigozjin til Pugatsjov kupp og oppstand i Russland før og no - fulltekst.pdf
Binary file not shown.
Binary file not shown.
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 @@ | ||
<html> | ||
<head> | ||
<title>Zola</title> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>Welcome to Zola!</h1> | ||
<p> | ||
You're seeing this page because we couldn't find a template to render. | ||
</p> | ||
<p> | ||
To modify this page, create a <b>section.html</b> file in the templates directory or | ||
<a href="https://www.getzola.org/documentation/themes/installing-and-using-themes/" target="_blank">install a theme</a>. | ||
<br> | ||
You can find what variables are available in this template in the <a href="https://www.getzola.org/documentation/templates/pages-sections/#section-variables" target="_blank">documentation</a>. | ||
</p> | ||
</div> | ||
<footer> | ||
<a href="https://www.getzola.org/documentation/getting-started/cli-usage/" target="_blank">Get started with Zola</a> | ||
</footer> | ||
<style> | ||
html { | ||
line-height: 1.5; | ||
} | ||
h1 { | ||
margin-bottom: 2rem; | ||
} | ||
.container { | ||
font-family: "sans-serif"; | ||
text-align: center; | ||
margin-top: 20vh; | ||
padding: 2rem; | ||
background: #e9e9e9; | ||
} | ||
footer { | ||
position: fixed; | ||
width: 100%; | ||
bottom: 1rem; | ||
text-align: center; | ||
} | ||
</style> | ||
</body> | ||
</html> |
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,145 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge" /> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0, viewport-fit=cover" | ||
/> | ||
|
||
<style> | ||
:root { | ||
--accent-color: #05a081; | ||
--accent-color-light: #82d0c0; | ||
} | ||
</style> | ||
|
||
<meta name="theme-color" content="#05a081" /> | ||
|
||
<link rel="icon" href="https://threat-defuser.org/processed_images/3c1dc4e42ee805a400.png" /> | ||
|
||
<meta property="og:type" content="website" /> | ||
|
||
|
||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:image" content="https://threat-defuser.org/profile.png" /> | ||
|
||
|
||
|
||
<meta name="description" content="Hybrid warfare and a plan to safeguard societies" /> | ||
<meta name="twitter:description" content="Hybrid warfare and a plan to safeguard societies" /> | ||
|
||
|
||
|
||
<meta name="twitter:title" content="THREAT-DEFUSER" /> | ||
|
||
|
||
<title> | ||
|
||
|
||
THREAT-DEFUSER | ||
|
||
|
||
</title> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css" integrity="sha256-UXesixbeLkB/UYxVTzuj/gg3+LMzgwAmg3zD+C4ZASQ=" crossorigin="anonymous"> | ||
<link href="https://unpkg.com/blueprint-css@3.1.1/dist/blueprint.min.css" rel="stylesheet" /> | ||
<link href="https://threat-defuser.org/main.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<header> | ||
<div bp="grid"> | ||
<div bp="12@sm 2@md 2@lg"> | ||
<a class="profile-icon" href="/"> | ||
|
||
<img src="https://threat-defuser.org/processed_images/be2bb3312e65583100.png" alt="profile picture"> | ||
</a> | ||
</div> | ||
<div bp="12@sm 10@md 10@lg"> | ||
<p> | ||
THREAT-DEFUSER | ||
<br> | ||
Hybrid warfare and a plan to safeguard societies | ||
</p> | ||
<nav> | ||
<div class="topnav" id="mytopnav"> | ||
|
||
<a href="/">About</a> | ||
|
||
<a href="/work-packages/">Work packages</a> | ||
|
||
<a href="/results/">Results</a> | ||
|
||
<a href="/team/">Team</a> | ||
|
||
<a href="/events/">Events</a> | ||
|
||
<a href="/resources/">Resources</a> | ||
|
||
<a href="https://github.com/threat-defuser">GitHub</a> | ||
|
||
<a href="javascript:void(0);" class="icon" onclick="toggle_hamburger()"> | ||
<i class="fa fa-bars"></i> | ||
</a> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<main> | ||
|
||
|
||
<h2 id="october-27-2021-identity-threat-and-cyber-security-czech-language-and-identity-in-the-globalizing-world-by-vaclav-cvrcek-lida-cope-and-masako-fidler-video-recording">October 27, 2021 <a href="https://watson.brown.edu/events/2021/identity-threat-and-cyber-security-czech-language-and-identity-globalizing-world">Identity Threat and Cyber Security: Czech Language and Identity in the Globalizing World</a>, by Václav Cvrček, Lida Cope, and Masako Fidler. <a href="https://www.youtube.com/watch?v=jnRE3I-CSzQ">video recording</a>.</h2> | ||
<h2 id="november-11-2020-at-8am-oslo-time-gmt-1">November 11, 2020 at 8am Oslo time (GMT+1)</h2> | ||
<h2 id="webinar-om-desinformasjon-hvordan-styrke-var-evne-til-a-oppdage-varsle-og-motvirke"><a href="https://www.prosjektutsyn.no/webinar-om-desinformasjon/">Webinar om desinformasjon: Hvordan styrke vår evne til å oppdage, varsle og motvirke?</a></h2> | ||
<p>This webinar, which was jointly hosted by Threat-Defuser and UTSYN, has been recorded and can be viewed <a href="https://www.youtube.com/watch?v=_R-4_oqVavA">here</a>.</p> | ||
<h2 id="august-24-25-2020">August 24-25, 2020</h2> | ||
<h2 id="kick-off-meeting-with">Kick-off meeting with:</h2> | ||
<ul> | ||
<li>Daniel Braun, Deputy Head of Cabinet of | ||
<a href="https://ec.europa.eu/commission/commissioners/2019-2024/jourova/team_en">Věra Jourová, Vice President of the European Commission for Values and Transparency</a></li> | ||
<li>Marte Aasen, Project Coordinator at | ||
<a href="https://www.prosjektutsyn.no/">UTSYN Forum for utenriks og sikkerhet</a></li> | ||
<li><a href="https://forsvaret.no/hogskolene/forsvarets-hogskole/ansatte/ansatte/Heier%20Tormod">Tormod Heier</a>, | ||
Lieutenant-colonel and Researcher at Forsvarets høgskole | ||
(Military College) and author of <i>Et farligere Norge?</i></li> | ||
<li><a href="https://www.oii.ox.ac.uk/people/philip-howard/">Philip N. Howard</a>, | ||
Professor of Internet Studies and Director of the Oxford Internet Institute at the University of Oxford and author of | ||
<i>Lie Machines: How to Save Democracy from Troll Armies, Deceitful Robots, Junk News Operations, and Political Operatives</i></li> | ||
<li><a href="https://www.hf.uio.no/ilos/personer/vit/susanas/">Silje Susanne Alvestad</a>, | ||
Postdoc at UiO and PI on NFR-funded project <i>Fakespeak: The language of fake news</i> | ||
and Barbara Renzi, Lecturer at Istituto Italiano di Cultura in Cologne and at | ||
Cologne Technical University and PI on MSCA proposal | ||
<i>ConVirus – The Conspiracy Virus: How metaphor cons us into false beliefs about COVID-19</i></li> | ||
<li><a href="https://sametinget.no/finn-ansatt/?personid=44&zx=w">Silje Karine Muotka</a>, | ||
Councillor of the Norwegian Sámi Parliament and member of the | ||
<a href="https://nsr.no/">Norwegian Sámi Association</a></li> | ||
<li><a href="https://sais.jhu.edu/users/trid2">Thomas Rid</a>, | ||
Professor of Strategic Studies at Johns Hopkins University's School of Advanced International Studies and author of | ||
<i>Active measures: The secret history of disinformation and political warfare</i></li> | ||
</ul> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<hr class="footer-rule" /> | ||
|
||
|
||
<div class="footer-about"> | ||
<p>Contact: <a href="http://ansatte.uit.no/laura.janda/">Laura Janda</a>. | ||
This site is hosted on <a href="https://github.com/threat-defuser/threat-defuser.org">GitHub</a>. | ||
<a href="https://github.com/threat-defuser/threat-defuser.org/blob/main/README.md">Here</a> are instructions | ||
on how to apply/suggest changes.</p> | ||
|
||
</div> | ||
|
||
|
||
<script src="/js/own.js"></script> | ||
</main> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.