1
Fork 0

Upload files

This commit is contained in:
pirateIB 2025-06-24 05:23:45 +02:00
commit fd43a19135
74 changed files with 6636 additions and 0 deletions

663
announce/css/style.css Normal file
View file

@ -0,0 +1,663 @@
@font-face {
font-family: 'Product Sans';
src: url('../../assets/ProductSans-Regular.ttf') format('truetype');
}
* {
font-family: 'Product Sans', Arial, sans-serif;
}
@media (prefers-color-scheme: dark) {
html, body {
background-color: #181a1b;
color: white;
}
* {
color: white;
background-color: #181a1b;
}
a {
color: #3391ff;
}
}
body {
margin: 0;
font: 12px/18px /*'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif*/;
}
strong {
font-weight: 700;
}
code, kbd, pre, samp {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
pre {
display: block;
margin: 0;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border-radius: 4px;
overflow: auto;
padding: 3px;
border: 1px solid #eee;
max-height: none;
font-size: inherit;
}
.clearfix:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.pull_left {
float: left;
}
.pull_right {
float: right;
}
.page_wrap {
}
.page_wrap a {
color: #168acd;
text-decoration: none;
}
.page_wrap a:hover {
text-decoration: underline;
}
.page_header {
position: fixed;
z-index: 10;
width: 100%;
border-bottom: 1px solid #e3e6e8;
}
.page_header .content {
/*width: 480px;*/
text-align: center;
/*margin: 0 auto;*/
border-radius: 0 !important;
background-color: white;
}
.page_header a.content {
background-repeat: no-repeat;
background-position: 24px 21px;
background-size: 24px 24px;
}
.bold {
/*color: #212121;*/
font-weight: 700;
}
.details {
color: #70777b;
}
.page_header .content .text {
padding: 24px 24px 22px 24px;
font-size: 22px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.page_header a.content .text {
padding: 24px 24px 22px 82px;
}
.page_body {
padding-top: 64px;
width: auto;/*480px;
margin: 0 auto;*/
margin-top: 0;
margin-bottom: 20px;
margin-right: 20px;
margin-left: 20px;
}
.page_about {
padding: 24px 24px;
}
.with_divider {
border-top: 1px solid #e3e6e8;
}
.userpic_link {
display: block;
text-decoration: none;
}
.userpic_link:hover {
text-decoration: none;
}
.userpic {
display: block;
border-radius: 50%;
overflow: hidden;
}
.story {
display: block;
border-radius: 4px;
overflow: hidden;
}
.userpic .initials {
display: block;
color: #fff;
text-align: center;
text-transform: uppercase;
user-select: none;
}
.color_red,
.userpic1,
.media_call .fill,
.media_file .fill,
.media_live_location .fill {
background-color: #ff5555;
}
.color_green,
.userpic2,
.media_call.success .fill,
.media_photo .fill {
background-color: #64bf47;
}
.color_yellow,
.userpic3,
.media_venue .fill {
background-color: #ffab00;
}
.color_blue,
.userpic4,
.media_audio_file .fill,
.media_voice_message .fill {
background-color: #4f9cd9;
}
.color_purple,
.userpic5,
.media_game .fill {
background-color: #9884e8;
}
.color_pink,
.userpic6,
.media_invoice .fill {
background-color: #e671a5;
}
.color_sea,
.userpic7,
.media_location .fill,
.media_video .fill {
background-color: #47bcd1;
}
.color_orange,
.userpic8,
.media_contact .fill {
background-color: #ff8c44;
}
.personal_info {
padding: 24px;
}
.personal_info .userpic .initials {
font-size: 30px;
}
.personal_info .rows {
float: left;
padding-right: 24px;
}
.personal_info .names {
width: 164px;
}
.personal_info .info {
width: 124px;
}
.personal_info .bio {
width: 400px;
}
.personal_info .row {
padding-bottom: 16px;
}
a.block_link {
display: block;
text-decoration: none !important;
border-radius: 4px;
}
a.block_link:hover {
text-decoration: none !important;
background-color: #f5f7f8;
}
a.expanded {
padding: 2px 8px;
margin: -2px -8px;
}
.sections {
padding: 11px 0;
}
.section {
height: 48px;
background-position: 24px 12px;
background-repeat: no-repeat;
background-size: 24px 24px;
}
.section .counter {
float: right;
padding: 14px 24px 0;
font-size: 15px;
}
.section .label {
padding: 15px 0 0 82px;
font-size: 15px;
}
.list_page .page_about {
padding: 16px 24px 0;
font-size: 11px;
}
.list_page .entry_list {
padding: 16px 0;
}
.list_page .entry {
padding: 10px 16px;
}
.list_page .entry .userpic .initials {
font-size: 18px;
}
.list_page .entry .body {
margin-left: 66px;
}
.list_page .entry .name {
padding: 4px 0 2px;
font-size: 14px;
}
.list_page .entry .subname {
padding-top: 4px;
}
.list_page .entry .details_entry {
padding-top: 4px;
}
.list_page .entry .info {
font-size: 11px;
padding-top: 5px;
}
.history {
padding: 16px 0;
}
.message {
margin: 0 -10px;
transition: background-color 2.0s ease;
}
div.selected {
background-color: rgba(242,246,250,255);
transition: background-color 0.5s ease;
}
.service {
padding: 10px 24px;
}
.service .body {
text-align: center;
}
.service .userpic_wrap {
padding-top: 10px;
}
.service .userpic {
margin: 0 auto;
}
.service .userpic .initials {
font-size: 24px;
}
.message .userpic .initials {
font-size: 16px;
}
.default {
padding: 10px;
}
.default.joined {
margin-top: -10px;
}
.default .from_name {
/*color: #3892db;*/
font-weight: 700;
padding-bottom: 5px;
}
.default .from_name .details {
font-weight: normal;
}
.default .body {
margin-left: 60px;
}
.default .text {
word-wrap: break-word;
line-height: 150%;
unicode-bidi: plaintext;
text-align: start;
}
.default .reply_to,
.default .media_wrap {
padding-bottom: 5px;
}
.default .media {
margin: 0 -10px;
padding: 5px 10px;
}
.default .media .fill,
.default .media .thumb {
width: 48px;
height: 48px;
border-radius: 50%;
}
.default .media .fill {
background-repeat: no-repeat;
background-position: 12px 12px;
background-size: 24px 24px;
}
.default .media .title,
.default .media_poll .question {
padding-top: 4px;
font-size: 14px;
}
.default .media .description {
color: #000000;
padding-top: 4px;
font-size: 13px;
}
.default .media .status {
padding-top: 4px;
font-size: 13px;
}
.default .video_file_wrap,
.default .animated_wrap {
position: relative;
}
.default .video_file,
.default .animated,
.default .photo,
.default .sticker {
display: block;
}
.video_duration {
background: rgba(0, 0, 0, .4);
padding: 0px 5px;
position: absolute;
z-index: 2;
border-radius: 2px;
right: 3px;
bottom: 3px;
color: #ffffff;
font-size: 11px;
}
.video_play_bg {
background: rgba(0, 0, 0, .4);
width: 40px;
height: 40px;
line-height: 0;
position: absolute;
z-index: 2;
border-radius: 50%;
overflow: hidden;
margin: -20px auto 0 -20px;
top: 50%;
left: 50%;
pointer-events: none;
}
.video_play {
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
margin-left: -5px;
margin-top: -9px;
z-index: 1;
width: 0;
height: 0;
border-style: solid;
border-width: 9px 0 9px 14px;
border-color: transparent transparent transparent #fff;
}
.gif_play {
font-weight: 700;
color: #FFF;
display: block;
line-height: 40px;
font-size: 13px;
text-align: center;
}
.pagination {
text-align: center;
padding: 20px;
font-size: 16px;
}
.toast_container {
position: fixed;
left: 50%;
top: 50%;
opacity: 0;
transition: opacity 3.0s ease;
}
.toast_body {
margin: 0 -50%;
float: left;
border-radius: 15px;
padding: 10px 20px;
background: rgba(0, 0, 0, 0.7);
color: #ffffff;
}
div.toast_shown {
opacity: 1;
transition: opacity 0.4s ease;
}
.section.calls {
background-image: url(../images/section_calls.png);
}
.section.chats {
background-image: url(../images/section_chats.png);
}
.section.contacts {
background-image: url(../images/section_contacts.png);
}
.section.frequent {
background-image: url(../images/section_frequent.png);
}
.section.photos {
background-image: url(../images/section_photos.png);
}
.section.sessions {
background-image: url(../images/section_sessions.png);
}
.section.stories {
background-image: url(../images/section_stories.png);
}
.section.web {
background-image: url(../images/section_web.png);
}
.section.other {
background-image: url(../images/section_other.png)
}
.page_header a.content {
background-image: url(../images/back.png);
}
.media_call .fill {
background-image: url(../images/media_call.png)
}
.media_contact .fill {
background-image: url(../images/media_contact.png)
}
.media_file .fill {
background-image: url(../images/media_file.png)
}
.media_game .fill {
background-image: url(../images/media_game.png)
}
.media_live_location .fill,
.media_location .fill,
.media_venue .fill {
background-image: url(../images/media_location.png)
}
.media_audio_file .fill {
background-image: url(../images/media_music.png)
}
.media_invoice .fill {
background-image: url(../images/media_shop.png)
}
.media_voice_message .fill {
background-image: url(../images/media_voice.png)
}
.media_photo .fill {
background-image: url(../images/media_photo.png)
}
.media_video .fill {
background-image: url(../images/media_video.png)
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.section.calls {
background-image: url(../images/section_calls@2x.png);
}
.section.chats {
background-image: url(../images/section_chats@2x.png);
}
.section.contacts {
background-image: url(../images/section_contacts@2x.png);
}
.section.frequent {
background-image: url(../images/section_frequent@2x.png);
}
.section.photos {
background-image: url(../images/section_photos@2x.png);
}
.section.sessions {
background-image: url(../images/section_sessions@2x.png);
}
.section.stories {
background-image: url(../images/section_stories@2x.png);
}
.section.web {
background-image: url(../images/section_web@2x.png);
}
.section.other {
background-image: url(../images/section_other@2x.png);
}
.page_header a.content {
background-image: url(../images/back@2x.png);
}
.media_call .fill {
background-image: url(../images/media_call@2x.png)
}
.media_contact .fill {
background-image: url(../images/media_contact@2x.png)
}
.media_file .fill {
background-image: url(../images/media_file@2x.png)
}
.media_game .fill {
background-image: url(../images/media_game@2x.png)
}
.media_live_location .fill,
.media_location .fill,
.media_venue .fill {
background-image: url(../images/media_location@2x.png)
}
.media_audio_file .fill {
background-image: url(../images/media_music@2x.png)
}
.media_invoice .fill {
background-image: url(../images/media_shop@2x.png)
}
.media_voice_message .fill {
background-image: url(../images/media_voice@2x.png)
}
.media_photo .fill {
background-image: url(../images/media_photo@2x.png)
}
.media_video .fill {
background-image: url(../images/media_video@2x.png)
}
}
.spoiler {
background: #e8e8e8;
}
.spoiler.hidden {
background: #a9a9a9;
cursor: pointer;
border-radius: 3px;
}
.spoiler.hidden span {
opacity: 0;
user-select: none;
}
.bot_buttons_table {
border-spacing: 0px 2px;
width: 100%;
}
.bot_button {
border-radius: 8px;
text-align: center;
vertical-align: middle;
background-color: #168acd40;
}
.bot_button_row {
display: table;
table-layout: fixed;
padding: 0px;
width:100%;
}
.bot_button_row div {
display: table-cell;
}
.bot_button_column_separator {
width: 2px
}
.reactions {
margin: 5px 0;
}
.reactions .reaction {
display: inline-flex;
height: 20px;
border-radius: 15px;
background-color: #e8f5fc;
color: #168acd;
font-weight: bold;
margin-bottom: 5px;
}
.reactions .reaction.active {
background-color: #40a6e2;
color: #fff;
}
.reactions .reaction.paid {
background-color: #fdf6e1;
color: #c58523;
}
.reactions .reaction.active.paid {
background-color: #ecae0a;
color: #fdf6e1;
}
.reactions .reaction .emoji {
line-height: 20px;
margin: 0 5px;
font-size: 15px;
}
.reactions .reaction .userpic:not(:first-child) {
margin-left: -8px;
}
.reactions .reaction .userpic {
display: inline-block;
}
.reactions .reaction .userpic .initials {
font-size: 8px;
}
.reactions .reaction .count {
margin-right: 8px;
line-height: 20px;
}

BIN
announce/images/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

BIN
announce/images/back@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

2646
announce/index.html Normal file

File diff suppressed because it is too large Load diff

211
announce/js/script.js Normal file
View file

@ -0,0 +1,211 @@
"use strict";
window.AllowBackFromHistory = false;
function CheckLocation() {
var start = "#go_to_message";
var hash = location.hash;
if (hash.substr(0, start.length) == start) {
var messageId = parseInt(hash.substr(start.length));
if (messageId) {
GoToMessage(messageId);
}
} else if (hash == "#allow_back") {
window.AllowBackFromHistory = true;
}
}
function ShowToast(text) {
var container = document.createElement("div");
container.className = "toast_container";
var inner = container.appendChild(document.createElement("div"));
inner.className = "toast_body";
inner.appendChild(document.createTextNode(text));
var appended = document.body.appendChild(container);
setTimeout(function () {
AddClass(appended, "toast_shown");
setTimeout(function () {
RemoveClass(appended, "toast_shown");
setTimeout(function () {
document.body.removeChild(appended);
}, 3000);
}, 3000);
}, 0);
}
function ShowHashtag(tag) {
ShowToast("This is a hashtag '#" + tag + "' link.");
return false;
}
function ShowCashtag(tag) {
ShowToast("This is a cashtag '$" + tag + "' link.");
return false;
}
function ShowBotCommand(command) {
ShowToast("This is a bot command '/" + command + "' link.");
return false;
}
function ShowMentionName() {
ShowToast("This is a link to a user mentioned by name.");
return false;
}
function ShowNotLoadedEmoji() {
ShowToast("This custom emoji is not included, change data exporting settings to download.");
return false;
}
function ShowNotAvailableEmoji() {
ShowToast("This custom emoji is not available.");
return false;
}
function ShowTextCopied(content) {
navigator.clipboard.writeText(content);
ShowToast("Text copied to clipboard.");
return false;
}
function ShowSpoiler(target) {
if (target.classList.contains("hidden")) {
target.classList.toggle("hidden");
}
}
function AddClass(element, name) {
var current = element.className;
var expression = new RegExp('(^|\\s)' + name + '(\\s|$)', 'g');
if (expression.test(current)) {
return;
}
element.className = current + ' ' + name;
}
function RemoveClass(element, name) {
var current = element.className;
var expression = new RegExp('(^|\\s)' + name + '(\\s|$)', '');
var match = expression.exec(current);
while ((match = expression.exec(current)) != null) {
if (match[1].length > 0 && match[2].length > 0) {
current = current.substr(0, match.index + match[1].length)
+ current.substr(match.index + match[0].length);
} else {
current = current.substr(0, match.index)
+ current.substr(match.index + match[0].length);
}
}
element.className = current;
}
function EaseOutQuad(t) {
return t * t;
}
function EaseInOutQuad(t) {
return (t < 0.5) ? (2 * t * t) : ((4 - 2 * t) * t - 1);
}
function ScrollHeight() {
if ("innerHeight" in window) {
return window.innerHeight;
} else if (document.documentElement) {
return document.documentElement.clientHeight;
}
return document.body.clientHeight;
}
function ScrollTo(top, callback) {
var html = document.documentElement;
var current = html.scrollTop;
var delta = top - current;
var finish = function () {
html.scrollTop = top;
if (callback) {
callback();
}
};
if (!window.performance.now || delta == 0) {
finish();
return;
}
var transition = EaseOutQuad;
var max = 300;
if (delta < -max) {
current = top + max;
delta = -max;
} else if (delta > max) {
current = top - max;
delta = max;
} else {
transition = EaseInOutQuad;
}
var duration = 150;
var interval = 7;
var time = window.performance.now();
var animate = function () {
var now = window.performance.now();
if (now >= time + duration) {
finish();
return;
}
var dt = (now - time) / duration;
html.scrollTop = Math.round(current + delta * transition(dt));
setTimeout(animate, interval);
};
setTimeout(animate, interval);
}
function ScrollToElement(element, callback) {
var header = document.getElementsByClassName("page_header")[0];
var headerHeight = header.offsetHeight;
var html = document.documentElement;
var scrollHeight = ScrollHeight();
var available = scrollHeight - headerHeight;
var padding = 10;
var top = element.offsetTop;
var height = element.offsetHeight;
var desired = top
- Math.max((available - height) / 2, padding)
- headerHeight;
var scrollTopMax = html.offsetHeight - scrollHeight;
ScrollTo(Math.min(desired, scrollTopMax), callback);
}
function GoToMessage(messageId) {
var element = document.getElementById("message" + messageId);
if (element) {
var hash = "#go_to_message" + messageId;
if (location.hash != hash) {
location.hash = hash;
}
ScrollToElement(element, function () {
AddClass(element, "selected");
setTimeout(function () {
RemoveClass(element, "selected");
}, 1000);
});
} else {
ShowToast("This message was not exported. Maybe it was deleted.");
}
return false;
}
function GoBack(anchor) {
if (!window.AllowBackFromHistory) {
return true;
}
history.back();
if (!anchor || !anchor.getAttribute) {
return true;
}
var destination = anchor.getAttribute("href");
if (!destination) {
return true;
}
setTimeout(function () {
location.href = destination;
}, 100);
return false;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

71
assets/marx_head.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB

BIN
assets/onion.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

765
ibnotes/index.html Normal file
View file

@ -0,0 +1,765 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="../assets/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Post, the Myth, the Legend: the Biggest IB Notes Compilation ever!">
<meta name="keywords" content="ib notes, ib notes compilation, biggest, pirateib, ibo, ib, r/pirateib">
<meta name="license" content="Public Domain">
<meta name="copyright" content="Public Domain">
<meta name="robots" content="index, follow">
<title>The Biggest IB Notes Compilation Ever</title>
<style>
@font-face {
font-family: 'Product Sans';
src: url('../../assets/ProductSans-Regular.ttf') format('truetype');
}
* {
font-family: 'Product Sans', Arial, sans-serif;
}
h3 {
font-size: 32px !important;
}
h4 {
font-size: 20px !important;
}
@media (prefers-color-scheme: dark) {
html, body {
background-color: #181a1b;
color: white;
}
* {
color: white;
}
a {
color: #3391ff;
}
}
</style>
</head>
<body>
<p style="font-size:25px; text-align:center"><a style="color:grey" href="../">< Return to main page</a></p>
<hr>
<p><b>For more subject-specific exemplars and tips from students, visit the <a
target="_blank" href="https://discord.gg/ibo">IBO Discord server</a> and the <a
target="_blank" href="https://sites.google.com/view/revisionsessions/">revision session site</a>.
</b>
<br><br>
<em>Note: Links without a title are meant to be general notes about the subject.</em>
<br>
<h4>Interested in contributing? Email us your notes! <a style="color:grey" target="_blank" href="mailto:pirateib.qfz17@aleeas.com">pirateib.qfz17@aleeas.com</a></h4>
</p>
<hr>
<h2>Looking for MYP Notes? Check <a target="_blank" href="../mypnotes/">here</a>.</h2>
<h1>General</h1>
<ul>
<li><a target="_blank" href="https://repo.pirateib.xyz/index.php?p=IB+TEACHER+SUPPORT+MATERIAL">OFFICIAL IA EXEMPLARS &amp; TEACHER
SUPPORT MATERIALS</a>
<li><a target="_blank" href="https://ibpublishing.ibo.org/extendedessay/apps/dpapp/assessment.html?doc=d_0_eeyyy_gui_1602_1_e&amp;part=1&amp;chapter=1">Official
IBO Extended Essay Assessed student work</a>
<li>Study Guides: <a target="_blank" href="https://ib-academy.nl/free-resources">https://ib-academy.nl/free-resources</a>
<li><a target="_blank" href="https://znotes.org/ib/diploma-programme/">https://znotes.org/ib/diploma-programme/</a>
<li><a target="_blank" href="https://www.blitznotes.org/ib/">https://www.blitznotes.org/ib/</a>
<li><a target="_blank" href="https://ibdone1.wordpress.com/">https://ibdone1.wordpress.com/</a>
<li><a target="_blank" href="https://ibrevision.wordpress.com/">https://ibrevision.wordpress.com/</a>
<li><a target="_blank" href="https://sites.google.com/view/https-ib-resources/home">https://sites.google.com/view/https-ib-resources/home</a>
<li><a target="_blank" href="https://www.classlancer.com/ibresources">https://www.classlancer.com/ibresources</a>
</ul>
<h1>IB YouTube channels &amp; useful websites</h1>
<ul>
<li><a target="_blank" href="https://cryptpad.fr/pad/#/2/pad/view/eX--pDy1KTgN5JvFNnDHS-ircS4ii+L2Pu4rWdNEQwE/embed/">https://cryptpad.fr/pad/#/2/pad/view/eX--pDy1KTgN5JvFNnDHS-ircS4ii+L2Pu4rWdNEQwE/embed/</a></li>
</ul>
<h1>English A Language &amp; Literature</h1>
<ul>
<li><strong>Discord resources (INCLUDES 4 Ind. Oral samples):</strong> <a target="_blank" href="https://drive.google.com/drive/folders/14keU98huBfbDULuh_uSmJMSb0DrsY1Er">https://drive.google.com/drive/folders/14keU98huBfbDULuh_uSmJMSb0DrsY1Er</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1SGTBQSHOoQ9yWVd__tRnMk-_vEYDZnZF">https://drive.google.com/drive/folders/1SGTBQSHOoQ9yWVd__tRnMk-_vEYDZnZF</a>
<li><a target="_blank" href="https://ibyourwayout.wordpress.com/english-a-language-literature-sl/">https://ibyourwayout.wordpress.com/english-a-language-literature-sl/</a>
<li><a target="_blank" href="https://webersown.weebly.com/uploads/8/9/8/6/8986793/ib-langlit-cheat-sheet_paper_1.pdf">https://webersown.weebly.com/uploads/8/9/8/6/8986793/ib-langlit-cheat-sheet_paper_1.pdf</a>
<li><a target="_blank" href="https://www.youtube.com/watch?v=aQhMgKGEVg0">https://www.youtube.com/watch?v=aQhMgKGEVg0</a>
<li><a target="_blank" href="https://hernandeziblangandlit.weebly.com/paper-1-resources.html">https://hernandeziblangandlit.weebly.com/paper-1-resources.html</a>
<li><a target="_blank" href="https://litlearn.com/ib-english-paper-1-explained/">https://litlearn.com/ib-english-paper-1-explained/</a>
<li><a target="_blank" href="https://studynova.com/a/ib-english/ib-english-paper-1/">https://studynova.com/a/ib-english/ib-english-paper-1/</a>
<li><a target="_blank" href="https://www.quora.com/What-can-I-do-to-get-a-level-7-in-IB-English-Language-and-Literature">https://www.quora.com/What-can-I-do-to-get-a-level-7-in-IB-English-Language-and-Literature</a>
<li><a target="_blank" href="https://www.reddit.com/r/IBO/comments/8pqa4h/is_it_wrong_to_try_to_take_on_the_bilingual/">https://www.reddit.com/r/IBO/comments/8pqa4h/is_it_wrong_to_try_to_take_on_the_bilingual/</a>
<li><a target="_blank" href="https://ibmadeasy.wixsite.com/ibmadeasy/english-lang-and-lit">https://ibmadeasy.wixsite.com/ibmadeasy/english-lang-and-lit</a>
<li>Text analysis resources:
<ul>
<li>Structural features: <a target="_blank" href="https://burycollege.ac.uk/media/3005/gcse-english-structural-features.pdf">https://burycollege.ac.uk/media/3005/gcse-english-structural-features.pdf</a>
<li>Literary terms:
<ul>
<li><a target="_blank" href="https://teacherspondering.files.wordpress.com/2014/07/glossary-of-literary-terms.pdf">https://teacherspondering.files.wordpress.com/2014/07/glossary-of-literary-terms.pdf</a>
<li><a target="_blank" href="https://liberalarts.oregonstate.edu/wlf/oregon-state-guide-english-literary-terms">https://liberalarts.oregonstate.edu/wlf/oregon-state-guide-english-literary-terms</a>
<li><a target="_blank" href="https://www.okanagan.bc.ca/sites/default/files/2020-03/literary_terms.pdf">https://www.okanagan.bc.ca/sites/default/files/2020-03/literary_terms.pdf</a>
</ul>
<li>Comic elements: <a target="_blank" href="https://www.cartoonstudies.org/wp-content/uploads/2014/06/terminology.pdf">https://www.cartoonstudies.org/wp-content/uploads/2014/06/terminology.pdf</a>
<li>Art elements: <a target="_blank" href="https://www.getty.edu/education/teachers/building_lessons/elements_art.pdf">https://www.getty.edu/education/teachers/building_lessons/elements_art.pdf</a>
<li>Design elements: <a target="_blank" href="https://www.getty.edu/education/teachers/classroom_resources/curricula/landscapes/downloads/worksheet03.pdf">https://www.getty.edu/education/teachers/classroom_resources/curricula/landscapes/downloads/worksheet03.pdf</a>
</ul>
<li>Sample IO: <a target="_blank" href="https://drive.google.com/drive/folders/1cvI61a1P48Jh8uDbsuE1hFUhxQ2F_FCH">https://drive.google.com/drive/folders/1cvI61a1P48Jh8uDbsuE1hFUhxQ2F_FCH</a>
<li>Guide: <a target="_blank" href="https://docs.google.com/document/d/16dLmS_HQ6r3Gefyb1v6TUOMkWEIGN28gJNRs08IQJY4/edit">https://docs.google.com/document/d/16dLmS_HQ6r3Gefyb1v6TUOMkWEIGN28gJNRs08IQJY4/edit</a>
<li>PRL: <a target="_blank" href="https://ibpublishing.ibo.org/prl/index.html">https://ibpublishing.ibo.org/prl/index.html</a>
<li>HL Essay:
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/15tTemmW8zZRKMDuDT33WLyUgB_3eHRDN">https://drive.google.com/drive/folders/15tTemmW8zZRKMDuDT33WLyUgB_3eHRDN</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1V9zLRn3iwl6ejpwiOpp5iTl7AzlNmSfCI78fM9jb-y0/edit">https://docs.google.com/document/d/1V9zLRn3iwl6ejpwiOpp5iTl7AzlNmSfCI78fM9jb-y0/edit</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1QYeXolSHO_IBh_UfrdQ0ZFwjWK1nC5uw6rZo7CDbrXk/edit">https://docs.google.com/document/d/1QYeXolSHO_IBh_UfrdQ0ZFwjWK1nC5uw6rZo7CDbrXk/edit</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1CP2-DQ_ujeRj-O5AxBYss4lXJBDvRxI0skak04GxPpA/edit">https://docs.google.com/document/d/1CP2-DQ_ujeRj-O5AxBYss4lXJBDvRxI0skak04GxPpA/edit</a>
<li><a target="_blank" href="https://www.sevanoland.com/hl-essay.html">https://www.sevanoland.com/hl-essay.html</a>
</ul>
</ul>
<h1>English A Literature</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1SiY712I2ROE8A88lV2eY3RGnQyc56wwy">https://drive.google.com/drive/folders/1SiY712I2ROE8A88lV2eY3RGnQyc56wwy</a>
</ul>
<h1>Biology</h1>
<ul>
<li><a target="_blank" href="https://ib.bioninja.com.au/">https://ib.bioninja.com.au/</a>
<li><a target="_blank" href="https://ib-dead.weebly.com/ib-biology.html">https://ib-dead.weebly.com/ib-biology.html</a>
<li><a target="_blank" href="https://ibyourwayout.wordpress.com/biology-hl/">https://ibyourwayout.wordpress.com/biology-hl/</a>
<li><a target="_blank" href="https://www.ibenigma.com/ib-biology">https://www.ibenigma.com/ib-biology</a>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/15M-jt8myxtxeR5oydrWfcKlHvnB3hOkj">https://drive.google.com/drive/folders/15M-jt8myxtxeR5oydrWfcKlHvnB3hOkj</a>
<li>Notes in Spanish: <a target="_blank" href="https://drive.google.com/drive/folders/1p-OvOCKdc8LsusyRQwqiBuE-jXbfD3yo">https://drive.google.com/drive/folders/1p-OvOCKdc8LsusyRQwqiBuE-jXbfD3yo</a>
<li>Written notes (all topics): <a target="_blank" href="https://drive.google.com/file/d/1VxF_lWAWeoVI64spVlkLYpNFczmwfpjz/view">https://drive.google.com/file/d/1VxF_lWAWeoVI64spVlkLYpNFczmwfpjz/view</a>
<li>PowerPoint presentations all topics: <a target="_blank" href="https://drive.google.com/drive/folders/1BKmZcvPGP2YI8T9ndC-wTmQoxqJTkv52">https://drive.google.com/drive/folders/1BKmZcvPGP2YI8T9ndC-wTmQoxqJTkv52</a>
<li>Cell biology, molecular biology, and nucleic acid notes: <a target="_blank" href="https://drive.google.com/file/d/1o6LkiBdr3XQvATPAsChPZkcuG9D4cw1C/view">https://drive.google.com/file/d/1o6LkiBdr3XQvATPAsChPZkcuG9D4cw1C/view</a>
<li>Genetics notes: <a target="_blank" href="https://drive.google.com/file/d/12Ag4HECkLll-yR-pz4jdwdoCfZxTX3Mp/view">https://drive.google.com/file/d/12Ag4HECkLll-yR-pz4jdwdoCfZxTX3Mp/view</a>
<li>SL notes: <a target="_blank" href="https://drive.google.com/drive/folders/14xb45vwruhOFMWKHYAl6FgstD0v749Ch">https://drive.google.com/drive/folders/14xb45vwruhOFMWKHYAl6FgstD0v749Ch</a>
<li>Core + Option D: <a target="_blank" href="https://drive.google.com/file/d/1Gu7c5NSUENKDMEjH5cFMTScKKle9oGec/view">https://drive.google.com/file/d/1Gu7c5NSUENKDMEjH5cFMTScKKle9oGec/view</a>
<li>SL Quizlet: <a target="_blank" href="https://quizlet.com/loisxm/folders/ib-biology/sets">https://quizlet.com/loisxm/folders/ib-biology/sets</a>
<li>Biology Syllabus checklist: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1ozc8uf7eEb3LuWlz9OF--tcEEROLIZAFanuDfZwL5Hs/edit">https://docs.google.com/spreadsheets/d/1ozc8uf7eEb3LuWlz9OF--tcEEROLIZAFanuDfZwL5Hs/edit</a>
<li>SL definitions: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1NfuWfMbrmx_foMakBlb6xyqCt0RNtLyP97hQFHyBSFY/edit#gid=0">https://docs.google.com/spreadsheets/d/1NfuWfMbrmx_foMakBlb6xyqCt0RNtLyP97hQFHyBSFY/edit#gid=0</a>
<li>IB Bio - Option B, Part I (B.1A) - Hoovers Channel <a target="_blank" href="https://www.youtube.com/watch?v=Ov02oiaNgH4&amp;list=PL5JZ2AYoDUC8SWRI3nBakboX7RCfY_sQy">https://www.youtube.com/watch?v=Ov02oiaNgH4&amp;list=PL5JZ2AYoDUC8SWRI3nBakboX7RCfY_sQy</a>
<li><a target="_blank" href="https://www.scribd.com/presentation/462595569/IB-Biology-Option-B-1-Microbiology-Organisms-in-Industry">https://www.scribd.com/presentation/462595569/IB-Biology-Option-B-1-Microbiology-Organisms-in-Industry#</a>
<li><a target="_blank" href="https://www.scribd.com/presentation/463403568/IB-Biology-Option-B-2-Biotechnology-in-Agriculture">https://www.scribd.com/presentation/463403568/IB-Biology-Option-B-2-Biotechnology-in-Agriculture</a>
<li><a target="_blank" href="https://www.scribd.com/presentation/463403760/IB-Biology-Option-B-3-Environmental-Protection">https://www.scribd.com/presentation/463403760/IB-Biology-Option-B-3-Environmental-Protection</a>
<li><a target="_blank" href="https://quizlet.com/118454296/ib-biology-option-b-flash-cards/">https://quizlet.com/118454296/ib-biology-option-b-flash-cards/</a>
<li><a target="_blank" href="https://quizlet.com/585204032/hl-ib-biology-option-b-biotechnology-and-bioinformatics-flash-cards/">https://quizlet.com/585204032/hl-ib-biology-option-b-biotechnology-and-bioinformatics-flash-cards/</a>
<li><a target="_blank" href="https://www.biointeractive.org/taxonomy/term/203?page=1">https://www.biointeractive.org/taxonomy/term/203?page=1</a>
<li><a target="_blank" href="https://www.youtube.com/watch?v=L1MJh0lzS1s">https://www.youtube.com/watch?v=L1MJh0lzS1s</a>
<li>Learning strategies to solve DBQs: <a target="_blank" href="https://ibbetter.com/data-based-questions/">https://ibbetter.com/data-based-questions/</a>
<li>Presentation of Bio practicals with formulae: <a target="_blank" href="https://docs.google.com/presentation/d/1CrmJxDSWoqxKJmqvsc-C8DX5W_l7IEhNBdbCqkuh8dU/edit#slide=id.p5">https://docs.google.com/presentation/d/1CrmJxDSWoqxKJmqvsc-C8DX5W_l7IEhNBdbCqkuh8dU/edit#slide=id.p5</a>
<li>Padlet for memorising classifications of plant phyla, animal phyla, and vertebrate classes (DIce): <a target="_blank" href="https://padlet.com/dasha28/yckqnjviiqdf2wcx">https://padlet.com/dasha28/yckqnjviiqdf2wcx</a>
<li><a target="_blank" href="https://www.reddit.com/r/IBO/comments/aifdg9/decided_to_share_some_ib_resources_mainly_anki/">https://www.reddit.com/r/IBO/comments/aifdg9/decided_to_share_some_ib_resources_mainly_anki/</a>
</ul>
<h1>Chemistry</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1vJ1E0eIdeFQc9V4O8sTvXtYZYdAlrpY8">https://drive.google.com/drive/folders/1vJ1E0eIdeFQc9V4O8sTvXtYZYdAlrpY8</a>
<li><a target="_blank" href="https://www.masterorganicchemistry.com/">https://www.masterorganicchemistry.com/</a>
<li><a target="_blank" href="https://ib-dead.weebly.com/ib-chemistry.html">https://ib-dead.weebly.com/ib-chemistry.html</a>
<li><a target="_blank" href="https://samthecamvet.wordpress.com/2020/07/30/free-ib-hl-sl-chemistry-notes/">https://samthecamvet.wordpress.com/2020/07/30/free-ib-hl-sl-chemistry-notes/</a>
<li><a target="_blank" href="https://ibyourwayout.wordpress.com/chemistry-hl/">https://ibyourwayout.wordpress.com/chemistry-hl/</a>
<li><a target="_blank" href="https://www.ibenigma.com/ib-chemistry">https://www.ibenigma.com/ib-chemistry</a>
<li><a target="_blank" href="https://ibalchemy.com/">https://ibalchemy.com/</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/108xBqRK32s6lKxd3WqtNnKpQgajNuuxb">https://drive.google.com/drive/folders/108xBqRK32s6lKxd3WqtNnKpQgajNuuxb</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1MI5Ipuh1LJgAqzUZyG1ugkPSdgNmNWMf">https://drive.google.com/drive/folders/1MI5Ipuh1LJgAqzUZyG1ugkPSdgNmNWMf</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1vE210rDDlfaWrXOmjxT8E1lrQBsgJHxF">https://drive.google.com/drive/folders/1vE210rDDlfaWrXOmjxT8E1lrQBsgJHxF</a>
<li><a target="_blank" href="https://drive.google.com/file/d/14QHK_8F_GVSySYPsaWhC4_cEEf90pRqR/view?usp=drive_web">https://drive.google.com/file/d/14QHK_8F_GVSySYPsaWhC4_cEEf90pRqR/view?usp=drive_web</a>
<li><a target="_blank" href="https://docs.google.com/presentation/d/1X_wt9bsrKnA74fK1wcTTwawAXWnKOagcviA68pr-wdI/edit#slide=id.p">https://docs.google.com/presentation/d/1X_wt9bsrKnA74fK1wcTTwawAXWnKOagcviA68pr-wdI/edit#slide=id.p</a>
<li>Mandatory lab practicals: <a target="_blank" href="https://docs.google.com/document/d/1SQFW0X47boZSyhGeH-RgWnqtxjf6p1d3B4UZZ_TGH-8/edit">https://docs.google.com/document/d/1SQFW0X47boZSyhGeH-RgWnqtxjf6p1d3B4UZZ_TGH-8/edit</a>
<li>Common questions &amp; idea answers: <a target="_blank" href="https://drive.google.com/file/d/1R5GhiLCUbUt9atnx-c5hlR32WlDPnyAT/view">https://drive.google.com/file/d/1R5GhiLCUbUt9atnx-c5hlR32WlDPnyAT/view</a>
<li>Option C Notes: <a target="_blank" href="https://docs.google.com/document/d/1P0y0REW6Ay2Vbq_2O9sfurULPoCMvJLU3Ycj9wVE4I0/edit?usp=drivesdk">https://docs.google.com/document/d/1P0y0REW6Ay2Vbq_2O9sfurULPoCMvJLU3Ycj9wVE4I0/edit?usp=drivesdk</a>
</ul>
<h1>Physics</h1>
<ul>
<li><a target="_blank" href="https://ibphysics.org/">https://ibphysics.org/</a>
<li><a target="_blank" href="https://ibguides.com/physics/home/">https://ibguides.com/physics/home/</a>
<li><a target="_blank" href="https://ibmadeasy.wixsite.com/ibmadeasy/physics-sl-hl">https://ibmadeasy.wixsite.com/ibmadeasy/physics-sl-hl</a>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1r1_G8-jajpR8zvV9MdIMAfD1fZKWTTGL">https://drive.google.com/drive/folders/1r1_G8-jajpR8zvV9MdIMAfD1fZKWTTGL</a>
<li>Youtube videos solving past papers - Dr. Rao: <a target="_blank" href="https://ibphysicswithrao.com/pastpapers">https://ibphysicswithrao.com/pastpapers</a>
<li>Annotated booklet (2016): <a target="_blank" href="https://ibdone1.wordpress.com/thoroughly-annotated-ib-physics-data-booklet-2/">https://ibdone1.wordpress.com/thoroughly-annotated-ib-physics-data-booklet-2/</a>
<li>Annotated booklet (2016): <a target="_blank" href="https://drive.google.com/file/d/1H33RqBIflDxEG8yGkIRSkgWELyVqskKg/view">https://drive.google.com/file/d/1H33RqBIflDxEG8yGkIRSkgWELyVqskKg/view</a>
<li>External formulas: <a target="_blank" href="https://0x0.st/oLb8.pdf">https://0x0.st/oLb8.pdf</a>
<li>Definitions: <a target="_blank" href="https://docs.google.com/document/d/10pA_wf9fhX81hFvqVGxyHls55pVf4d6uBYtsippASJM/">https://docs.google.com/document/d/10pA_wf9fhX81hFvqVGxyHls55pVf4d6uBYtsippASJM/</a>
<li>Mechanics: <a target="_blank" href="https://pale-derby-955.notion.site/mechanics-67294d758c884407a472837d319406d8">https://pale-derby-955.notion.site/mechanics-67294d758c884407a472837d319406d8</a>
<li>Waves: <a target="_blank" href="https://pale-derby-955.notion.site/waves-31187508cdd84e37ac00ea9bc469bdb1">https://pale-derby-955.notion.site/waves-31187508cdd84e37ac00ea9bc469bdb1</a>
<li>Materials: <a target="_blank" href="https://pale-derby-955.notion.site/materials-4de70ba5ea3e4d779ebc2cc58d763f6d">https://pale-derby-955.notion.site/materials-4de70ba5ea3e4d779ebc2cc58d763f6d</a>
<li>Electric circuits: <a target="_blank" href="https://pale-derby-955.notion.site/electric-circuits-2a4ec64476434e2a962d6af217f645c1">https://pale-derby-955.notion.site/electric-circuits-2a4ec64476434e2a962d6af217f645c1</a>
<li>Quantum &amp; Nuclear: <a target="_blank" href="https://drive.google.com/file/d/18R2kXoVlpmmpmGPBQjnX5H8XBsYOVPuA/view">https://drive.google.com/file/d/18R2kXoVlpmmpmGPBQjnX5H8XBsYOVPuA/view</a>
<li>Astrophysics D.2: <a target="_blank" href="https://drive.google.com/file/d/1s1A5G1E7S-_sQ4gPvnCDuhvtPBbpYe_C/view">https://drive.google.com/file/d/1s1A5G1E7S-_sQ4gPvnCDuhvtPBbpYe_C/view</a>
<li>Astrophysics D.3: <a target="_blank" href="https://drive.google.com/file/d/18ZCtIcOpuYKUKJossM7rTnozK_YP_4n6/view">https://drive.google.com/file/d/18ZCtIcOpuYKUKJossM7rTnozK_YP_4n6/view</a>
<li>IA Ideas: <a target="_blank" href="https://drive.google.com/file/d/1jwx_RFRpsT6GpelxAG1pnJz9TKnrB7T2/view">https://drive.google.com/file/d/1jwx_RFRpsT6GpelxAG1pnJz9TKnrB7T2/view</a>
<li>IA Checklist: <a target="_blank" href="https://drive.google.com/file/d/1aiIjqrakU0if2ru1wKJmn5SCLgNRsY7G/view">https://drive.google.com/file/d/1aiIjqrakU0if2ru1wKJmn5SCLgNRsY7G/view</a>
<li>HL Syllabus Checklist: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1mzXOjnou23OYUT4VB1AFhqGz_FiJ9vJ-O3hk7KtjCok/view">https://docs.google.com/spreadsheets/d/1mzXOjnou23OYUT4VB1AFhqGz_FiJ9vJ-O3hk7KtjCok/view</a>
</ul>
<h1>Computer Science</h1>
<ul>
<li><strong>Discord resources (includes CS Classroom guides):</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1vws_BwGUA3NNhBlbNabMEgqxSGvUUPRX">https://drive.google.com/drive/folders/1vws_BwGUA3NNhBlbNabMEgqxSGvUUPRX</a>
<li><a target="_blank" href="https://ib.compscihub.net/">https://ib.compscihub.net/</a>
<li><a target="_blank" href="https://www.cs-ib.net/">https://www.cs-ib.net/</a>
<li><a target="_blank" href="https://github.com/KrishMehta/IB">https://github.com/KrishMehta/IB</a>
<li><a target="_blank" href="https://bprzybylski.github.io/IB-CS-GeS/">https://bprzybylski.github.io/IB-CS-GeS/</a>
<li><a target="_blank" href="http://bwagner.org/main.html?0.24751758407550017">http://bwagner.org/main.html?0.24751758407550017</a>
<li><a target="_blank" href="https://computersciencewiki.org/index.php/Welcome">https://computersciencewiki.org/index.php/Welcome</a>
<li><a target="_blank" href="https://cseeworld.wixsite.com/home">https://cseeworld.wixsite.com/home</a>
<li><a target="_blank" href="https://flicker-capri-ff6.notion.site/Paper-3-Notes-Compiled-3be1e41ea79342fdb0f84f9531adc76d">https://flicker-capri-ff6.notion.site/Paper-3-Notes-Compiled-3be1e41ea79342fdb0f84f9531adc76d</a>
<li>Paper 3 Notes: <a target="_blank" href="https://quizlet.com/_d71iu7?x=1jqt&amp;i=3tjo5j">https://quizlet.com/_d71iu7?x=1jqt&amp;i=3tjo5j</a>
<li>IA Guide: <a target="_blank" href="https://www.docdroid.net/dX13FrT/internal-assessment-2020version-computer-science-pdf#page=15">https://www.docdroid.net/dX13FrT/internal-assessment-2020version-computer-science-pdf#page=15</a>
<li>P1 Notes: <a target="_blank" href="https://drive.google.com/file/d/11BmnCW7hJmh_JZR8ZplCV5yjbZ5jAICM/view">https://drive.google.com/file/d/11BmnCW7hJmh_JZR8ZplCV5yjbZ5jAICM/view</a>
<li>Programming Discussions Discord server: <a target="_blank" href="https://discord.gg/9zT7NHP">https://discord.gg/9zT7NHP</a>
</ul>
<h1>Mathematics</h1>
<ul>
<li><a target="_blank" href="https://www.christosnikolaidis.com/en/">https://www.christosnikolaidis.com/en/</a>
<li><a target="_blank" href="https://ib-dead.weebly.com/ib-math.html">https://ib-dead.weebly.com/ib-math.html</a>
<li><a target="_blank" href="https://www.mrmacmaths.com/">https://www.mrmacmaths.com/</a>
<li>AASL: <a target="_blank" href="https://drive.google.com/file/d/1mr8FFnL4FK6WKLoMA-uX64cXMQPnXse3/view">https://drive.google.com/file/d/1mr8FFnL4FK6WKLoMA-uX64cXMQPnXse3/view</a>
<li>AAHL notes: <a target="_blank" href="https://pixeldrain.com/u/8d1zVADj">https://pixeldrain.com/u/8d1zVADj</a>
<li>AAHL P3 exploration questions: <a target="_blank" href="https://drive.google.com/file/d/1XV4MDI0-t2FhjMLbjWV-FAOWpLV9mCnq/view">https://drive.google.com/file/d/1XV4MDI0-t2FhjMLbjWV-FAOWpLV9mCnq/view</a>
<li><a target="_blank" href="https://adventurousandrewmaths.blogspot.com/">https://adventurousandrewmaths.blogspot.com/</a>
<li>AASL/HL resources (from A-Levels): <a target="_blank" href="https://docs.google.com/spreadsheets/d/1gATAYryWjjiCdJXzeOFUV3O2zE0naGTMRKHDiC2lgr0/edit#gid=0">https://docs.google.com/spreadsheets/d/1gATAYryWjjiCdJXzeOFUV3O2zE0naGTMRKHDiC2lgr0/edit#gid=0</a>
</ul>
<h1>Business Management</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1vYkQW1UOKt8sgoMmgnvTv4iVQAiDE_14">https://drive.google.com/drive/folders/1vYkQW1UOKt8sgoMmgnvTv4iVQAiDE_14</a>
<li>Lewwinski resources (amazing videos & notes): <a target="_blank" href="https://repo.pirateib.xyz/index.php?p=Lewwinski+Business+Management">https://repo.pirateib.xyz/index.php?p=Lewwinski+Business+Management</a>
<li>ibGenius resources (mock exams &amp; analyses): <a target="_blank" href="https://repo.pirateib.xyz/index.php?p=ibGenius">https://repo.pirateib.xyz/index.php?p=ibGenius</a>
<li>All Level7 Case Study Packs: <a target="_blank" href="https://repo.pirateib.xyz/index.php?p=IB+BOOKS%2FGroup+3+-+Individuals+and+Societies%2FBusiness+Management%2FLevel7+Education">https://repo.pirateib.xyz/index.php?p=IB+BOOKS%2FGroup+3+-+Individuals+and+Societies%2FBusiness+Management%2FLevel7+Education</a>
<li><a target="_blank" href="https://www.businessmadeeasy.xyz/">https://www.businessmadeeasy.xyz/</a>
<li><a target="_blank" href="https://ibmadeasy.wixsite.com/ibmadeasy/business-management-sl">https://ibmadeasy.wixsite.com/ibmadeasy/business-management-sl</a>
<li><a target="_blank" href="https://ibnotes42teocgiralgo.notion.site/IBDP-Notes-Business-Management-and-Economics-11d3588e24468006bcf0f5f402ee6eda#11d3588e244680909138f9dbe9b767b3">https://ibnotes42teocgiralgo.notion.site/</a>
<li><a target="_blank" href="https://onedrive.live.com/?authkey=%21APyplBpjQ1b6bxM&amp;id=DE8E8A460EF4E2F3%21824&amp;cid=DE8E8A460EF4E2F3">https://onedrive.live.com/?authkey=%21APyplBpjQ1b6bxM&amp;id=DE8E8A460EF4E2F3%21824&amp;cid=DE8E8A460EF4E2F3</a>
<li>Definitions in alphabetical order: <a target="_blank" href="https://quizlet.com/93036208/ib-business-and-management-sl-and-hl-definitions-flash-cards/">https://quizlet.com/93036208/ib-business-and-management-sl-and-hl-definitions-flash-cards/</a>
<li>Chapter 1 Flashcards: <a target="_blank" href="https://quizlet.com/_9wd17t?x=1qqt&amp;i=27huh0">https://quizlet.com/_9wd17t?x=1qqt&amp;i=27huh0</a>
<li>Chapter 2 Flashcards: <a target="_blank" href="https://quizlet.com/gb/473029239/topic-1-business-flashcards/">https://quizlet.com/gb/473029239/topic-1-business-flashcards/</a>
<li>Chapter 3 Flashcards: <a target="_blank" href="https://quizlet.com/580533446/chapter-3-flashcards-key-concepts-flash-cards/">https://quizlet.com/580533446/chapter-3-flashcards-key-concepts-flash-cards/</a>
<li>Chapter 4 Flashcards (Part 1): <a target="_blank" href="https://quizlet.com/582437401/chapter-4-business-flashcards-marketing-part-1-flash-cards/">https://quizlet.com/582437401/chapter-4-business-flashcards-marketing-part-1-flash-cards/</a>
<li>Chapter 4 Flashcards (Part 2): <a target="_blank" href="https://quizlet.com/583043161/chapter-4-business-flashcards-marketing-part-2-flash-cards/?new">https://quizlet.com/583043161/chapter-4-business-flashcards-marketing-part-2-flash-cards/?new</a>
<li>Chapter 5 Flashcards: <a target="_blank" href="https://quizlet.com/583639443/chapter-5-business-flashcards/">https://quizlet.com/583639443/chapter-5-business-flashcards/</a>
<li><a target="_blank" href="https://www.ibmastery.com/blog/how-to-structure-a-business-management-extended-essay">https://www.ibmastery.com/blog/how-to-structure-a-business-management-extended-essay</a>
<li><a target="_blank" href="https://www.overleaf.com/read/dzzzmwxkvfcd">https://www.overleaf.com/read/dzzzmwxkvfcd</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1EUW9Tm9sgjPWnHOEhGkGZEizVSHdcfQQB9Cu-_t3Er4/edit">https://docs.google.com/document/d/1EUW9Tm9sgjPWnHOEhGkGZEizVSHdcfQQB9Cu-_t3Er4/edit</a>
<li>1.6 Growth and Evolution Notes: <a target="_blank" href="https://drive.google.com/file/d/1ZgxwdiNUyVvyo-MRtT-znKSVpVCTfQTm/view">https://drive.google.com/file/d/1ZgxwdiNUyVvyo-MRtT-znKSVpVCTfQTm/view</a>
<li>Unit 1 Notes: <a target="_blank" href="https://docs.google.com/document/d/1XHfCMZqkH_OWRB8hFvuEqCbyKxhRlu_oZz0IoGlbbQI/edit">https://docs.google.com/document/d/1XHfCMZqkH_OWRB8hFvuEqCbyKxhRlu_oZz0IoGlbbQI/edit</a>
<li>Unit 2 Notes: <a target="_blank" href="https://docs.google.com/document/d/1aROqYBBMCg1JveoFcmv-CHcehLDGDe7FdLVmpFAuTHg/edit">https://docs.google.com/document/d/1aROqYBBMCg1JveoFcmv-CHcehLDGDe7FdLVmpFAuTHg/edit</a>
<li>Unit 3 Notes: <a target="_blank" href="https://docs.google.com/document/d/1_JAQx7OsKmAGjO4IZ4jOhnP-RdnEzUF017i3VcCWKa8/edit">https://docs.google.com/document/d/1_JAQx7OsKmAGjO4IZ4jOhnP-RdnEzUF017i3VcCWKa8/edit</a>
<li>Unit 4 Notes: <a target="_blank" href="https://docs.google.com/document/d/1s6FS5cNOfhUKQ3nryZ1zOmqcClXjhCxD4m2C9NEgcP8/edit">https://docs.google.com/document/d/1s6FS5cNOfhUKQ3nryZ1zOmqcClXjhCxD4m2C9NEgcP8/edit</a>
<li>Unit 5 Notes: <a target="_blank" href="https://docs.google.com/document/d/1FKu5a5eANWW_1CTOAqzOfvs7l9LXHqzJYqixk2fJQpA/edit">https://docs.google.com/document/d/1FKu5a5eANWW_1CTOAqzOfvs7l9LXHqzJYqixk2fJQpA/edit</a>
<li>CUEGIS:
<ul>
<li><a target="_blank" href="http://panmore.com/">http://panmore.com/</a>
<li><a target="_blank" href="https://dachpian.weebly.com/cuegis-questions.html">https://dachpian.weebly.com/cuegis-questions.html</a>
</ul>
</ul>
<h1>Economics</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1kInHYjo2M3MmbGVrQDUh6zjP3Bl6dYGQ">https://drive.google.com/drive/folders/1kInHYjo2M3MmbGVrQDUh6zjP3Bl6dYGQ</a>
<li><a target="_blank" href="https://www.econinja.net/">https://www.econinja.net/</a>
<li><a target="_blank" href="https://www.ibmastery.com/blog/how-to-structure-your-economics-essay">https://www.ibmastery.com/blog/how-to-structure-your-economics-essay</a>
<li><a target="_blank" href="https://ibeconnotes.wordpress.com/">https://ibeconnotes.wordpress.com/</a>
<li><a target="_blank" href="http://ibeconomist.com/">http://ibeconomist.com/</a>
<li><a target="_blank" href="https://ibmadeasy.wixsite.com/ibmadeasy/economics-sl-hl">https://ibmadeasy.wixsite.com/ibmadeasy/economics-sl-hl</a>
<li><a target="_blank" href="https://ibyourwayout.wordpress.com/more-notes/economics/">https://ibyourwayout.wordpress.com/more-notes/economics/</a>
<li><a target="_blank" href="https://www.ibenigma.com/ib-economics">https://www.ibenigma.com/ib-economics</a>
<li><a target="_blank" href="https://ibnotes42teocgiralgo.notion.site/IBDP-Notes-Business-Management-and-Economics-11d3588e24468006bcf0f5f402ee6eda#11d3588e244680a4a198ced4566535b1">https://ibnotes42teocgiralgo.notion.site/</a>
<li><a target="_blank" href="https://ibwisdom.wordpress.com/2019/04/22/complete-guide-to-evaluations-in-ib-economics-hl-and-sl/">https://ibwisdom.wordpress.com/2019/04/22/complete-guide-to-evaluations-in-ib-economics-hl-and-sl/</a>
<li><a target="_blank" href="https://docs.google.com/spreadsheets/d/1TIn587xZhNP5hwTsCyUSIA8Ww68r2d2HsnzLG0xU-Tc/edit#gid=1621253951">https://docs.google.com/spreadsheets/d/1TIn587xZhNP5hwTsCyUSIA8Ww68r2d2HsnzLG0xU-Tc/edit#gid=1621253951</a>
<li><a target="_blank" href="https://www.oeconomica.org/">https://www.oeconomica.org/</a>
<li><a target="_blank" href="https://classic-gemini-29a.notion.site/IB-Econ-Final-Flashcards-8dd26dde1f1e4fcebde8ad9637768926">https://classic-gemini-29a.notion.site/IB-Econ-Final-Flashcards-8dd26dde1f1e4fcebde8ad9637768926</a>
<li><a target="_blank" href="https://docs.google.com/spreadsheets/d/1XhgOLsXyEiWu5I-GyMDQPJGHNzuR1pcxU4ISIa9TRaY/edit#gid=684758983">https://docs.google.com/spreadsheets/d/1XhgOLsXyEiWu5I-GyMDQPJGHNzuR1pcxU4ISIa9TRaY/edit#gid=684758983</a>
<li>Economics HL full notes (WIP): <a target="_blank" href="https://docs.google.com/document/d/1DkPW-zORj-pmiwScqpat3xeCcOLg8SOXKgQPW0t89Bk/view">https://docs.google.com/document/d/1DkPW-zORj-pmiwScqpat3xeCcOLg8SOXKgQPW0t89Bk/view</a></a>
<li>Competitive Markets: Demand and Supply: <a target="_blank" href="https://docs.google.com/document/d/1KL8xChGaJwceE-u5kuXacwEHSEmfLQ5fJCrijIgwnWE/edit">https://docs.google.com/document/d/1KL8xChGaJwceE-u5kuXacwEHSEmfLQ5fJCrijIgwnWE/edit</a>
<li>Elasticities: <a target="_blank" href="https://docs.google.com/document/d/15xlrIL36ZjYB-ouH16siPTV8AjtiarjoFOKSnFmQnkA/edit">https://docs.google.com/document/d/15xlrIL36ZjYB-ouH16siPTV8AjtiarjoFOKSnFmQnkA/edit</a>
<li>International Diagrams: <a target="_blank" href="https://docs.google.com/document/d/16cF-1XT9B3pAlki9T2_jyNx8p9xGdGSB-3X6ziGr-kY/edit">https://docs.google.com/document/d/16cF-1XT9B3pAlki9T2_jyNx8p9xGdGSB-3X6ziGr-kY/edit</a>
<li>Macroeconomics Diagrams: <a target="_blank" href="https://docs.google.com/document/d/1mNnmGTkt_ENfLNhYEOlclqeJBPk-K1iSUCOmZmIgbS8/edit">https://docs.google.com/document/d/1mNnmGTkt_ENfLNhYEOlclqeJBPk-K1iSUCOmZmIgbS8/edit</a>
<li>Microeconomics Diagrams: <a target="_blank" href="https://docs.google.com/document/d/17RoBE-jrCFrwJj7uGJbplIccUrjGyFGnEeDgCA18d38/edit">https://docs.google.com/document/d/17RoBE-jrCFrwJj7uGJbplIccUrjGyFGnEeDgCA18d38/edit</a>
<li>Important Diagrams: <a target="_blank" href="https://drive.google.com/file/d/1V7-IYBu2ui5NW_GhT41GvP_KKEiNXOff/view">https://drive.google.com/file/d/1V7-IYBu2ui5NW_GhT41GvP_KKEiNXOff/view</a>
<li>The Basic Economic Problem: <a target="_blank" href="https://docs.google.com/document/d/1UowmcwDM8JfMqPjgkCHp5pyDxB3Qaw-NKC0Z17Bxd-U/edit">https://docs.google.com/document/d/1UowmcwDM8JfMqPjgkCHp5pyDxB3Qaw-NKC0Z17Bxd-U/edit</a>
</ul>
<h1>History</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1Onp4LrqgAJ6GHtpTVTeNn5oUGSUEJ-1n">https://drive.google.com/drive/folders/1Onp4LrqgAJ6GHtpTVTeNn5oUGSUEJ-1n</a>
<li><a target="_blank" href="https://www.mrbuddhistory.com/">https://www.mrbuddhistory.com/</a>
<li>History SL (Rwanda, Weimar Germany, Nazi Germany, Cuban Revolution, Castro&#39;s Authoritarian State, Vietnam
War,
Meiji Democracy): <a target="_blank" href="https://tipta.weebly.com/">https://tipta.weebly.com/</a>
<li>History of the Americas: <a target="_blank" href="http://rowechsib.weebly.com/hota-yr-1.html">http://rowechsib.weebly.com/hota-yr-1.html</a>
<li>Italy, Germany, Japan, WWII, Cold War, Spanish Civil War: <a target="_blank" href="https://drive.google.com/drive/folders/1RN7TwqkVvMXJnkiCexJoVAErHIXxRVXG">https://drive.google.com/drive/folders/1RN7TwqkVvMXJnkiCexJoVAErHIXxRVXG</a>
<li>History HL (Europe, WWI, WWII, Spanish Civil War, Hitler, Mussolini, Imperial Russia, Republic of China): <a target="_blank" href="https://someibnotes.files.wordpress.com/2016/02/history-notes-for-printing.pdf">https://someibnotes.files.wordpress.com/2016/02/history-notes-for-printing.pdf</a>
<li>Germany - <a target="_blank" href="https://docs.google.com/document/d/1mX_MZxIjn2XmEZYeO0KwdimjBC7WStYwZ7KGVNcHO6g/edit">https://docs.google.com/document/d/1mX_MZxIjn2XmEZYeO0KwdimjBC7WStYwZ7KGVNcHO6g/edit</a>
<li>Mao - <a target="_blank" href="https://docs.google.com/document/d/15jfVoauSp3_bN1M4hnzVJnHJjnl5MxBD60pAARohCB0/edit">https://docs.google.com/document/d/15jfVoauSp3_bN1M4hnzVJnHJjnl5MxBD60pAARohCB0/edit</a>
<li>Cold War:
<li><a target="_blank" href="https://docs.google.com/document/d/1AaqMyHxGuKQ3rNw0sEs3mT5qHhpu8uKyIjpvgUj707w/edit">https://docs.google.com/document/d/1AaqMyHxGuKQ3rNw0sEs3mT5qHhpu8uKyIjpvgUj707w/edit</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1ZEU-hn3B94u1QShhQucvfkAM3rLsWaoP5XedvvpwYoE/edit">https://docs.google.com/document/d/1ZEU-hn3B94u1QShhQucvfkAM3rLsWaoP5XedvvpwYoE/edit</a>
<li>Italy (Mussolini) - <a target="_blank" href="https://docs.google.com/document/d/13Md5WXG7mXtzFKx2o1bYZk9vx_GL_iUlOGu_djhVQRU/edit">https://docs.google.com/document/d/13Md5WXG7mXtzFKx2o1bYZk9vx_GL_iUlOGu_djhVQRU/edit</a>
<li>Japan - <a target="_blank" href="https://docs.google.com/document/d/1WMB_C57ypUhzhGz6FHL8wZSvbtHEBg0qnstGycG1KSw/edit">https://docs.google.com/document/d/1WMB_C57ypUhzhGz6FHL8wZSvbtHEBg0qnstGycG1KSw/edit</a>
<li>Spain- <a target="_blank" href="https://docs.google.com/document/d/1v4a7HrqRaPsmyqFzdZf1n33GgX4IbhBsqwOZpsdYj2s/edit">https://docs.google.com/document/d/1v4a7HrqRaPsmyqFzdZf1n33GgX4IbhBsqwOZpsdYj2s/edit</a>
<li>Paper 1: <a target="_blank" href="https://docs.google.com/document/d/17I29_i47-BZYwaHXZPp3pct_5_ghuMrkDwxBC3tJFc4/edit">https://docs.google.com/document/d/17I29_i47-BZYwaHXZPp3pct_5_ghuMrkDwxBC3tJFc4/edit</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1gpYlmM9AXL4b-LrEs_OT_elj9xavs7pbil-c_0Izl0I/edit">https://docs.google.com/document/d/1gpYlmM9AXL4b-LrEs_OT_elj9xavs7pbil-c_0Izl0I/edit</a>
<li>Authoritarian states + Cold War: <a target="_blank" href="https://drive.google.com/drive/folders/1GsYC1QcdXZ8qnMvC6-ps3tiJ0UYO89eB">https://drive.google.com/drive/folders/1GsYC1QcdXZ8qnMvC6-ps3tiJ0UYO89eB</a>
<li>Auth. states: <a target="_blank" href="https://docs.google.com/document/d/1zP4tslmXr4iy4rIlW4FIba_1kzfQ4M9124eSZGIto6E/edit">https://docs.google.com/document/d/1zP4tslmXr4iy4rIlW4FIba_1kzfQ4M9124eSZGIto6E/edit</a>
<li>Fidel Castro notes: <a target="_blank" href="https://docs.google.com/document/d/1vc9xrFGdTFI50RWaUg8flZAC3VetdQAXpjHIsjIKMCM/edit">https://docs.google.com/document/d/1vc9xrFGdTFI50RWaUg8flZAC3VetdQAXpjHIsjIKMCM/edit</a>
<li>Historians&#39; quotes: <a target="_blank" href="https://docs.google.com/document/d/1DrVjy885xIB0EnzuMkjhJ8CLJnW0dH8OXmj09Necguc/edit">https://docs.google.com/document/d/1DrVjy885xIB0EnzuMkjhJ8CLJnW0dH8OXmj09Necguc/edit</a>
</ul>
<h1>Geography</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1bONEft2MA4eQMFfW796_RrbtjrDNJJB4">https://drive.google.com/drive/folders/1bONEft2MA4eQMFfW796_RrbtjrDNJJB4</a>
<li><a target="_blank" href="https://samthecamvet.wordpress.com/2020/07/30/free-ib-hl-sl-geography-notes/">https://samthecamvet.wordpress.com/2020/07/30/free-ib-hl-sl-geography-notes/</a>
<li><a target="_blank" href="http://www.ibgeographypods.org/">http://www.ibgeographypods.org/</a>
<li><a target="_blank" href="https://yambilla.wordpress.com/">https://yambilla.wordpress.com/</a>
<li><a target="_blank" href="https://www.numptynerd.net/">https://www.numptynerd.net/</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1Nd-L8UXKOmikyxNmGyc3MLmKFCmd_iu96_EoarGiREE/edit">https://docs.google.com/document/d/1Nd-L8UXKOmikyxNmGyc3MLmKFCmd_iu96_EoarGiREE/edit</a>
<li>Notes in Spanish: <a target="_blank" href="https://drive.google.com/drive/folders/1Z9JseGPotWM6TZ7xcaCjuxFMiRxvZXQX">https://drive.google.com/drive/folders/1Z9JseGPotWM6TZ7xcaCjuxFMiRxvZXQX</a>
<li>Hand written notes for unit 2-5 and half of Option A: <a target="_blank" href="https://drive.google.com/file/d/1yyLC7YKZ6_lJh-mLtwmrdCJHegJDZpoX/view">https://drive.google.com/file/d/1yyLC7YKZ6_lJh-mLtwmrdCJHegJDZpoX/view</a>
<li>9/10 Option F essay on increasing food production: <a target="_blank" href="https://docs.google.com/document/d/1MVIRiVcFjI9pSkJazQVFCInMCy0EoMAKe64VNlO9-hs/edit">https://docs.google.com/document/d/1MVIRiVcFjI9pSkJazQVFCInMCy0EoMAKe64VNlO9-hs/edit</a>
<li>Option A, D &amp; F Past Paper Questions: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1KH6MgOAA_XExPTVLh4hxmaldN1__fTFtSHp4nJximkA/edit">https://docs.google.com/spreadsheets/d/1KH6MgOAA_XExPTVLh4hxmaldN1__fTFtSHp4nJximkA/edit</a>
<li>First 3 topics and urban G: <a target="_blank" href="https://docs.google.com/document/d/1d8BMmOmG3wljwgmXYZuZ4TblFUj1Ooy8jPYGnuwaVvQ/edit">https://docs.google.com/document/d/1d8BMmOmG3wljwgmXYZuZ4TblFUj1Ooy8jPYGnuwaVvQ/edit</a>
<li>Key terminology for IB Geography, with options D, E, and F: <a target="_blank" href="https://drive.google.com/file/d/1oHocMOQtRp9UVuTO5pXEM7FNaTVnwRG2/view?usp=drivesdk">https://drive.google.com/file/d/1oHocMOQtRp9UVuTO5pXEM7FNaTVnwRG2/view?usp=drivesdk</a>
<li>Vocabulary lists:
<li>Option C: <a target="_blank" href="https://docs.google.com/document/d/1ubdJL6R1Os-m7ETWBFFKRRLI5ZoLuOQXziKrywT4C0U/edit">https://docs.google.com/document/d/1ubdJL6R1Os-m7ETWBFFKRRLI5ZoLuOQXziKrywT4C0U/edit</a>
<li>Option D: <a target="_blank" href="https://docs.google.com/document/d/1oRpq2T7xkUy2__vVN_fPKw8_uu5Z4b_WkIQLzYTjxYc/edit">https://docs.google.com/document/d/1oRpq2T7xkUy2__vVN_fPKw8_uu5Z4b_WkIQLzYTjxYc/edit</a>
<li>Option E: <a target="_blank" href="https://docs.google.com/document/d/1W21Be_vHlMoR6JfbZJ-buydJ9n2U0scJdkWMHXQ69xE/edit">https://docs.google.com/document/d/1W21Be_vHlMoR6JfbZJ-buydJ9n2U0scJdkWMHXQ69xE/edit</a>
<li>Option D Notes: Geophysical Hazards: <a target="_blank" href="https://docs.google.com/document/d/1lzv8_KGn_sZlW6sYaupbL9-F1fNVAz8TmPVV_ztq2AE/edit">https://docs.google.com/document/d/1lzv8_KGn_sZlW6sYaupbL9-F1fNVAz8TmPVV_ztq2AE/edit</a>
<li>Option E Notes: Leisure, Tourism, and Sport: <a target="_blank" href="https://docs.google.com/document/d/1ZvEGFhTav3HLnmL9oBTJaEQ0LvWTIQi1QS7O7SqsKXc/edit">https://docs.google.com/document/d/1ZvEGFhTav3HLnmL9oBTJaEQ0LvWTIQi1QS7O7SqsKXc/edit</a>
<li>Option G Notes: Urban Environments: <a target="_blank" href="https://docs.google.com/document/d/1V6HLcLVt4KOuiqrypbDwS7QozN48FWGU8OD84ao2AFY/edit">https://docs.google.com/document/d/1V6HLcLVt4KOuiqrypbDwS7QozN48FWGU8OD84ao2AFY/edit</a>
<li>Quizlet Option F - Food and Health: <a target="_blank" href="https://quizlet.com/jp/399433809/geography-option-f-food-and-health-making-in-progress-flash-cards/">https://quizlet.com/jp/399433809/geography-option-f-food-and-health-making-in-progress-flash-cards/</a>
<li>Command Words used in IB Geography exams: <a target="_blank" href="https://revision.geographyalltheway.com/command-words">https://revision.geographyalltheway.com/command-words</a>
<li>Infographics for PAPER 2 10 mark SAQs: <a target="_blank" href="https://revision.geographyalltheway.com/infographics">https://revision.geographyalltheway.com/infographics</a>
<li>IB style questions: <a target="_blank" href="https://revision.geographyalltheway.com/exam-style-questions">https://revision.geographyalltheway.com/exam-style-questions</a>
<li>IB Terminology Quizlets: <a target="_blank" href="https://quizlet.com/rubymayk/folders/geography-ib-terminology/sets">https://quizlet.com/rubymayk/folders/geography-ib-terminology/sets</a>
</ul>
<h1>Environmental Systems &amp; Societies</h1>
<ul>
<li><a target="_blank" href="https://mrkremerscience.com/ess/">https://mrkremerscience.com/ess/</a>
<li><a target="_blank" href="https://climexhandbook.w.uib.no/handbook/">https://climexhandbook.w.uib.no/handbook/</a>
<li><a target="_blank" href="https://sites.google.com/a/wis.edu.hk/ess/home">https://sites.google.com/a/wis.edu.hk/ess/home</a>
<li><a target="_blank" href="https://www.mrgscience.com/ibdp-environmental-systems-and-societies.html">https://www.mrgscience.com/ibdp-environmental-systems-and-societies.html</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/0B9WgJ2fMKfV6flFWQUZxckQxRTRuLU45eHNwN1hNOVpfVk9vVmJGaUN1WUxrZWlfcm9ldlk?resourcekey=0-VpLsD5Xk3mmFiY__LqZRgA">https://drive.google.com/drive/folders/0B9WgJ2fMKfV6flFWQUZxckQxRTRuLU45eHNwN1hNOVpfVk9vVmJGaUN1WUxrZWlfcm9ldlk?resourcekey=0-VpLsD5Xk3mmFiY__LqZRgA</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1vws_BwGUA3NNhBlbNabMEgqxSGvUUPRX">https://drive.google.com/drive/folders/1vws_BwGUA3NNhBlbNabMEgqxSGvUUPRX</a>
<li><a target="_blank" href="https://docs.google.com/document/d/15lcTKefdFAGVEzVBBjCWMpvd1_ol-DTc/edit?rtpof=true&amp;sd=true">https://docs.google.com/document/d/15lcTKefdFAGVEzVBBjCWMpvd1_ol-DTc/edit?rtpof=true&amp;sd=true</a>
<li>Topic 1: <a target="_blank" href="https://docs.google.com/presentation/d/1QcePPpBcH23of6HH-xk6i--MIfpSOS1TEAJafdYKscc/edit">https://docs.google.com/presentation/d/1QcePPpBcH23of6HH-xk6i--MIfpSOS1TEAJafdYKscc/edit</a>
<li><a target="_blank" href="https://quizlet.com/albertenechi/folders/ib-ess/sets">https://quizlet.com/albertenechi/folders/ib-ess/sets</a>
<li>Case Study Breakdown: <a target="_blank" href="https://docs.google.com/document/d/1d6O_Fo25xfTNRsNqS2ekpfJTlkuxF71YY_uTexaiECc/edit">https://docs.google.com/document/d/1d6O_Fo25xfTNRsNqS2ekpfJTlkuxF71YY_uTexaiECc/edit</a>
<li>Human Systems &amp; Resource Use Notes: <a target="_blank" href="https://docs.google.com/document/d/1M2iZpI9SjzNizGwQdi7L3TJi5HEe5KQVUwiBNRJ9toM/edit">https://docs.google.com/document/d/1M2iZpI9SjzNizGwQdi7L3TJi5HEe5KQVUwiBNRJ9toM/edit</a>
<li>Case studies list: <a target="_blank" href="https://docs.google.com/document/d/1c5OqyIQ6wugawxHzAxxkUCrr-TAr7AV_stRMWnB-Ov0/edit">https://docs.google.com/document/d/1c5OqyIQ6wugawxHzAxxkUCrr-TAr7AV_stRMWnB-Ov0/edit</a>
<li><a target="_blank" href="https://quizlet.com/426175082/environmental-science-environmental-systems-flash-cards/">https://quizlet.com/426175082/environmental-science-environmental-systems-flash-cards/</a>
<li><a target="_blank" href="https://quizlet.com/454892097/ess-part-2-first-half-flash-cards/">https://quizlet.com/454892097/ess-part-2-first-half-flash-cards/</a>
<li><a target="_blank" href="https://quizlet.com/455009992/ess-part-2-second-half-flash-cards/">https://quizlet.com/455009992/ess-part-2-second-half-flash-cards/</a>
<li>Last minute exam tips: <a target="_blank" href="https://docs.google.com/document/d/1tJdg5yL8VjB0Wp6klt2uXDJTBGPsLwiwn58E_9VL9fo/edit">https://docs.google.com/document/d/1tJdg5yL8VjB0Wp6klt2uXDJTBGPsLwiwn58E_9VL9fo/edit</a>
<li>ESS IA Samples: <a target="_blank" href="https://drive.google.com/drive/folders/1EtyzOroCDRfk3aFbRUVpdpEieS2wY6Qd">https://drive.google.com/drive/folders/1EtyzOroCDRfk3aFbRUVpdpEieS2wY6Qd</a>
<li>Topic 2&amp;3 Notes: <a target="_blank" href="https://docs.google.com/document/d/1OFrEmPnPHG0eWCPQHXQ28KQvi27PeSdUcRigEVspqNc/edit">https://docs.google.com/document/d/1OFrEmPnPHG0eWCPQHXQ28KQvi27PeSdUcRigEVspqNc/edit</a>
<li>Notes in Spanish: <a target="_blank" href="https://drive.google.com/drive/folders/14X8777kPEqEK98CuF0UiM7sorikw34Vm">https://drive.google.com/drive/folders/14X8777kPEqEK98CuF0UiM7sorikw34Vm</a>
</ul>
<h1>Psychology</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1FirMf1bG5SDJmISaxyUMG87XgzeeNrFr">https://drive.google.com/drive/folders/1FirMf1bG5SDJmISaxyUMG87XgzeeNrFr</a>
<li>Potential Questions Doc: <a target="_blank" href="https://docs.google.com/document/d/1Fc0coZmkLIxUWX6Qiryt1hca9XtBsiqpt4Eu8sJ5txM/edit">https://docs.google.com/document/d/1Fc0coZmkLIxUWX6Qiryt1hca9XtBsiqpt4Eu8sJ5txM/edit</a>
<li>Quizlets SL: <a target="_blank" href="https://docs.google.com/document/d/1QAehqNY0mGzO9sbQKYPWYOwneDH8Zuran_PKLV_UMHI/edit">https://docs.google.com/document/d/1QAehqNY0mGzO9sbQKYPWYOwneDH8Zuran_PKLV_UMHI/edit</a>
<li>Biological SAQs: <a target="_blank" href="https://docs.google.com/document/d/1nV_7u9zkv5XdqocUh9N3208c3hRF9vBrQYaTvqwycZ0/edit">https://docs.google.com/document/d/1nV_7u9zkv5XdqocUh9N3208c3hRF9vBrQYaTvqwycZ0/edit</a>
<li>Sociocultural SAQs: <a target="_blank" href="https://docs.google.com/document/d/1T6mGSAsufC2EoTzC4XQrGu_uID2E_WK-nCiAys92PvA/edit">https://docs.google.com/document/d/1T6mGSAsufC2EoTzC4XQrGu_uID2E_WK-nCiAys92PvA/edit</a>
<li>Cognitive SAQs: <a target="_blank" href="https://docs.google.com/document/d/1agbKORfgyxnRkrmrypps7jZ2OY3gGdGi2baiYfCgzdE/edit">https://docs.google.com/document/d/1agbKORfgyxnRkrmrypps7jZ2OY3gGdGi2baiYfCgzdE/edit</a>
<li>HL ERQs Paper 1: <a target="_blank" href="https://docs.google.com/document/d/1apvjQEvCQO6PyHoVe3t8AXDBvz8J9_tQjhp-mCjk3LQ/edit">https://docs.google.com/document/d/1apvjQEvCQO6PyHoVe3t8AXDBvz8J9_tQjhp-mCjk3LQ/edit</a>
<li>Abnormal Etiologies study page: <a target="_blank" href="https://docs.google.com/document/d/1_w5z4o_d4-Bv_uZKb6gOYw2GEygFlG5hvbfaAjPqgJM/edit">https://docs.google.com/document/d/1_w5z4o_d4-Bv_uZKb6gOYw2GEygFlG5hvbfaAjPqgJM/edit</a>
<li>Essay plans for most of biological + cognitive approach (both SAQ and ERQ) and sociocultural (SAQ only): <a target="_blank" href="https://docs.google.com/document/d/1oAVzaoMHg4PP0vQRPscCMGa6n-8tIpI9vJjYp3wvORU/edit">https://docs.google.com/document/d/1oAVzaoMHg4PP0vQRPscCMGa6n-8tIpI9vJjYp3wvORU/edit</a>
<li>Outlines for erq/laq and saqs: <a target="_blank" href="https://docs.google.com/document/d/1Wi_B-ocH-F8ToVrAre1GMZCFHlGsDQkDKBCRwBiJ_kU/edit">https://docs.google.com/document/d/1Wi_B-ocH-F8ToVrAre1GMZCFHlGsDQkDKBCRwBiJ_kU/edit</a>
<li>BAB ERQ Exemplars 3 &amp; 4: <a target="_blank" href="https://docs.google.com/document/d/1GUzVfVtLKS2TibYRhb9g_EqU5exlJl18XXU10vEM3vM/edit">https://docs.google.com/document/d/1GUzVfVtLKS2TibYRhb9g_EqU5exlJl18XXU10vEM3vM/edit</a>
<li>Self Studying Psych Exams 101: <a target="_blank" href="https://docs.google.com/document/d/1dUhuHGbHJQ97sOMwjJtItfzy2yScSEH0Q35hST9Nssk/edit">https://docs.google.com/document/d/1dUhuHGbHJQ97sOMwjJtItfzy2yScSEH0Q35hST9Nssk/edit</a>
<li>Study planning template: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1H9D5lBBx1PsBtNuUMYjoPxggjBcN76Gj0TiMaqoSLXU/edit">https://docs.google.com/spreadsheets/d/1H9D5lBBx1PsBtNuUMYjoPxggjBcN76Gj0TiMaqoSLXU/edit</a>
<li>Question History Paper 1&amp;2 (N20): <a target="_blank" href="https://docs.google.com/spreadsheets/d/1XHjGIF_3YS2YBdqUm2RcJEF0kVUZkngC/edit">https://docs.google.com/spreadsheets/d/1XHjGIF_3YS2YBdqUm2RcJEF0kVUZkngC/edit</a>
<li>Compilation of SAQs, ERQs, and Paper 3 responses: <a target="_blank" href="https://docs.google.com/document/d/1khl9eViPFotu3DAxNc4YZT4GhPye6Fn5-CJd4e1ZTp4/edit">https://docs.google.com/document/d/1khl9eViPFotu3DAxNc4YZT4GhPye6Fn5-CJd4e1ZTp4/edit</a>
<li>Structure for exam questions + answers: <a target="_blank" href="https://docs.google.com/document/d/10samPjCQwlHbJ8CDWupldsimwhJOf5FVw1EkoYDBivw/edit">https://docs.google.com/document/d/10samPjCQwlHbJ8CDWupldsimwhJOf5FVw1EkoYDBivw/edit</a>
</ul>
<h1> French B &amp; ab initio</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/15dBVLy15W0leuOMLFmN_dRyBn4nN_-C1">https://drive.google.com/drive/folders/15dBVLy15W0leuOMLFmN_dRyBn4nN_-C1</a>
<li>External websites:
<ul>
<li><a target="_blank" href="https://www.francaisfacile.com/">https://www.francaisfacile.com/</a>
<li><a target="_blank" href="https://apprendre.tv5monde.com/fr">https://apprendre.tv5monde.com/fr</a>
<li><a target="_blank" href="https://savoirs.rfi.fr/fr">https://savoirs.rfi.fr/fr</a>
<li><a target="_blank" href="https://www.newsinslowfrench.com/">https://www.newsinslowfrench.com/</a>
<li><a target="_blank" href="http://onethinginafrenchday.podbean.com/">http://onethinginafrenchday.podbean.com/</a>
<li><a target="_blank" href="https://learnfrenchbypodcast.com/full_post.php?id=205">https://learnfrenchbypodcast.com/full_post.php?id=205</a>
<li><a target="_blank" href="https://radiolingua.com/">https://radiolingua.com/</a>
<li><a target="_blank" href="https://www.franceinter.fr/">https://www.franceinter.fr/</a>
<li><a target="_blank" href="https://newsinfrench.org/">https://newsinfrench.org/</a>
<li><a target="_blank" href="https://innerfrench.com/">https://innerfrench.com/</a>
<li><a target="_blank" href="https://open.spotify.com/playlist/1yHpuPuDr3w0UpGySW1zze?si=QmkqE4_7QVCgwgz7oKrw4A">https://open.spotify.com/playlist/1yHpuPuDr3w0UpGySW1zze?si=QmkqE4_7QVCgwgz7oKrw4A</a>
<li><a target="_blank" href="http://www.french-linguistics.co.uk/grammar/#.Xd5PPi2B1QJ">http://www.french-linguistics.co.uk/grammar/#.Xd5PPi2B1QJ</a>
</ul>
<li>Exam tips: <a target="_blank" href="https://docs.google.com/document/d/10IZ5GF2FtlXnRsHs9wf_E6dcj0EsjPQCNB8EnJU_to8/edit">https://docs.google.com/document/d/10IZ5GF2FtlXnRsHs9wf_E6dcj0EsjPQCNB8EnJU_to8/edit</a>
<li>French B SL: <a target="_blank" href="https://drive.google.com/drive/folders/1uJBMfUjbb9WbU8MaaJIT0M7MnHsS38jS">https://drive.google.com/drive/folders/1uJBMfUjbb9WbU8MaaJIT0M7MnHsS38jS</a>
<li><a target="_blank" href="http://www.tremplinfle.com/interview.html">http://www.tremplinfle.com/interview.html</a>
<li>Text types and prompts (2016): <a target="_blank" href="https://drive.google.com/drive/folders/1ncatjkm0OdcopKBWjWue0KLHuInUfK2J">https://drive.google.com/drive/folders/1ncatjkm0OdcopKBWjWue0KLHuInUfK2J</a>
<li>Text types: <a target="_blank" href="https://emilyvanderark.wixsite.com/education/text-types">https://emilyvanderark.wixsite.com/education/text-types</a>
<li>French B HL oral 29/30 (la petite fille de monsieur linh): <a target="_blank" href="https://drive.google.com/file/d/1ihQhjHayQsQUjBMFDW7mhp8a7qFLGvxM/view">https://drive.google.com/file/d/1ihQhjHayQsQUjBMFDW7mhp8a7qFLGvxM/view</a>
<li>Interview example: <a target="_blank" href="https://docs.google.com/viewer?a=v&amp;pid=sites&amp;srcid=c2FsZW0uazEyLnZhLnVzfGZyYXUtbW1lLXJpY2V8Z3g6MzYwZDlkYjY2MzMxODlkMw">https://docs.google.com/viewer?a=v&amp;pid=sites&amp;srcid=c2FsZW0uazEyLnZhLnVzfGZyYXUtbW1lLXJpY2V8Z3g6MzYwZDlkYjY2MzMxODlkMw</a>
<li>Vocabulary Quizlets:
<ul>
<li><a target="_blank" href="https://quizlet.com/_3zl6a5">https://quizlet.com/_3zl6a5</a>
<li><a target="_blank" href="https://quizlet.com/_491jb5">https://quizlet.com/_491jb5</a>
<li><a target="_blank" href="https://quizlet.com/join/wBcWNh9e2">https://quizlet.com/join/wBcWNh9e2</a>
<li><a target="_blank" href="https://quizlet.com/join/sGB9AG4FH?i=2yfcwt&amp;x=1bqt">https://quizlet.com/join/sGB9AG4FH?i=2yfcwt&amp;x=1bqt</a>
<li><a target="_blank" href="https://quizlet.com/Luigi-176/folders/francais-intermediaire/sets">https://quizlet.com/Luigi-176/folders/francais-intermediaire/sets</a>
<li><a target="_blank" href="https://quizlet.com/Luigi-176/folders/francais-intermediaire-2/sets">https://quizlet.com/Luigi-176/folders/francais-intermediaire-2/sets</a>
<li><a target="_blank" href="https://quizlet.com/Luigi-176/folders/francais-intermediaire-3/sets">https://quizlet.com/Luigi-176/folders/francais-intermediaire-3/sets</a>
<li><a target="_blank" href="https://quizlet.com/loisxm/folders/french/sets">https://quizlet.com/loisxm/folders/french/sets</a>
</ul>
<li>Conjugations:
<ul>
<li><a target="_blank" href="https://www.the-conjugation.com/french/">https://www.the-conjugation.com/french/</a>
<li><a target="_blank" href="https://youtu.be/18FBhJFhC_E">https://youtu.be/18FBhJFhC_E</a>
</ul>
<li>Passé composé:
<ul>
<li><a target="_blank" href="https://docs.google.com/document/d/154ZNxPVSXghlNSqLe4gMKLasHbt1mJZytO0FbhRmKwc/edit">https://docs.google.com/document/d/154ZNxPVSXghlNSqLe4gMKLasHbt1mJZytO0FbhRmKwc/edit</a>
<li><a target="_blank" href="http://laits.utexas.edu/tex/gr/tap2.html">http://laits.utexas.edu/tex/gr/tap2.html</a>
<li><a target="_blank" href="http://laits.utexas.edu/tex/gr/tap3.html">http://laits.utexas.edu/tex/gr/tap3.html</a>
<li><a target="_blank" href="http://laits.utexas.edu/tex/gr/tap4.html">http://laits.utexas.edu/tex/gr/tap4.html</a>
</ul>
<li>Futur simple:
<ul>
<li><a target="_blank" href="http://laits.utexas.edu/tex/gr/taf2.html">http://laits.utexas.edu/tex/gr/taf2.html</a>
<li><a target="_blank" href="http://laits.utexas.edu/tex/gr/taf3.html">http://laits.utexas.edu/tex/gr/taf3.html</a>
</ul>
<li>Imparfait: <a target="_blank" href="http://laits.utexas.edu/tex/gr/tap5.html">http://laits.utexas.edu/tex/gr/tap5.html</a>
<li>More Grammar:
<ul>
<li><a target="_blank" href="https://www.lawlessfrench.com/grammar/y-adverbial-pronoun/">https://www.lawlessfrench.com/grammar/y-adverbial-pronoun/</a>
<li><a target="_blank" href="http://laits.utexas.edu/tex/gr/adj3.html">http://laits.utexas.edu/tex/gr/adj3.html</a>
</ul>
</ul>
<h1> Spanish B &amp; ab initio</h1>
<ul>
<li>Discord resources: <a target="_blank" href="https://drive.google.com/drive/folders/1txlzfaRYqKcCXtIC2__CCeaC_aMlY9T7">https://drive.google.com/drive/folders/1txlzfaRYqKcCXtIC2__CCeaC_aMlY9T7</a>
<li>Spanish Verb Tenses: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1ecwwcltZIIdoIChfRYbXAyOD2enuND_3TP0ckNLOjBA/edit#gid=875061247">https://docs.google.com/spreadsheets/d/1ecwwcltZIIdoIChfRYbXAyOD2enuND_3TP0ckNLOjBA/edit#gid=875061247</a>
<li>Spanish B HL Tips &amp; Tricks: <a target="_blank" href="https://docs.google.com/document/d/1wBXVHUvK-ttnf2um9Vzf7HQd8io2sn0QMj137Ei_zoE/edit">https://docs.google.com/document/d/1wBXVHUvK-ttnf2um9Vzf7HQd8io2sn0QMj137Ei_zoE/edit</a>
<li>Rules for Spanish Accent Marks: <a target="_blank" href="https://catalog.ldc.upenn.edu/docs/LDC2019S07/Rules_for_Spanish_Accent_Marks.pdf">https://catalog.ldc.upenn.edu/docs/LDC2019S07/Rules_for_Spanish_Accent_Marks.pdf</a>
<li><a target="_blank" href="https://studyspanish.com/grammar">https://studyspanish.com/grammar</a>
<li>Spanish Ab Initio Vocab: <a target="_blank" href="https://quizlet.com/search?query=Spanish-Ab-Initio&amp;type=sets">https://quizlet.com/search?query=Spanish-Ab-Initio&amp;type=sets</a>
<li><a target="_blank" href="https://www.fluentu.com/blog/spanish/spanish-tenses/">https://www.fluentu.com/blog/spanish/spanish-tenses/</a>
<li><a target="_blank" href="https://ibyourwayout.wordpress.com/spanish-b-sl/text-types/">https://ibyourwayout.wordpress.com/spanish-b-sl/text-types/</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1Rm6Y3C2CeMBSNKXtCdIh9ljAMtbHC7NNoKwH46b2yuo/edit">https://docs.google.com/document/d/1Rm6Y3C2CeMBSNKXtCdIh9ljAMtbHC7NNoKwH46b2yuo/edit</a>
<li>LangB Reading Comp &amp; Orals tips: <a target="_blank" href="https://docs.google.com/document/d/1_8A8aR5V2QSd6Prvm0cXUwEvLkVYywAhYpYvU5phNJY/edit">https://docs.google.com/document/d/1_8A8aR5V2QSd6Prvm0cXUwEvLkVYywAhYpYvU5phNJY/edit</a>
<li>Ab Initio Quizlet: <a target="_blank" href="https://quizlet.com/join/ND6QYeJFF">https://quizlet.com/join/ND6QYeJFF</a>
<li>Text types: <a target="_blank" href="https://www.dropbox.com/s/lsze3ihzr1mok8f/Text%20Types.docx?dl=0">https://www.dropbox.com/s/lsze3ihzr1mok8f/Text%20Types.docx?dl=0</a>
<li>Flashcards:
<ul>
<li><a target="_blank" href="http://www.spanishcentral.com/flashcards/list/sentence-connectors">http://www.spanishcentral.com/flashcards/list/sentence-connectors</a>
<li><a target="_blank" href="https://quizlet.com/216900588/ib-spanish-vocabulary-flash-cards/">https://quizlet.com/216900588/ib-spanish-vocabulary-flash-cards/</a>
<li><a target="_blank" href="https://quizlet.com/202993064/spanish-ib-exam-flash-cards/">https://quizlet.com/202993064/spanish-ib-exam-flash-cards/</a>
<li><a target="_blank" href="https://quizlet.com/300503284/final-exam-2018-spanish-ib-flash-cards/">https://quizlet.com/300503284/final-exam-2018-spanish-ib-flash-cards/</a>
</ul>
<li>Useful Phrases + Basics + Transition Words: <a target="_blank" href="https://docs.google.com/document/d/1dgSMMSziU6dV94un3wJt12l98JIzqboh57xYZG-UR-o/edit">https://docs.google.com/document/d/1dgSMMSziU6dV94un3wJt12l98JIzqboh57xYZG-UR-o/edit</a>
<li>Ab Initio Writing Formats: <a target="_blank" href="https://fliphtml5.com/iaaw/vvhw/basic">https://fliphtml5.com/iaaw/vvhw/basic</a>
<li>Listening practice:
<ul>
<li><a target="_blank" href="https://open.spotify.com/show/4WYj81C37trSAv42zwnipj?si=Kmm2fXFKT8OR35RODvSFRA">https://open.spotify.com/show/4WYj81C37trSAv42zwnipj?si=Kmm2fXFKT8OR35RODvSFRA</a>
<li><a target="_blank" href="https://open.spotify.com/show/5XiUYHNy7ZIhN7yIpIv8Qe?si=_qHl25IiTXOKxE5dr5i66w">https://open.spotify.com/show/5XiUYHNy7ZIhN7yIpIv8Qe?si=_qHl25IiTXOKxE5dr5i66w</a>
<li><a target="_blank" href="https://open.spotify.com/show/5uYWauEX01Ixr9NVU8PMaH?si=YfgL-4WiQ4WT_5_jv3TGhg">https://open.spotify.com/show/5uYWauEX01Ixr9NVU8PMaH?si=YfgL-4WiQ4WT_5_jv3TGhg</a>
<li><a target="_blank" href="https://open.spotify.com/show/6Gn7jHNS03HR40kP4BKZuV?si=0hQc1gQGSFGc8Dd6DkifIQ">https://open.spotify.com/show/6Gn7jHNS03HR40kP4BKZuV?si=0hQc1gQGSFGc8Dd6DkifIQ</a>
</ul>
</ul>
<h1> Chinese B &amp; ab initio</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1dC08Ks_bg9JOcEJnPe5NS6T2cO163zN6">https://drive.google.com/drive/folders/1dC08Ks_bg9JOcEJnPe5NS6T2cO163zN6</a>
<li>Chinese B SL Oral Guide: <a target="_blank" href="https://docs.google.com/document/d/1k7Umx8RdRS9kyTOZ89y4lBc4kvY-NCy6gE3E2LITvZc/edit">https://docs.google.com/document/d/1k7Umx8RdRS9kyTOZ89y4lBc4kvY-NCy6gE3E2LITvZc/edit</a>
<li><a target="_blank" href="https://resources.allsetlearning.com/chinese/grammar/Main_Page">https://resources.allsetlearning.com/chinese/grammar/Main_Page</a>
<li><a target="_blank" href="https://www.youtube.com/channel/UCC_fdR7zZ_5SU--xuOrEdKw">https://www.youtube.com/channel/UCC_fdR7zZ_5SU--xuOrEdKw</a>
<li>Text types: <a target="_blank" href="https://docs.google.com/presentation/d/19LO80dpug07CgepoBlEan2pbVKHwTc0ZCZS9AiFrIpI/edit">https://docs.google.com/presentation/d/19LO80dpug07CgepoBlEan2pbVKHwTc0ZCZS9AiFrIpI/edit</a>
<li>Idioms dictionary: <a target="_blank" href="https://www.purpleculture.net/dictionary-details/?word=%E6%84%8F%E5%A4%96">https://www.purpleculture.net/dictionary-details/?word=%E6%84%8F%E5%A4%96</a>
<li>Idioms list: <a target="_blank" href="https://mandarinhq.com/2019/01/chinese-idioms-chengyu/">https://mandarinhq.com/2019/01/chinese-idioms-chengyu/</a>
<li><a target="_blank" href="https://slideplayer.com/slide/8197748/">https://slideplayer.com/slide/8197748/</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1CSiTvzswTTpGXh-MUxBeCnaPNLxIj2-BEfPvMIFl02g/edit">https://docs.google.com/document/d/1CSiTvzswTTpGXh-MUxBeCnaPNLxIj2-BEfPvMIFl02g/edit</a>
<li>Mandarin B SL - Conjunctions: <a target="_blank" href="https://quizlet.com/474568428/chn5-ib-mandarin-b-sl-conjunctions-%E8%BF%9E%E8%AF%8D-flash-cards/?i=2p322h&amp;x=1jqY">https://quizlet.com/474568428/chn5-ib-mandarin-b-sl-conjunctions-%E8%BF%9E%E8%AF%8D-flash-cards/?i=2p322h&amp;x=1jqY</a>
</ul>
<h1> ITGS</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1vwqutOKIF9byf9Smp2RWcvmcHSNIBt35">https://drive.google.com/drive/folders/1vwqutOKIF9byf9Smp2RWcvmcHSNIBt35</a>
<li>Exam Notes: <a target="_blank" href="https://docs.google.com/document/d/1qE5vGs9od9eKpne8W7w2aWPx6AZHjpUZu8R9QrfelW4/edit#heading=h.gjdgxs">https://docs.google.com/document/d/1qE5vGs9od9eKpne8W7w2aWPx6AZHjpUZu8R9QrfelW4/edit#heading=h.gjdgxs</a>
<li><a target="_blank" href="https://quizlet.com/LouisaMaureen/folders/itgs-paper-1/sets">https://quizlet.com/LouisaMaureen/folders/itgs-paper-1/sets</a>
<li><a target="_blank" href="https://quizlet.com/LouisaMaureen/folders/itgs-paper-2/sets">https://quizlet.com/LouisaMaureen/folders/itgs-paper-2/sets</a>
<li>Describing Processes: <a target="_blank" href="https://docs.google.com/spreadsheets/d/1sGbD_W5eWyqHH8FEI3Of1thH3REC_7wLc3NQOzsDxJM/edit#gid=0">https://docs.google.com/spreadsheets/d/1sGbD_W5eWyqHH8FEI3Of1thH3REC_7wLc3NQOzsDxJM/edit#gid=0</a>
<li>IA: <a target="_blank" href="https://www.itgstextbook.com/internal-assessment-project.php">https://www.itgstextbook.com/internal-assessment-project.php</a>
</ul>
<h1>Global Politics</h1>
<ul>
<li><strong>Discord resources:</strong> <a target="_blank" href="https://drive.google.com/drive/folders/1pU7-5oflka3Gk-Po1_RtF2DYv8FFcKMG">https://drive.google.com/drive/folders/1pU7-5oflka3Gk-Po1_RtF2DYv8FFcKMG</a>
<li><a target="_blank" href="https://glopoib.wordpress.com/">https://glopoib.wordpress.com/</a>
<li><a target="_blank" href="https://sites.google.com/cdnis.edu.hk/globalpolitics/">https://sites.google.com/cdnis.edu.hk/globalpolitics/</a>
<li>Unit 1 Case Study Review: <a target="_blank" href="https://docs.google.com/document/d/13vBy9pYZrVApAB0jrRriFJ9ilTtr64eK0Kd4BKlg2U8/edit">https://docs.google.com/document/d/13vBy9pYZrVApAB0jrRriFJ9ilTtr64eK0Kd4BKlg2U8/edit</a>
</ul>
<h1>Design &amp; Technology</h1>
<ul>
<li><a target="_blank" href="https://www.ruthtrumpold.id.au/destech/">https://www.ruthtrumpold.id.au/destech/</a>
</ul>
<h1>Visual Arts</h1>
<ul>
<li><a target="_blank" href="https://meganchurchart.com/">https://meganchurchart.com/</a>
</ul>
<h1>Sport, Exercise &amp; Health Science</h1>
<ul>
<li><a target="_blank" href="https://ibsportsscience.wixsite.com/home">https://ibsportsscience.wixsite.com/home</a>
<li>Notes (Spanish): <a target="_blank" href="https://docs.google.com/document/d/1UMicyp3WBWxsaMd6pha9AENAVQeYh0dUauD02hfoUm0">https://docs.google.com/document/d/1UMicyp3WBWxsaMd6pha9AENAVQeYh0dUauD02hfoUm0</a>
<li>Notes (English): <a target="_blank" href="https://docs.google.com/document/d/1ETtKjegd7pZR9-eiSGzCHq9_2o9X_TWaRmrBpe74wIg">https://docs.google.com/document/d/1ETtKjegd7pZR9-eiSGzCHq9_2o9X_TWaRmrBpe74wIg</a>
</ul>
<h1>Digital Society</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1Wz_P5O8hX6atKVKcSdb4g5CUpknXAWBc">https://drive.google.com/drive/folders/1Wz_P5O8hX6atKVKcSdb4g5CUpknXAWBc</a>
</ul>
</body>
</html>

88
index.html Normal file
View file

@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>pirateIB</title>
<link rel="icon" type="image/png" href="./assets/logo.png" sizes="any">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to pirateIB! A place for sharing pirated resources for IB students.">
<meta name="keywords" content="pirateib, ibdocs2, IB Documents (2) Team, IB Documents, ibdocs, ibo, ib, r/pirateib, ib leaks, ib leaked papers, m24, m24 exam pack, m24 official exam pack">
<meta name="license" content="Public Domain">
<meta name="copyright" content="Public Domain">
<meta name="robots" content="index, follow">
<meta property="og:image" content="https://pirateib.xyz/assets/logo.png">
<meta property="og:type" content="website">
<meta property="og:title" content="pirateIB">
<meta property="og:description" content="Welcome to pirateIB! A place for sharing pirated resources for IB students.">
<meta property="og:url" content="https://pirateib.xyz">
<link rel="canonical" href="https://pirateib.xyz">
<script type="application/ld+json">{"@context": "https://schema.org","@type": "Website","name": "pirateIB","url": "https://pirateib.xyz","logo": "https://pirateib.xyz/assets/logo.png"}</script>
<style>
@font-face {
font-family: 'Product Sans';
src: url('assets/ProductSans-Regular.ttf') format('truetype');
}
* {
font-family: 'Product Sans', Arial, sans-serif;
}
h3 {
font-size: 32px !important;
}
@media (prefers-color-scheme: dark) {
html, body {
background-color: #181a1b;
color: white;
}
* {
color: white;
}
a {
color: #3391ff;
}
}
</style>
</head>
<body>
<h1>pirateIB</h1>
<h2>Welcome to pirateIB! A place for sharing pirated resources for IB students.</h2>
<hr>
<ul>
<li><h3><a href="https://repo.pirateib.xyz/" target="_blank" style="color:red;">pirateIB Repository repo.pirateib.xyz</a></h3>
<li><h3><span style="color:red">[NEW] </span><a href="https://repo.pirateib.xyz/?p=IB+PAST+PAPERS+-+YEAR%2F2025+Examination+Session" target="_blank">M25 donated papers</a></h3>
<li><h3><span style="color:red">[UPDATED] </span><a href="https://pestle.pages.dev/" target="_blank">Mortar & Pestle - IB QuestionBank</a></h3>
<li><h3><a href="https://repo.pirateib.xyz/IB%20PAST%20PAPERS%20-%20YEAR/2024%20Examination%20Session/November%202024%20Examination%20Session/" target="_blank">N24 official exam pack (online)</a></h3>
<li><h3><a href="https://buzzheavier.com/6zdp8bgw7bx2" target="_blank">N24 official exam pack (download 0.7 GB)</a></h3>
<li><h3><a href="https://repo.pirateib.xyz/?p=IB+DOCUMENTS%2FGrade+Boundaries&view=November+2024+Grade+Boundaries.pdf" target="_blank">November 2024 Official Grade Boundaries</a></h3>
<li><h3><a href="https://repo.pirateib.xyz/?p=IB+BOOKS%2FGroup+3+-+Individuals+and+Societies%2FBusiness+Management%2FLevel7+Education" target="_blank">May 2025 BM Case Study Pack (Myt PLC) PDF + Powerpoint</a></h3>
</ul>
<hr>
<ul>
<li><h3><span style="color:red; text-decoration: none;"><a href="./announcements" target="_self" style="color:red">Announcements (backup HERE)</a></span>&emsp;<!--<a href="https://t.me/s/pirateIBnew" target="_blank"><span style="color: #24A1DE; text-decoration: underline #24A1DE;">Telegram</span></a>&emsp;&emsp;<a href="https://whatsapp.com/channel/0029VanD2D95K3zUFAgK2A3s" target="_blank"><span style="color: #25D366; text-decoration: underline #25D366;">WhatsApp</span></a>&emsp;&emsp;--><a href="https://discord.pirateib.xyz" target="_blank"><span style="color: #5865F2; text-decoration: underline #5865F2;">Discord</span></a>&emsp;&emsp;<a href="https://instagram.pirateib.xyz" target="_blank"><span style="color: #c13584; text-decoration: underline #c13584;">Instagram</span></a></h3>
<li><h3><a href="./resguide/" target="_self" style="color:red">Resources Guide</a></h3>
<li><h3><a href="./ibnotes/" target="_self" style="color:red">The Biggest IB Notes Compilation Ever!</a></h3>
<li><h3><a href="./marxify/" target="_blank">Marxify PirateIB Exemplars Repository (TOK, IA & EE)</a></h3>
<li><h3><a href="https://smearchive.pages.dev" target="_blank">SME Archive</a></h3>
<li><h3><a href="https://revisiontown2024.pages.dev/" target="_blank">Revision Town</a></h3>
</ul>
<hr>
<ul>
<li><h3><a href="https://repo.pirateib.xyz/index.php?p=IB+PAST+PAPERS+-+YEAR%2F2024+Examination+Session%2FDONATED+PAPERS+N24" target="_blank">N24 donated papers (old)</a></h3>
<li><h3><a href="https://buzzheavier.com/85zrf37py99v" target="_blank">Repository download (full ZIP) - Feb 2025*</a></h3>
<li><h3><a href="https://buzzheavier.com/v4s0o5fm1e5r" target="_blank">Repository download (single folders) - Feb 2025*</a></h3>
<li><h3><a href="./tor" target="_blank">pirateIB Website &amp; Repo TOR mirror</a> <img src="./assets/onion.png" height="35" style="background-color: lightpink"></h3>
<!--<li><h3><a href="https://pirateib.xyz/repo2" target="_blank">Mirror pirateIB repository <i>pirateib.xyz/repo2</i></a></h3>-->
<li><h3><a href="https://dl.ibdocs.re/" target="_blank">IB Docs repository</a></h3>
</ul>
<footer>
<hr>
<p>* Missing: SME Archive offline, and 2023-24 papers by subject.</p>
</footer>
</body>
</html>

1
marxify/bulma.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1479
marxify/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load diff

425
marxify/index.html Normal file
View file

@ -0,0 +1,425 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="marxify, clastify, ib coursework, excellent ib coursework, exemplars, exemplars repository, pirateib, internal assessment, IA, TOK">
<title>Marxify | PirateIB Exemplars Repository</title>
<meta name="description" content="Marxify because excellent IB Coursework should be free">
<meta name="license" content="Public Domain">
<meta name="copyright" content="Public Domain">
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="./bulma.min.css">
<link rel="shortcut icon" type="image/x-icon" href="../assets/logo.png">
<link rel="stylesheet" href="./font-awesome.css">
<style>
@media (prefers-color-scheme: dark) {
html, body {
background-color: #181a1b;
color: white;
}
* {
color: white;
}
a {
color: #3391ff;
}
table, th, td, input, textarea, select, button {
background-color: #181a1b !important;
color: white !important;
border-color: white;
}
}
</style>
<script>
var activeFilter=new Map();function filter(elementId,index,isSelect){document.getElementById(elementId).addEventListener('change',function(){let filterValue;if(isSelect){const selectElement=document.getElementById(elementId);const selectedValue=selectElement.options[selectElement.selectedIndex].value.toLowerCase();filterValue=(selectedValue==="__select")?null:selectedValue}else{const inputValue=document.getElementById(elementId).value;filterValue=(inputValue.length===0)?null:inputValue.toLowerCase()}
if(filterValue===null){activeFilter.delete(elementId)}else{const filterObject={index:index,filter:filterValue};activeFilter.set(elementId,filterObject)}
render()})}
function render(){const rows=document.getElementById("exemplars").getElementsByTagName("tr");for(let i=0;i<rows.length;i++){const row=rows[i];let shouldHide=!1;if(activeFilter.size>0){const cells=row.getElementsByTagName("td");if(cells.length===0)continue;for(const restriction of activeFilter.values()){if(cells[restriction.index].innerText.toLowerCase().indexOf(restriction.filter)===-1){shouldHide=!0;break}}}
if(shouldHide){if(!row.classList.contains("is-hidden")){row.classList.add("is-hidden")}}else{if(row.classList.contains("is-hidden")){row.classList.remove("is-hidden")}}}}
document.addEventListener('DOMContentLoaded',function(){filter("_subject",0,!0);filter("_level",1,!0);filter("_grade",4,!0);filter("_session",5,!1)})
</script>
</head>
<section class="hero is-danger">
<div class="hero-body">
<div class="container">
<a href="//pirateib.xyz"><img src="../assets/marx_head.svg" alt="Marx" width="125"><img style="border-radius: 150px;" src="//pirateib.xyz/assets/logo.png" alt="pirateIB logo" width="125"></a>
<h1 class="title"><strong style="font-size: 45px;">Marxify</strong> because excellent IB coursework should be free.</h1><br>
<h2 class="subtitle"><strong>PirateIB Exemplars Repository</strong></h2>
<hr>
<p>If you would like to donate your IB coursework and contribute to Marxify, please email us at <a href="mailto:pirateib.qfz17@aleeas.com">pirateib.qfz17@aleeas.com</a></p>
</div>
</div>
</section>
<section class="section">
<div class="modal" id="_modal">
<div class="modal-background"></div>
<div class="modal-card">
</div>
</div>
<div class="container">
<div class="level">
<div class="level-left">
<div class="level-item">
<div class="field">
<div class="control"><span class="select"><select id="_subject" name="Subject">
<option value="__select">Any Subject</option>
<option value="TOK">TOK</option>
<option value="English A Language and Literature">English A Language and Literature</option>
<option value="English A Literature">English A Literature</option>
<option value="French A Language and Literature">French A Language and Literature</option>
<option value="French A Literature">French A Literature</option>
<option value="Spanish A Language and Literature">Spanish A Language and Literature</option>
<option value="Spanish A Literature">Spanish A Literature</option>
<option value="Other Language A Language and Literature">Other Language A Language and Literature
</option>
<option value="Other Language A Literature">Other Language A Literature</option>
<option value="English ab initio">English ab initio</option>
<option value="English B">English B</option>
<option value="French ab initio">French ab initio</option>
<option value="French B">French B</option>
<option value="Spanish ab initio">Spanish ab initio</option>
<option value="Spanish B">Spanish B</option>
<option value="Other Language ab initio">Other Language ab initio</option>
<option value="Other Language B">Other Language B</option>
<option value="Art History">Art History</option>
<option value="Brazilian Social Studies">Brazilian Social Studies</option>
<option value="Business management">Business management</option>
<option value="Economics">Economics</option>
<option value="Geography">Geography</option>
<option value="Global politics">Global politics</option>
<option value="History">History</option>
<option value="ITGS">ITGS</option>
<option value="Philosophy">Philosophy</option>
<option value="Psychology">Psychology</option>
<option value="World Studies">World Studies</option>
<option value="Other Group 3">Other Group 3</option>
<option value="Astronomy">Astronomy</option>
<option value="Biology">Biology</option>
<option value="Chemistry">Chemistry</option>
<option value="Computer Science">Computer Science</option>
<option value="Design Technology">Design Technology</option>
<option value="Environmental Systems Societies">Environmental Systems Societies</option>
<option value="Physics">Physics</option>
<option value="Sports Exercise and Health Science">Sports Exercise and Health Science</option>
<option value="Other Group 4">Other Group 4</option>
<option value="Further mathematics">Further mathematics</option>
<option value="Mathematical studies">Mathematical studies</option>
<option value="Mathematics">Mathematics</option>
<option value="Other Group 5">Other Group 5</option>
<option value="Dance">Dance</option>
<option value="Film">Film</option>
<option value="Music">Music</option>
<option value="Theatre">Theatre</option>
<option value="Visual Arts">Visual Arts</option>
<option value="Other Group 6">Other Group 6</option>
</select></span></div>
</div>
</div>
<div class="level-item">
<div class="field">
<div class="control"><span class="select"><select id="_level" name="Level">
<option value="__select">Any Level</option>
<option value="HL">HL (IA)</option>
<option value="SL">SL (IA)</option>
<option value="Core">Core (EE/TOK)</option>
</select></span></div>
</div>
</div>
<div class="level-item">
<div class="field">
<div class="control"><span class="select"><select id="_grade" name="Grade">
<option value="__select">Any Grade</option>
<option value="7">7</option>
<option value="6">6</option>
<option value="5">5</option>
<option value="4">4</option>
<option value="3">3</option>
<option value="2">2</option>
<option value="1">1</option>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
</select></span></div>
</div>
</div>
<div class="level-item">
<div class="field">
<div class="control"><input class="input" id="_session" type="text" placeholder="Examination Session"></div>
</div>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table class="table" id="exemplars">
<thead>
<tr>
<th>Subject</th>
<th>Level</th>
<th>DP Language</th>
<th>Raw Mark</th>
<th>Grade Achieved</th>
<th>Session</th>
<th>Comments</th>
<!--<th>Credits</th>-->
</tr>
</thead>
<tfoot>
<tr>
<th>Subject</th>
<th>Level</th>
<th>DP Language</th>
<th>Raw Mark</th>
<th>Grade Achieved</th>
<th>Session</th>
<th>Comments</th>
<!--<th>Credits</th>-->
</tr>
</tfoot>
<tbody>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_5d751674921b4a939123ee96e337abbf.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>32</td><td>A</td><td>May 2019</td><td style="word-break: break-word;">Investigating The Effect of Customizeable Configurations of Computer Vision Algorithms on Performance</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_5528091f382144c2bc7069683ae56407.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>21</td><td>B</td><td>May 2019</td><td style="word-break: break-word;">To what extent are the binary and jump search algorithms efficient for data sets of increasing sizes?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_2effd87e251b4e51b74744492085c01e.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2018</td><td style="word-break: break-word;">Assessing the use of machine learning algorithms for predicting the outcome of random number generators.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_431b7e94bc5e4b4a91067e422400e1a9.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2018</td><td style="word-break: break-word;">Investigating the time complexities of the AVL Tree and Red-Black Tree insertion algorithms.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_d21d726d209a4151b93b2c0b2b54dc19.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>26</td><td>B</td><td>May 2018</td><td style="word-break: break-word;">Comparing the Performance of Different Classifier Data Mining Algorithms in Relation to the Size of the Training Set</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_211ac98c89594a458e82001394f47a4c.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>20</td><td>C</td><td>May 2018</td><td style="word-break: break-word;">To what extent does varying the speeds of system RAM affect the speeds of a hard disk drive in a computer system in a computerized workplace?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_580513775d914618986a05b00a402da7.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>26</td><td>B</td><td>May 2021</td><td style="word-break: break-word;">What is the difference between the runtime efficiency of Dijkstra's and the A* pathfinding algorithms in finding the shortest path in mazes with varying size?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_5ae9936f14d24beeabc95a4fa33780e0.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2019</td><td style="word-break: break-word;">To what extent can Genetic Algorithms optimize the English Keyboard Layout for Speed?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_bbb0bac26b164cf89ecdaf7968695e38.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>23</td><td>B</td><td>May 2019</td><td style="word-break: break-word;">The use of Neural Networks in Verifying Handwritten Signatures</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_dbe000af308548609bf9bbb4f9382b9f.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>November 2018</td><td style="word-break: break-word;">Investigation Into 256-bit Hashing and Its Vulnerability to Increasing Computing Speeds</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_06bc16409bbb4ab783952d899f4a70c8.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>17</td><td>C</td><td>May 2018</td><td style="word-break: break-word;">To what extent would Depth first search or Breadth first search be suitable for search in graph data structures used by social networks, taking time and memory as determining factors, in the java virtual machine?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_47a51123279a4cbfb412ca87bc78ae93.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2018</td><td style="word-break: break-word;">To what extent does Kernel Page Table Isolation affect performance in systems powered by Intel CPUs?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_2ad847e9fb9c4abf87e6f58befe23100.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>17</td><td>C</td><td>November 2019</td><td style="word-break: break-word;">To what extent the variation in search pattern will affect the efficiency of Rabin Karp algorithm and Boyer Moore algorithm in the terms of time complexity?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_c3e9a0476ac24e24b8692e4bd8e9b53a.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">To what extent is the TF-IDF score a reliable means of classifying text and predicting job titles?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_30642b7c1ef74cc79f1a1f509602e5e8.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>31</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">To what extent are character-level convolutional neural networks viable for classifying texts by their century of creation?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_affeaf5b97e64492bd32f98b9f5fb76d.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>17</td><td>C</td><td>May 2020</td><td style="word-break: break-word;">How effective are graph path searching and traversing algorithms compared to tree ones?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_880f84c14f954c4f95142fda6d1e645f.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">To what extent is the GNU C library heap implementation on glibc version 2.31 more secure than version 2.15 and how has this affected its performance?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_01fcb311254c42ec985bd32b893943fb.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>24</td><td>B</td><td>May 2020</td><td style="word-break: break-word;">Investigating the efficiency of AES and RSA Encryption algorithms in terms of the memory used and time taken to encrypt/decrypt alphanumeric data</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_91bc823789014bad9808f14abfb8c191.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>24</td><td>B</td><td>May 2021</td><td style="word-break: break-word;">Which type of random number generator most consistently produces sufficiently random binary sequences?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_73cd570d568244859190a29995589a32.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">To what extent is a divide-and-conquer algorithm applicable to solving the problem of ordinal classification with a binary classifier in terms of time complexity and performance?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_e43a65cb41e24a5baf8e39b37629f3d1.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">How does the sorting efficiency of the Tree Sort compare to that of the Heap Sort in terms of time complexity for increasing sizes of randomized integer datasets?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_ea6cb72f5ad44f98a0f660f402c7e6d0.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>26</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">To what extent register-based bytecode is more suitable for high-performance process virtual machines than stack-based bytecode?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_a4450177ac944cf0a7110d46c61702b7.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>16</td><td>C</td><td>May 2021</td><td style="word-break: break-word;">To what extent is type inference possible for statically typed polymorphic object-oriented programming languages?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_a4e1921abfda45ddacbfb840b41ea374.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>22</td><td>B</td><td>May 2021</td><td style="word-break: break-word;">How far does Dijkstra's search algorithm compare to A* search algorithm for finding the shortest path in a graph as the size of the graph increases by number of vertices?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_6e367149a33142cbb5aef295e3d339de.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>14</td><td>C</td><td>May 2021</td><td style="word-break: break-word;">To what extent is the Chinese Pinyin IME different from Chinese Stroke IME in terms of speed and efficiency?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_9620c000ac314a34a983190fce3b0158.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">To what extent do contemporary quantum computing solutions affect the current and future security of RSA as a public key cryptography solution?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_3d36dcd938b641b59bfaaefc8dce5685.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>26</td><td>A</td><td>May 2022</td><td style="word-break: break-word;">Investigating Relationship Between Covid-19 and Spectrograms of Coughing Acoustics Through the Use of Convolutional Neural Network</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_1c6f9d796063438885de2c44b57ad9b8.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>23</td><td>B</td><td>May 2022</td><td style="word-break: break-word;">A Comparative Study of the Blowfish and RSA Encryption Algorithms' speed while encrypting data of different sizes.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_632b41c8c69a475ea7cd4f8a396dbbcd.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2022</td><td style="word-break: break-word;">To what extent is the performance of tournament selection strategy better than that of roulette wheel selection in solving the Knapsack Problem in terms of convergence rate and quality of the solution with different configurations?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_52c977bcf7294e788e6f21aeb5308876.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>26</td><td>A</td><td>May 2022</td><td style="word-break: break-word;">Investigating the effect on performance using a data structure in graph algorithms</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_cb39c44a1c074609a2be77b0e842191f.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>26</td><td>A</td><td>May 2022</td><td style="word-break: break-word;">How accurate and efficient are different neural networks in solving the protein folding problem?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_ba1b5a377a3846a4b2e57bd2d6e9e73a.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2022</td><td style="word-break: break-word;">Which hashing algorithm out of MD5 and SHA -1 is the best in validating data transfer using SFTP (simple file transfer protocol) over a network that implements SSH protocol in terms of speed of data transfer and collision resistance?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_9b317f72018440bab027a355c0f720b4.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>23</td><td>B</td><td>May 2022</td><td style="word-break: break-word;">To what extent Branch and Bound algorithm, Greedy algorithm and the Christofides' algorithm are efficient ways of solving the Travelling Salesman Problem (TSP)?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_1e5eaa9f41cb42ec97536f570297b24d.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2022</td><td style="word-break: break-word;">To what extent is the speed of a Levenshtein's distance-based approximate string-matching algorithm different when being processed on a CPU vs. on a GPU?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_da3681bae7254c96bae278c41450420d.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>November 2022</td><td style="word-break: break-word;">In Solving the Travelling Salesman Problem Using a Genetic Algorithm, How Does Order Crossover Compare to Partially Mapped Crossover in Terms of Improving the Efficiency of Convergence and Optimality of the Solution?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_fc90188c60c24b5698bbe5299b9e1370.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>November 2022</td><td style="word-break: break-word;">How does the genetic algorithm compare to that of the particle swarm optimization algorithm in providing solutions to optimization problems in terms of speed and accuracy?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_aa1404ef72d1488586d3c48b992cda94.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>22</td><td>B</td><td>May 2023</td><td style="word-break: break-word;">To what extent can the genetic algorithm be applied in constructing decision trees for data classification?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_366c1c3315294224acb5d5c5e3bfc1dd.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2023</td><td style="word-break: break-word;">To what extent is the performance of the k-means clustering algorithm in unsupervised learning influenced by the initial placement algorithm, the number of features, and the number of clusters?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_827874013c30475bbd04d51fc1efb240.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2023</td><td style="word-break: break-word;">To what extent can a Feed Forward Neural Network successfully mitigate an HTTP-flood distributed denial-of-service attack?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_6a0c1b67675b43b4989ac3a381f80b79.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>25</td><td>B</td><td>May 2023</td><td style="word-break: break-word;">How does "k-nearest neighbour algorithm" compare to "Na&iuml;ve Bayes algorithm" in diagnosing Parkinson's Disease, when using striatum dimensional features as input data?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_c34eee596f47410dbf924796cd6e87a3.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2023</td><td style="word-break: break-word;">To what extent is the ability of an intelligent agent to operate in unfamiliar scenarios affected by the number of hidden-layer neurons in its neural network and the number of generations it is trained for?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_bac7a79f156645d8897f15086d6299f1.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>20</td><td>C</td><td>May 2023</td><td style="word-break: break-word;">How effectively do the hyperparameters of a GANs influence its ability to generate high-quality images and its time complexity?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_eaa6574a4d934bb3a56c1728d2271be2.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>23</td><td>B</td><td>May 2023</td><td style="word-break: break-word;">To what extent does Smoothing Reduce False Edge Detection from Blurry Areas of Images on Various Edge Detection Algorithms?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_1a6702c9051f414fadcf57590918e324.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>18</td><td>C</td><td>May 2023</td><td style="word-break: break-word;">How does Netflix's Recommendation Algorithm use a collaborative filtering-based recommender system to provide efficient recommendations to users?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_b9fa9b8ab76f417894e1aded61be4038.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>32</td><td>A</td><td>May 2023</td><td style="word-break: break-word;">To what extent is the accuracy of LSTM neural Networks for the prediction of bitcoin pricing influenced by time frequencies?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_0e6fe32122cb4fb4a3f4f7b2020b090f.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">How do convolutional neural networks compare to recurrent neural networks in terms of speed and accuracy when performing speech recognition?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_e854d1d22f154dc589e88b5f367f26db.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2022</td><td style="word-break: break-word;">To what extent is the performance of a neural network dependent on the batch size and number of epochs at varying rates of training data mislabelling?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_5b1333a0a3a043cab90df4e4cefd363e.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2024</td><td style="word-break: break-word;">To what extent do increasing processor speeds impact the efficiency of brute-force attacks against Merkle-Damg ̊ard-based cryptographic hashing functions?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_dd504f6988be4718bb194c0d13b935a3.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2024</td><td style="word-break: break-word;">To what extent does increasing the number of children impact the Surface Area Heuristic ratio and Build Time in Bounding Volume Hierarchies in Ray Tracing Applications?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_51bf3902a67f435798652b7873ffd67b.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2024</td><td style="word-break: break-word;">To what extent do branch mispredictions affect the performance of well-known comparison sorts?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_425ae565a1c54fdf9d3f87f319f0d206.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2024</td><td style="word-break: break-word;">How does the Spectre vulnerability patch affect the performance of systems operated by AMD CPUs?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_f58126e5ddae4a56835ec0bd994228a1.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2024</td><td style="word-break: break-word;">Which model, ARIMA or LSTM, demonstrates superior accuracy in predicting stock prices based on empirical evidence?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_876776d9c3974c6582def0aeaa68bcc4.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>15</td><td>C</td><td>May 2024</td><td style="word-break: break-word;">Which Lossless algorithm between Huffman Coding and Shannon-Fano Coding is more efficient in terms of their Compression Ratio?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_d0de7752477544fbb6ad23a1bb2b4fc6.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2024</td><td style="word-break: break-word;">How Does the Use of a Priority Queue and the Implementation of Bellman-Ford and Dijkstra's Algorithm Affect the Time Complexity of Solving the Shortest Path Problem in Weighted Graphs?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_0fcf4ab781b4400da47715283ad48c59.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>24</td><td>B</td><td>May 2024</td><td style="word-break: break-word;">Evaluating and comparing the effectiveness of large language models to static code analysis tools for vulnerability detection in software source code.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_a705862e00af483ba9651421051052d1.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>24</td><td>B</td><td>May 2024</td><td style="word-break: break-word;">How does Kruskal's algorithm compare to Prim's algorithm in finding a minimum spanning tree in a graph in terms of running time across graphs with varying densities?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_cf0647496c60406c966e2e1e221a1783.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2024</td><td style="word-break: break-word;">How does the Elitist Genetic Algorithm compare to Ant Colony System in terms of time complexity and accuracy when attempting to solve the Travelling Salesman Problem?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/720584_31563ac6e5874f3e907cbf4eba7902c0.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2024</td><td style="word-break: break-word;">What is the relative forecasting accuracy of SARIMA and PROPHET models for daily COVID-19 cases in South Korea?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/EE_CompSci_B_30_nov24.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>B</td><td>November 2024</td><td style="word-break: break-word;">Investigating the Performance of Real-time Object Detection Frameworks [...] in adverse weather conditions</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/EE_CompSci_B_21_may18.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>21</td><td>B</td><td>May 2018</td><td style="word-break: break-word;">Full source + extra content on GitHub: <a target="_blank" href="https://github.com/codeofdusk/ee">https://github.com/codeofdusk/ee</a></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/EE_Chemistry_B_24_nov24.pdf">Chemistry</a></td><td>Core</td><td>EN</td><td>24</td><td>B</td><td>November 2024</td><td style="word-break: break-word;">Evaluative study on the interactive ability of phenolic acids derived from Pomegranate peel with Cu2+ ions as examined using UV-Vis spectroscopy</td></tr>
<!--<tr><td><a target="_blank" href="https://marxify.pages.dev/IA_philo_sl_2024_grade_24.pdf">Philosophy</a></td><td>SL</td><td>ES</td><td>24</td><td>7</td><td>May 2024</td><td style="word-break: break-word;">[Exemplar in Spanish] Tema Central: 4<br>Elemento 4: El otro y el Yo</td></tr>-->
<tr><td><a target="_blank" href="https://marxify.pages.dev/H2SRHul8UK60R12B.pdf">Global politics</a></td><td>SL</td><td>EN</td><td>96</td><td>6</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/yzplr9TNtmoqPEZ8.pdf">Other Group 5</a></td><td>Core</td><td>ES</td><td>45</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Modelos de evaluaciones internas matemáticas nuevo currículo</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/yvtAX59PePA5Far9.pdf">Economics</a></td><td>HL</td><td>EN</td><td>43</td><td>7</td><td>November 2016</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/fX3s2AyhgQqmFidC.pdf">Economics</a></td><td>HL</td><td>EN</td><td>38</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Micro: taxation/market failure, macro: expansionary fiscal policy, intl.: tariffs</td><td></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/u4vkjfqG12TfKjdE.pdf">Economics</a></td><td>HL</td><td>EN</td><td>37</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Macroeconomics IA, that was a part of 37/45 IA portfolio, unfortunately not sure about the specific score on this exact IA</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/XKzj2inWkmBamJpa.pdf">Economics</a></td><td>HL</td><td>EN</td><td>37</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">International economics IA, that was a part of 37/45 IA portfolio, unfortunately not sure about the specific score on this exact IA</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/ynJdL50PBS87k6iB.pdf">Economics</a></td><td>HL</td><td>EN</td><td>36</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">Idk the raw marks for each IA, but the final of 3 was 36, and scored 6 in total. [UWC East Africa, '21]</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/zmzskPTDtDlzikfH.pdf">Economics</a></td><td>HL</td><td>EN</td><td>36</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">Idk the raw marks for each IA, but the final of 3 was 36, and scored 6 in total. [UWC East Africa, '21]</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/N9xzvDraWBIm2mGM.pdf">Economics</a></td><td>HL</td><td>EN</td><td>36</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">Idk the raw marks for each IA, but the final of 3 was 36, and scored 6 in total. [UWC East Africa, '21]</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/NQdZe3FNs7K66HrG.pdf">Biology</a></td><td>SL</td><td>ES</td><td>33</td><td>A</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/0ggvv0DZqKoW0dYk.pdf">English A Language and Literature</a></td><td>Core</td><td>EN</td><td>33</td><td>A</td><td>May 2019</td><td style="word-break: break-word;">Group 1, Category 3 EE on identity in the &quot;Ms. Marvel&quot; comics.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/ftVaRbu2MYLcT3gh.pdf">Economics</a></td><td>HL</td><td>EN</td><td>33</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">Macro: Expansionary demand-side policy, govt. spending. Internal: 7 Moderated: 6</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/X3GSUx7ka6JE2NRw.pdf">Economics</a></td><td>HL</td><td>EN</td><td>33</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">Micro: Sugar tax (market failure). Internal: 7 Moderated: 6</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/kK5gwAliXg6IB6rF.pdf">Economics</a></td><td>HL</td><td>EN</td><td>33</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">International: Tariffs. Internal: 7 Moderated: 6</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/9plYxpkPjKlxY938.pdf">Mathematics</a></td><td>Core</td><td>EN</td><td>33</td><td>A</td><td>May 2019</td><td style="word-break: break-word;"><a target="_blank" href="https://github.com/ansh/Mathematics-Extended-Essay">https://github.com/ansh/Mathematics-Extended-Essay</a></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/0ut3bPaMJ5m8FrLg.pdf">Physics</a></td><td>Core</td><td>EN</td><td>32</td><td>A</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/Nx2yKofA7CYlecU4.pdf">Spanish A Literature</a></td><td>HL</td><td>ES</td><td>32</td><td>A</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/pcUotMs6qkVHPQwP.pdf">English A Language and Literature</a></td><td>Core</td><td>EN</td><td>32</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Category 1. Postmodern-esque worldbuilding in The BFG by Roald Dahl. </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/E40jXmGsROYFANLA.pdf">ITGS</a></td><td>HL</td><td>EN</td><td>32</td><td>5</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/gzMhfzieoGJ4nY9e.pdf">History</a></td><td>Core</td><td>EN</td><td>31</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">&quot;To what extent did the mass media structurally transform the public space of Carnatic music?&quot;</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/bIeLFAOheluKFbtt.pdf">Psychology</a></td><td>Core</td><td>EN</td><td>31</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Not sure what my raw marks are actually because I didn't get access to my grade breakdown but I received an A on this essay</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/5VXlfvJlIOhswYA8.pdf">Theatre</a></td><td>Core</td><td>EN</td><td>31</td><td>A</td><td>May 2019</td><td style="word-break: break-word;">This is my Theatre EE on the theatre company DV8 Physical Theatre that got an A.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/Isf4XeUUM1TRYryA.pdf">Other Language A Language and Literature</a></td><td>Core</td><td>EN</td><td>31</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Chinese A EE on Dayo Wong's shows in 1994, 1997 and 1999</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/CgQBx2OmgmoZAoSh.pdf">Biology</a></td><td>Core</td><td>ES</td><td>30</td><td>A</td><td>November 2021</td><td style="word-break: break-word;">Perdí puntos en Crit C por la evaluación. No es necesario hacer un tema elaborado, el mio es muy simple.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/4PBEhi9jzVaCO4IB.pdf">Computer Science</a></td><td>HL</td><td>EN</td><td>30</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">CS IA (DATABASE PROJECT {PHP &amp; MySQL})</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/1quyGirHBjz9Pcik.pdf">Geography</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Likely lost the marks in critical thinking and reflections. Supervisor predicted high C, low B. Ended up with a mid A. </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/G9H8qc3Ut8NeI1vI.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2018</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/MhaE31S78B5g4ed5.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>30</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Was quite happy with it</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/A6yNq61qKd9H3DQk.pdf">Mathematics</a></td><td>Core</td><td>ES</td><td>30</td><td>A</td><td>November 2020</td><td style="word-break: break-word;">Los Números Surreales como Anillo Unitario Conmutativo</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/eyTEEqU9GeVHvUVv.pdf">Biology</a></td><td>SL</td><td>ES</td><td>30</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">Efecto de la Sacarosa y Glucosa en Concentraciones Hipertónicas Durante la Deshidratación Osmótica del Pepino Dulce (Solanum Muricatum).</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/JoEKe2VAAQlSZt7u.pdf">English A Language and Literature</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Category 1 EE on agency in children's sexual abuse in Lolita and My Dark Vanessa</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/z9wbSSViXkRdkQY5.pdf">Mathematics</a></td><td>Core</td><td>EN</td><td>30</td><td>A</td><td>May 2019</td><td style="word-break: break-word;">Exploring dynamic programming via recursion and the golden ratio</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/3vswnm0XiedsGPBx.pdf">Mathematics</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">THIS IS NOT THE ORIGINAL VERSION. Original version's written and submitted in French. This is a translation</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/WekLeSle27UZvo35.pdf">Global politics</a></td><td>HL</td><td>EN</td><td>29</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">It was an A, but not a very high A.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/0tpsj0MFKHzYJALL.pdf">Mathematics</a></td><td>Core</td><td>FR</td><td>29</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">French version of the essay (English version of the essay in another submission)</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/qknJsfA6RXqBxsdE.pdf">Environmental Systems Societies</a></td><td>SL</td><td>EN</td><td>29</td><td>7</td><td>May 2019</td><td style="word-break: break-word;">IA on CO2 uptake by aquatic plants</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/8Xk53wbWn3CgTxUP.pdf">Mathematics</a></td><td>Core</td><td>EN</td><td>29</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">RSA, Discrete Math EE</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/L681po9PDXrgG163.pdf">Economics</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">No one expected this EE to be an A(including myself and my teacher), so be careful when looking at this as an example for A grade essay</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/N8i3I1NUxVokG0Gm.pdf">English A Language and Literature</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">I wrote an EE on SHREK and got an A. Need I say more.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/o732E0aonb7RjjyP.pdf">World Studies</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">Theme: Science, Technology and Society</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/fWPeJxMemDBOgmRD.pdf">Biology</a></td><td>HL</td><td>EN</td><td>28</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">This is a database EE, so it can help those that are struggling with how to write one.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/8tSrvgP0Po7Gq5hz.pdf">History</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>November 2019</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/374PuQpQboGkCle4.pdf">English A Literature</a></td><td>HL</td><td>EN</td><td>28</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/9ZxVyeRXg3go9y1Z.pdf">English A Language and Literature</a></td><td>Core</td><td>EN</td><td>28</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Cat 1 EE: How does the protagonist of No-No boy negotiate an identity as a second-generation Japanese-American in a divided America?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/vZ7fBZevWRDWAau2.pdf">Psychology</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Comorbidity of autism and depression. Incredibly difficult topic with barely any research out there, but it's possible. Don't lose hope.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/7ysOXfJjhftfyFA3.pdf">Mathematics</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">This EE is honestly bad lol</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/JfmaVodLigZgJzkF.pdf">Philosophy</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">I did this EE without having taken a single philosophy class in my academic career. I was still able to receive an A, don't lose hope.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/0BVmNyEcyVkGQojZ.pdf">Biology</a></td><td>Core</td><td>EN</td><td>27</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">After having read a couple examiner reports from previous years, the topic of antibiotics is not very original. Use SciHub for free articles</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/HtSz8e3L9oorpWFe.pdf">Chemistry</a></td><td>Core</td><td>EN</td><td>26</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Already had extracurricular knowledge of organic chemistry, and was still a pain, would not recommend doing something similar</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/OvoLagwQBCVtqM4V.pdf">Psychology</a></td><td>Core</td><td>EN</td><td>26</td><td>B</td><td>May 2020</td><td style="word-break: break-word;">Psychology Extended Essay</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/JWcY5oeC8Y69P7wt.pdf">Business management</a></td><td>Core</td><td>EN</td><td>25</td><td>B</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/8qzTZdPgOamat1eR.pdf">Physics</a></td><td>Core</td><td>EN</td><td>25</td><td>B</td><td>May 2019</td><td style="word-break: break-word;">EE Reflection at appended to the end.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/jZUeZ77T0PVx1XPb.pdf">Physics</a></td><td>HL</td><td>EN</td><td>24</td><td>7</td><td>May 2017</td><td style="word-break: break-word;">Investigation of the moment of inertia of hollow cylinders; 24 out of 25</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/1c3JpSiUFuG8z1Cw.pdf">Physics</a></td><td>HL</td><td>EN</td><td>24</td><td>B</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/CgwcAynVOvBRr1vM.pdf">History</a></td><td>SL</td><td>EN</td><td>24</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">Section A: 4/4 Section B: 14/15 Section C: 6/6 </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/JJ3xLKguAgY9MH8b.pdf">Physics</a></td><td>HL</td><td>EN</td><td>24</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">Projectile motion range on an incline</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/vySCh3xRWykhJpZT.pdf">Chemistry</a></td><td>SL</td><td>ES</td><td>23</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/3m81qBVlBgEuKg98.pdf">History</a></td><td>HL</td><td>EN</td><td>23</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">I sent my IA for an EUR after receiving 22/25, and it came back with a grade increase so I can only assume it was increased to 23-24/25.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/5LvZouPegXNQywDj.pdf">Environmental Systems Societies</a></td><td>SL</td><td>EN</td><td>22</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">US Clean Air Act Evaluation. [UWC East Africa, '21]</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/w5tsdXuETi6GHWUG.pdf">Philosophy</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2022</td><td style="word-break: break-word;">My internal assessment on Artificial Intelligence, predicted 7 from our philosophy teacher</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/VVsA09PptbIuZ5Kb.pdf">Geography</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">I did all the unnecessary maths to spite my geo teacher who said &quot;just multiply each component with some arbitrary number&quot;</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/UikdKeYOBCw1F2w4.pdf">English B</a></td><td>HL</td><td>EN</td><td>22</td><td>B</td><td>May 2020</td><td style="word-break: break-word;">English EE on Ishiguro's The Remains of the Day</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/JqVUcmyH71F4tCmB.pdf">Physics</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">Chapter notes and EE: <a target="_blank" href="https://drive.google.com/drive/u/5/folders/16I5nI_TL4v_Lu9mP4pAZa8JDpHy83pD9">https://drive.google.com/drive/u/5/folders/16I5nI_TL4v_Lu9mP4pAZa8JDpHy83pD9</a></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/HrmahagW4GDrDzvJ.pdf">Physics</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/xx1rPGNylhcRZAK4.pdf">History</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">'To what extent did the Kronstadt Rebellion of 1921 influence the development of Soviet Russia as a totalitarian state?'</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/gjkNKwxCMqvteD5H.pdf">Business management</a></td><td>SL</td><td>EN</td><td>22</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/HihU5XADzAHT0Jmf.pdf">Chemistry</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/6HM8CsK9dkVcnero.pdf">Computer Science</a></td><td>HL</td><td>EN</td><td>22</td><td>5</td><td>May 2021</td><td style="word-break: break-word;">this example has a low grade :))</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/CL4krzrUu46tCPzH.pdf">English A Literature</a></td><td>SL</td><td>EN</td><td>22</td><td>7</td><td>November 2016</td><td style="word-break: break-word;">Written Assignment</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/Rvkfj4D3Or67pYDX.pdf">History</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/f2EKQVzK41czTZ1f.pdf">Biology</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/3kS4SXE3KMbciw2p.pdf">Physics</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Q: The effect of wing surface area on the horizontal displacement of a paper aeroplane</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/fC6q3chm5kb8NXwR.pdf">Physics</a></td><td>SL</td><td>EN</td><td>22</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">How does varying the area of a copper oscillator affect the rate of change of amplitude due to magnetic damping? </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/5JJGjvy24mKB9dev.pdf">Geography</a></td><td>SL</td><td>EN</td><td>22</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">The Unequal Effect of Commercial Gentrification on Micro-Businesses in the London Borough of Tower Hamlets</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/dbuP6dsqvghTYOKM.pdf">Biology</a></td><td>HL</td><td>EN</td><td>22</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">How does the soaking time &amp; temperature of Kombu affect the iodine remaining using colorimetric determination? Internal: 6 Moderated: 7</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/xkOerZfYOOVWp7vR.pdf">Geography</a></td><td>SL</td><td>EN</td><td>21</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Option A - To what extent does the Glenderaterra Beck follow the predictions of the Bradshaw Model?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/QSyq2TeshrNUVYTT.pdf">Geography</a></td><td>HL</td><td>EN</td><td>21</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">Option G </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/fLxO5wBwhiXqNACh.pdf">Chemistry</a></td><td>SL</td><td>EN</td><td>21</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/tBsr7yMoYhybX5OL.pdf">Biology</a></td><td>Core</td><td>EN</td><td>21</td><td>B</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/R8Rgu9CtcggjjRky.pdf">Geography</a></td><td>HL</td><td>EN</td><td>21</td><td>7</td><td>May 2019</td><td style="word-break: break-word;">How does the quality of the physical environment vary as one move away from the centre of Tokyo, Ginza?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/Nim39exJ09F4djXN.pdf">Psychology</a></td><td>SL</td><td>EN</td><td>21</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/TkZHiwyBNuBSZH3g.pdf">English A Language and Literature</a></td><td>SL</td><td>EN</td><td>20</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Would u like proof of the 20/20?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/eJhx25p1sKsEyYsD.pdf">Physics</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/KAuB008wt4JxVq8q.pdf">Physics</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Text in blue are teacher comments submitted to the IB, I think this could help others</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/o2IDVnI7wiCjPbVX.pdf">Biology</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">Database IA. Investigating the correlation between percentage rate of deforestation and incidence of malaria</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/9SMAqTli6gYuvnIA.pdf">Other Language B</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2019</td><td style="word-break: break-word;">Chinese BHL Written Assignment for《一把青》</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/4oT5GcHPkrnnxcXr.pdf">Mathematics</a></td><td>Core</td><td>EN</td><td>20</td><td>B</td><td>May 2021</td><td style="word-break: break-word;">EE on Quantum Mechanics. What NOT to do.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/yg0Qxh5BeN1ukDx4.pdf">Chemistry</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/3bkQnjS0W03geE2G.pdf">Chemistry</a></td><td>SL</td><td>ES</td><td>20</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/ZK05uxLOaC5MG33t.pdf">History</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2017</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/axg4IQ0xWagbDHMR.pdf">Biology</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">What is the effect of Nickel (II) Chloride concentration on the germination rate (%) of Triticum aestivum seeds?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/3NjrLqxuscMBL327.pdf">Physics</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">Viscosity of Glycerol w.r.t temperature</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/2jTRUEJzFwgYnwZM.pdf">English A Language and Literature</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2019</td><td style="word-break: break-word;">This is Written Task 2 for the pre-M21 syllabus.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/OOzgzXzKMnCvdlfZ.pdf">Chemistry</a></td><td>HL</td><td>EN</td><td>20</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/lP9oEIfrx2GJWXJw.pdf">Physics</a></td><td>HL</td><td>EN</td><td>19</td><td>6</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/u6M1uNOlh62J6mYm.pdf">Business management</a></td><td>HL</td><td>EN</td><td>19</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/2SyPx094JfmxwKa1.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>19</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Exploring Fourier Series by Drawing Figures with Circles</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/fK9qZXLD6RCUFc1A.pdf">Business management</a></td><td>HL</td><td>EN</td><td>19</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/9u3NdywxoPlJRFkB.pdf">Business management</a></td><td>SL</td><td>EN</td><td>19</td><td>6</td><td>May 2020</td><td style="word-break: break-word;">This was written before covid-19, some data might not be relevant now</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/xmqWnV2WPj5VBzis.pdf">Business management</a></td><td>HL</td><td>EN</td><td>19</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/rA5rNkGskY2OpglN.pdf">Chemistry</a></td><td>HL</td><td>EN</td><td>19</td><td>6</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/fSoN5qMmZWgxgn3V.pdf">TOK</a></td><td>Core</td><td>EN</td><td>19</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">I got a 9/10</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/jXlBTuB5wp5KBDRR.pdf">English A Language and Literature</a></td><td>HL</td><td>EN</td><td>19</td><td>6</td><td>May 2020</td><td style="word-break: break-word;">this is my Written Task 2 for HL on Part 1: Language and Cultural Context. </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/6jvDzQbdmBzKpwM1.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>19</td><td>7</td><td>November 2016</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/np7OQx7LoDDWuIhi.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>19</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">16-&gt;19 after EUR</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/IkSGQ0RgqvXzum45.pdf">English A Language and Literature</a></td><td>HL</td><td>EN</td><td>19</td><td>7</td><td>May 2019</td><td style="word-break: break-word;">This is Written Task 1 for the pre-M21 syllabus.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/jmOC1iYJxg3nhwzh.pdf">English A Language and Literature</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">This is the new assessment component for the HL English Lang and Lit course - HL Essay</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/q4xiMRUzs8IQG3VI.pdf">Geography</a></td><td>HL</td><td>EN</td><td>18</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">What can be accomplished in 72 hours and with no feedback from a teacher... thankfully the 7 came through for exams. </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/uKRa3LH15IKUdk5n.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/o00HOB7A1nOwDdz4.pdf">Global politics</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">I censored the name of the person I interviewed for privacy reasons. </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/AOw6EMLTaLonaPWJ.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/nBypsjWyf4cZWA1W.pdf">Global politics</a></td><td>SL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">PEA</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/NSTRFwgssvXwle7u.pdf">History</a></td><td>HL</td><td>EN</td><td>18</td><td>6</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/O5MlDempdhGGUtkr.pdf">Mathematics</a></td><td>SL</td><td>ES</td><td>18</td><td>5</td><td>November 2021</td><td style="word-break: break-word;">Aplicaciones e interpretaciones NM/SL. Diagramas de Voronoi. paper 2, man, paper 2 just destroyed me</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/EmlZqp5shE8Vbruq.pdf">English A Literature</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/TzoKIgKR386jeyuR.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2017</td><td style="word-break: break-word;">Proposing a new probabilistic approach in modelling epidemics; 18 out of 20</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/INu6ipizvRpfgvBI.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2018</td><td style="word-break: break-word;">Math IA</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/Y4vIDdg7778rx7fO.pdf">Chemistry</a></td><td>SL</td><td>EN</td><td>18</td><td>6</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/DqqnMkvTODwSi3nT.pdf">Mathematics</a></td><td>SL</td><td>ES</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">The subject was mathematics: analysis and approaches. I chose a pretty simple topic, good luck!</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/FyPStWMBmGpz9mUt.pdf">English A Literature</a></td><td>SL</td><td>EN</td><td></td><td>7</td><td>May 2020</td><td style="word-break: break-word;">The raw marks are my total raw marks for the subject, because my school didn't give us access to component-wise breakdowns.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/uwHSxRQY5IvK0u4D.pdf">Mathematics</a></td><td>SL</td><td>EN</td><td>18</td><td>7</td><td>May 2019</td><td style="word-break: break-word;">IA on Volume of Revolution. Moderated score was also 18.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/Hbdz2gzugbb7Ongw.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">It contains extracurricular stuff, would not recommend this kind of topic</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/wCHgHLBnDWqKvDoG.pdf">Mathematics</a></td><td>SL</td><td>ES</td><td>18</td><td>7</td><td>November 2015</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/SJN1qrmrd5U9z7NI.pdf">Mathematics</a></td><td>SL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">MAA, was told it would get a 5 and i should drop the course, but haha, here I am with a 7.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/uClMOxE4IXfzX1vx.pdf">Mathematics</a></td><td>SL</td><td>EN</td><td></td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Topic: Approximating sin(x) in algebraic terms | Don't know my raw marks for the IA, but my total raw marks were 83/100. </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/VRK57n2hZhnse7iX.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">A permutations exploration of the 15-puzzle</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/YWi9FuX5kr8ujKEr.pdf">Chemistry</a></td><td>SL</td><td>EN</td><td>18</td><td>6</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/qaOk2I6BLakuwPss.pdf">TOK</a></td><td>Core</td><td>EN</td><td>18</td><td>B</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/6fXJObdFVGOuBxZp.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">Maximising the Spinning Time of an Inception-Styled Top. Physics and calculus heavy paper typed up in 2 days so language isn't the best.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/nVa1UzLheLYn1hVN.pdf">Other Group 5</a></td><td>SL</td><td>EN</td><td>18</td><td>7</td><td>May 2021</td><td style="word-break: break-word;">was told this would get a 5 if I was lucky, but a 7 it was...</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/jqeZkGx0EglqCQ4V.pdf">Biology</a></td><td>HL</td><td>EN</td><td>18</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">exemplar used complicated statistical test requiring a program (don't do unless confident). analysis was shallow, couldve easily been a 7</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/wX9nywnRyBVpyNWB.pdf">Chemistry</a></td><td>HL</td><td>EN</td><td>18</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">Temp + Cell potential/Eqm. Constant - internal 18/external 18, major flaw in theory of IA not picked up by examiner or teachers it seems..</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/uOtI0V5ghN2yLAi3.pdf">Mathematical studies</a></td><td>SL</td><td>EN</td><td>18</td><td>7</td><td>May 2019</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/0p2YLDyuqtK97CRX.pdf">Mathematics</a></td><td>HL</td><td>FR</td><td>17</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">So much about the irl plans that this ia established :(</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/seoigauEs2DLvYzc.pdf">TOK</a></td><td>Core</td><td>EN</td><td>17</td><td>B</td><td>May 2021</td><td style="word-break: break-word;">I'm not completely sure about the grading, but I do know that my essay scored higher than the presentation and I got a B for it so...</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/RfFNdgv5GGzbOiS5.pdf">Mathematics</a></td><td>SL</td><td>EN</td><td>17</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">Man, I've been there where you are at. Trust me, you will get through! [UWC East Africa, '21]</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/a8QAPHgKbVX7jZsc.pdf">Chemistry</a></td><td>HL</td><td>EN</td><td>17</td><td>5</td><td>May 2021</td><td style="word-break: break-word;">Database IA. Not sure what my exact marks are. This was submitted unfinished so the analysis is incomplete</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/JhykpDe1burOYO7N.pdf">Mathematics</a></td><td>Core</td><td>EN</td><td>17</td><td>C</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/JHIe4BqHyawhzV8F.pdf">Physics</a></td><td>HL</td><td>EN</td><td>17</td><td>6</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/ebR3LrvPDXVOrUsg.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>17</td><td>7</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/IRV8BRXWKji6u0XU.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>17</td><td>7</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/KupcNzdWlKMboMJM.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>17</td><td>7</td><td>May 2020</td><td style="word-break: break-word;">Emulating Computer Calculations in Order to Manipulate a Cubes On-Screen Appearance</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/OqE3NFfkr05gqxAd.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>17</td><td>6</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/sdYkU1ovgvQz8NpA.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>16</td><td>6</td><td>May 2021</td><td style="word-break: break-word;">Math AA</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/DSzRAM1PANHiMgLt.pdf">TOK</a></td><td>Core</td><td>EN</td><td>15</td><td>C</td><td>May 2021</td><td style="word-break: break-word;">I was one mark away from a B, however the marks are for my presentation and essay combined!</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/DURQzgCYVOHZ14jv.pdf">Mathematics</a></td><td>HL</td><td>EN</td><td>15</td><td>6</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/GZKbjsAdifRAtY8L.pdf">TOK</a></td><td>Core</td><td>EN</td><td>15</td><td>C</td><td>May 2021</td><td style="word-break: break-word;">This is my TOK presentation. Idk the individual marks but for the essay and presentation i got a C, i missed B by just a mark :(</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/EAUb4PmEqYMqCqK6.pdf">Physics</a></td><td>SL</td><td>EN</td><td>12</td><td>4</td><td>May 2021</td><td style="word-break: break-word;">hahaha unfinished work</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/rWkUisCDnS7u7bH1.pdf">Computer Science</a></td><td>Core</td><td>EN</td><td>12</td><td>D</td><td>May 2021</td><td style="word-break: break-word;">Evaluation of Blockchain as a replacement for Client-Server Model for Online Game Asset Management (forgot to add primary research)</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/0Qkey6TqFqrYStWI.pdf">TOK</a></td><td>Core</td><td>EN</td><td>10</td><td>A</td><td>May 2019</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/1gSn2HM0GSHuWAtR.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/nj9cKw6XYSFVasxx.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">&quot;Title 5: Multiplicity of Theories&quot;</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/plGTHYsK2JYUBD8u.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">“Areas of knowledge are most useful in combination with each other.” Discuss this claim with reference to two areas of knowledge.</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/uI6KR4QdtQjVWUFR.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">on PT 6 - Multiplicity of Theories to understand the world</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/fsm6dzUweVIrpRHl.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>4</td><td>November 2019</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/DXA7JeZmA0ca8Nxl.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>November 2020</td><td style="word-break: break-word;">The essay is either a 10 or a 9 but I believe it would have been marked as a 9 </td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/1zGecFpOrHxaJ73D.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2021</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/AyhpKGli0Y0svTJX.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2020</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/8pTueQzoZxz8uIdp.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2019</td><td style="word-break: break-word;">Title 3: Do good explanations have to be true?</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/qqXIpz14zxxYKjfv.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2020</td><td style="word-break: break-word;">TOK Essay Title 4</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/DSbQA2oBmXWCsqeS.pdf">TOK</a></td><td>Core</td><td>ES</td><td>9</td><td>A</td><td>November 2021</td><td style="word-break: break-word;">“El conocimiento adquirido mediante la experiencia directa es potente pero problemático” 9 o 10, pero creo que 9</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/TnXcxd4TSxmP7lyN.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>November 2016</td><td style="word-break: break-word;"></td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/9VhfshgmS05a9QWW.pdf">TOK</a></td><td>Core</td><td>EN</td><td>9</td><td>A</td><td>May 2022</td><td style="word-break: break-word;">TOK Exhibition exemplar</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/Gq3wv1sVCIfcwstp.pdf">TOK</a></td><td>Core</td><td>EN</td><td>8</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Q6 “Avoiding bias seems a commendable goal, but this fails to recognise the positive role that bias can play in the pursuit of knowledge.”</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/X8l0N5V77MBJaaSe.pdf">TOK</a></td><td>Core</td><td>EN</td><td>8</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Q6: “Avoiding bias seems a commendable goal, but this fails to recognize the positive role that bias can play in the pursuit of knowledge.”</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/StiEkMp2wFhlsTLk.pdf">TOK</a></td><td>Core</td><td>EN</td><td>7</td><td>B</td><td>May 2016</td><td style="word-break: break-word;">Essay Title 6 - accuracy vs simplicity</td></tr>
<tr><td><a target="_blank" href="https://marxify.pages.dev/Bi8y8zslgckNLJR8.pdf">TOK</a></td><td>Core</td><td>EN</td><td>7</td><td>A</td><td>May 2021</td><td style="word-break: break-word;">Q1 M21: “Accepting knowledge claims always involves an element of trust,” Discuss this claim with reference to two areas of knowledge.</td></tr>
</tbody>
</table>
</div>
</div>
</section>
<footer><section class="hero is-danger">
<div class="hero-body" style="text-align: center;">
<i><p>Originally compiled by IB Documents (1) Team · Recovered thanks to Internet Archive · Provided by pirateIB</p></i>
</div>
</section></footer>

184
mypnotes/index.html Normal file
View file

@ -0,0 +1,184 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="../assets/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="IB MYP Notes Compilation | pirateIB">
<meta name="keywords" content="myp notes, myp notes compilation, pirateib, myp, r/pirateib">
<meta name="license" content="Public Domain">
<meta name="copyright" content="Public Domain">
<meta name="robots" content="index, follow">
<title>MYP Notes Compilation | pirateIB</title>
<style>
@font-face {
font-family: 'Product Sans';
src: url('../../assets/ProductSans-Regular.ttf') format('truetype');
}
* {
font-family: 'Product Sans', Arial, sans-serif;
}
h3 {
font-size: 32px !important;
}
h4 {
font-size: 20px !important;
}
@media (prefers-color-scheme: dark) {
html, body {
background-color: #181a1b;
color: white;
}
* {
color: white;
}
a {
color: #3391ff;
}
}
</style>
</head>
<body>
<p style="font-size:25px; text-align:center"><a style="color:grey" href="../">< Return to main page</a></p>
<hr>
<p><b>For more subject-specific exemplars and tips from students, visit the <a
target="_blank" href="https://discord.gg/ibo">IBO Discord server</a> and the <a
target="_blank" href="https://sites.google.com/view/revisionsessions/">revision session site</a>.
</b>
<br><br>
<em>Note: Links without a title are meant to be general notes about the subject.</em>
<br>
<h4>Interested in contributing? Email us your notes, and specify they are MYP! &ensp;<a style="color:grey" target="_blank" href="mailto:pirateib.qfz17@aleeas.com">pirateib.qfz17@aleeas.com</a></h4>
</p>
<hr>
<h1>General resources</h1>
<ul>
<li><a target="_blank" href="https://znotes.org/ib/middle-years-program/">https://znotes.org/ib/middle-years-program/</a>
<li><a target="_blank" href="https://sites.google.com/view/ibhub/myp">https://sites.google.com/view/ibhub/myp</a>
<li><a target="_blank" href="https://www.youtube.com/@ibmypguide">https://www.youtube.com/@ibmypguide</a>
<li><a target="_blank" href="https://www.gr8er.live/">https://www.gr8er.live/</a>
<li><a target="_blank" href="https://gainful-kiwi-1ce.notion.site/SUBJECTS-693bc0dc274a45ccb7d0eb929d02e008">https://gainful-kiwi-1ce.notion.site/SUBJECTS-693bc0dc274a45ccb7d0eb929d02e008</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/13WIrqmHZbxSFpybJ1csx4edqrkS2tgh5">https://drive.google.com/drive/folders/13WIrqmHZbxSFpybJ1csx4edqrkS2tgh5</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1fM3zaB-MxKcT5x7RnKHY2xJ4NY4IO_RD">https://drive.google.com/drive/folders/1fM3zaB-MxKcT5x7RnKHY2xJ4NY4IO_RD</a>
</ul>
<h1>MYP Past papers</h1>
<ul>
<li>Updated: <a target="_blank" href="https://repo.pirateib.xyz/index.php?p=MYP">https://repo.pirateib.xyz/index.php?p=MYP</a>
<li>Outdated: <a target="_blank" href="https://mega.nz/file/zkVXjahb#msQWprmdPCurjeV4wx2aLbeiPrIVOx8aCEdUOsIMQdg">https://mega.nz/file/zkVXjahb#msQWprmdPCurjeV4wx2aLbeiPrIVOx8aCEdUOsIMQdg</a>
</ul>
<h1>Physics</h1>
<ul>
<li>YouTube channel: <a target="_blank" href="https://www.youtube.com/@EduxciteClasses/videos">https://www.youtube.com/@EduxciteClasses/videos</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1n1811pC0LmVOe68iE7nxvFEB8GagrJeq?usp=sharing">https://drive.google.com/drive/folders/1n1811pC0LmVOe68iE7nxvFEB8GagrJeq?usp=sharing</a>
<li>Physics quizlet - <a target="_blank" href="https://quizlet.com/psycho4icecream/folders/physics-myp-45">https://quizlet.com/psycho4icecream/folders/physics-myp-45</a>
<li>Physics notes - <a target="_blank" href="https://capable-ostrich-0e2.notion.site/Physics-33151f13fcc44c6395b3ea65a54eeddd">https://capable-ostrich-0e2.notion.site/Physics-33151f13fcc44c6395b3ea65a54eeddd</a>
<li><a target="_blank" href="https://hollow-gibbon-967.notion.site/Physics-41426e195ca6445ba95a55323d8c926b">https://hollow-gibbon-967.notion.site/Physics-41426e195ca6445ba95a55323d8c926b</a>
</ul>
<h1>Chemistry</h1>
<ul>
<li>Chemistry notes - <a target="_blank" href="https://drive.google.com/drive/folders/18yj5zytT6PrJfqf7o-fOFrmSWltDVGuk?usp=sharing">https://drive.google.com/drive/folders/18yj5zytT6PrJfqf7o-fOFrmSWltDVGuk?usp=sharing</a>
<li>Chemistry Notes from (notes2youae.wixsite.com) - <a target="_blank" href="https://a226412a-e82c-4429-b9fc-0ca4b7e606c2.filesusr.com/ugd/6cef3a_b30ed668c8964ee78d77b62c79683ee0.pdf">https://a226412a-e82c-4429-b9fc-0ca4b7e606c2.filesusr.com/ugd/6cef3a_b30ed668c8964ee78d77b62c79683ee0.pdf</a>
<li>Chemistry revision notes - <a target="_blank" href="https://docs.google.com/document/d/1Nko02XtjNseVUAbU_EpAQ7xNktgSEG-staHe-BXJwE4/edit">https://docs.google.com/document/d/1Nko02XtjNseVUAbU_EpAQ7xNktgSEG-staHe-BXJwE4/edit</a>
<li>Chemistry resources - <a target="_blank" href="https://drive.google.com/drive/folders/1yrjSVPASSoIp80iiZFa6i1DZDNZcDqO_?usp=sharing">https://drive.google.com/drive/folders/1yrjSVPASSoIp80iiZFa6i1DZDNZcDqO_?usp=sharing</a>
<li><a target="_blank" href="https://capable-ostrich-0e2.notion.site/Chemistry-0789426949384c49b379c3fd9e3c024d">https://capable-ostrich-0e2.notion.site/Chemistry-0789426949384c49b379c3fd9e3c024d</a>
</ul>
<h1>Biology</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/file/d/1VxF_lWAWeoVI64spVlkLYpNFczmwfpjz/view ">https://drive.google.com/file/d/1VxF_lWAWeoVI64spVlkLYpNFczmwfpjz/view </a>
<li><a target="_blank" href="https://hollow-gibbon-967.notion.site/Biology-bfcefaa69b0c4cd790f83e472298c468">https://hollow-gibbon-967.notion.site/Biology-bfcefaa69b0c4cd790f83e472298c468</a>
<li>Biology quizlet - <a target="_blank" href="https://quizlet.com/psycho4icecream/folders/myp-bio">https://quizlet.com/psycho4icecream/folders/myp-bio</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1av2YDhz6-ONkIRQZkbCD6aQz6zi5uJC_?usp=share_link">https://drive.google.com/drive/folders/1av2YDhz6-ONkIRQZkbCD6aQz6zi5uJC_?usp=share_link</a>
<li><a target="_blank" href="https://capable-ostrich-0e2.notion.site/Biology-cfc1c22d597e444c8d0dda33d9a1dfc8 ">https://capable-ostrich-0e2.notion.site/Biology-cfc1c22d597e444c8d0dda33d9a1dfc8 </a>
<li><a target="_blank" href="https://nutritious-hen-62a.notion.site/Control-and-Co-ordination-The-final-answer-3ec84e7669644a179007c588930efe48 ">https://nutritious-hen-62a.notion.site/Control-and-Co-ordination-The-final-answer-3ec84e7669644a179007c588930efe48 </a>
<li><a target="_blank" href="https://nutritious-hen-62a.notion.site/Pathogens-The-final-answer-d915c1fa697347809396ad1fade6040b ">https://nutritious-hen-62a.notion.site/Pathogens-The-final-answer-d915c1fa697347809396ad1fade6040b </a>
<li><a target="_blank" href="https://nutritious-hen-62a.notion.site/Human-Influences-on-Life-The-final-answer-a131610f608d4fe98a420e178a3ca1bc ">https://nutritious-hen-62a.notion.site/Human-Influences-on-Life-The-final-answer-a131610f608d4fe98a420e178a3ca1bc </a>
<li><a target="_blank" href="https://nutritious-hen-62a.notion.site/Metabolism-The-final-answer-a9b63bc6ed9c4d66acb433a602340c33 ">https://nutritious-hen-62a.notion.site/Metabolism-The-final-answer-a9b63bc6ed9c4d66acb433a602340c33 </a>
<li><a target="_blank" href="https://nutritious-hen-62a.notion.site/Cell-Structure-and-Functions-The-final-answer-1fe8f4309caa41b29b56af5cfada7e0e ">https://nutritious-hen-62a.notion.site/Cell-Structure-and-Functions-The-final-answer-1fe8f4309caa41b29b56af5cfada7e0e </a>
<li><a target="_blank" href="https://nutritious-hen-62a.notion.site/Evolution-The-final-answer-771d5f1950ea4edda7d583df9efb433a ">https://nutritious-hen-62a.notion.site/Evolution-The-final-answer-771d5f1950ea4edda7d583df9efb433a </a>
<li><a target="_blank" href="https://nutritious-hen-62a.notion.site/Biotechnology-The-final-answer-388fb54724284be5ae21c81c542fc9a9 ">https://nutritious-hen-62a.notion.site/Biotechnology-The-final-answer-388fb54724284be5ae21c81c542fc9a9 </a>
<li><a target="_blank" href="https://nutritious-hen-62a.notion.site/Interactions-between-organisms-species-The-final-answer-bc1e8b0b4e48441f935470d2356d4bdd">https://nutritious-hen-62a.notion.site/Interactions-between-organisms-species-The-final-answer-bc1e8b0b4e48441f935470d2356d4bdd</a>
</ul>
<h1>Bio/Chem/Phy past papers</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1MtNro1v_VbUGuzaVPQWDk239yMHrZO13">https://drive.google.com/drive/folders/1MtNro1v_VbUGuzaVPQWDk239yMHrZO13</a>
<li><a target="_blank" href="https://onedrive.live.com/?redeem=aHR0cHM6Ly8xZHJ2Lm1zL2YvYy8zMTg3MzA0ZWU3MGM5M2QxL0V0R1RET2RPTUljZ2dERnBBQUFBQUFBQm9KWGp1VlRTQmJXQWpqd3g0a2R6aHc%5FZT1GVGlNVGQ&id=3187304EE70C93D1%21105&cid=3187304EE70C93D1">https://onedrive.live.com/?redeem=aHR0cHM6Ly8xZHJ2Lm1zL2YvYy8zMTg3MzA0ZWU3MGM5M2QxL0V0R1RET2RPTUljZ2dERnBBQUFBQUFBQm9KWGp1VlRTQmJXQWpqd3g0a2R6aHc%5FZT1GVGlNVGQ&id=3187304EE70C93D1%21105&cid=3187304EE70C93D1</a>
</ul>
<h1>INS</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1-9rNms59ipHrs0kWhyDa8yEC3C-U1gI6?usp=sharing">https://drive.google.com/drive/folders/1-9rNms59ipHrs0kWhyDa8yEC3C-U1gI6?usp=sharing</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1uek2rIn_Lm0KgxZbaWTjMC1fdOy4sIo7">https://drive.google.com/drive/folders/1uek2rIn_Lm0KgxZbaWTjMC1fdOy4sIo7</a>
<li>Criteria b, c and d in sciences - <a target="_blank" href="https://www.youtube.com/watch?v=rfiZsHdfPXw">https://www.youtube.com/watch?v=rfiZsHdfPXw</a>
</ul>
<h1>Geography</h1>
<ul>
<li>Criterion B guide - <a target="_blank" href="https://docs.google.com/document/d/1EbXHnU_-mgirMy_ZAPUnMC4FiJS66dfy/edit">https://docs.google.com/document/d/1EbXHnU_-mgirMy_ZAPUnMC4FiJS66dfy/edit</a>
<li>Quizlet - <a target="_blank" href="https://quizlet.com/psycho4icecream/folders/myp-geo">https://quizlet.com/psycho4icecream/folders/myp-geo</a>
<li>Geography notes - <a target="_blank" href="https://drive.google.com/drive/folders/1olVtlDM_hWw_sz_ZG8W-aUfBhzVpjHo4?usp=sharing">https://drive.google.com/drive/folders/1olVtlDM_hWw_sz_ZG8W-aUfBhzVpjHo4?usp=sharing</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1XnxY64_SuugJy0RQG6p6w7fepkeMqb1N">https://drive.google.com/drive/folders/1XnxY64_SuugJy0RQG6p6w7fepkeMqb1N</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1o68B_0BG1Z4Bi7-zXDxRNw5mI3l7HpF-3YJA_KCiv_g/edit?usp=sharing">https://docs.google.com/document/d/1o68B_0BG1Z4Bi7-zXDxRNw5mI3l7HpF-3YJA_KCiv_g/edit?usp=sharing</a>
<li>Resource management and tourism: <a target="_blank" href="https://docs.google.com/document/d/1RGowHaX6ZHAJR9LcIsEJ-46eOQlIg7BlhkR4LWH43II/edit?usp=sharing">https://docs.google.com/document/d/1RGowHaX6ZHAJR9LcIsEJ-46eOQlIg7BlhkR4LWH43II/edit?usp=sharing</a>
<li><a target="_blank" href="https://hollow-gibbon-967.notion.site/Geography-G10-b2d84ca18c4546f9977d1e5976610f3e">https://hollow-gibbon-967.notion.site/Geography-G10-b2d84ca18c4546f9977d1e5976610f3e</a>
<li><a target="_blank" href="https://hollow-gibbon-967.notion.site/Geography-1dff32a0794e4b148703fcb4aade47c8">https://hollow-gibbon-967.notion.site/Geography-1dff32a0794e4b148703fcb4aade47c8</a>
<li><a target="_blank" href="https://capable-ostrich-0e2.notion.site/Geography-8f8c0df072f94558b2290d8fad98b097">https://capable-ostrich-0e2.notion.site/Geography-8f8c0df072f94558b2290d8fad98b097</a>
<li>Case Studies Document - <a target="_blank" href="https://www.notion.so/Case-Studies-74bcd4656b544f728d1d98ffb5b1c1c3?pvs=4">https://www.notion.so/Case-Studies-74bcd4656b544f728d1d98ffb5b1c1c3?pvs=4</a>
</ul>
<h1>Maths</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/16uQLBz_mY3LICKgVwgBIHLtyZfPOAQvU">https://drive.google.com/drive/folders/16uQLBz_mY3LICKgVwgBIHLtyZfPOAQvU</a>
<li>Criteria b and d - <a target="_blank" href="https://www.youtube.com/@ibmypguide/search?query=math">https://www.youtube.com/@ibmypguide/search?query=math</a>
<li><a target="_blank" href="https://ibtaskmaker.com/MYP/maker.php">https://ibtaskmaker.com/MYP/maker.php</a>
<li><a target="_blank" href="https://misswelton.weebly.com/myp5.html">https://misswelton.weebly.com/myp5.html</a>
</ul>
<h1>History</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1lll9EOt4XZM4z1kN8k_AxsphvmLGVgR6?usp=sharing">https://drive.google.com/drive/folders/1lll9EOt4XZM4z1kN8k_AxsphvmLGVgR6?usp=sharing</a>
<li><a target="_blank" href="https://capable-ostrich-0e2.notion.site/History-9b8ae0ebdf994c439d1f40e34b0798eb">https://capable-ostrich-0e2.notion.site/History-9b8ae0ebdf994c439d1f40e34b0798eb</a>
<li><a target="_blank" href="https://hollow-gibbon-967.notion.site/History-74b383564b214804ae76ce82cbfb7503">https://hollow-gibbon-967.notion.site/History-74b383564b214804ae76ce82cbfb7503</a>
<li><a target="_blank" href="https://docs.google.com/document/d/1j6S0TUCivL4AuEzXkqyyoNkd7KPC0QkrqP55cQ81vrc/edit?usp=sharing">https://docs.google.com/document/d/1j6S0TUCivL4AuEzXkqyyoNkd7KPC0QkrqP55cQ81vrc/edit?usp=sharing</a>
</ul>
<h1>English</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1qmdH5-aQJ2eqcXNVvLYdgYJoXPdOWHpL">https://drive.google.com/drive/folders/1qmdH5-aQJ2eqcXNVvLYdgYJoXPdOWHpL</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/10FA6nApDNHMSJ0LYo3F27fk2MwXMiIld?usp=sharing">https://drive.google.com/drive/folders/10FA6nApDNHMSJ0LYo3F27fk2MwXMiIld?usp=sharing</a>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1LsOXHEa2J5oyqifDYYt6begpatwO8tTv">https://drive.google.com/drive/folders/1LsOXHEa2J5oyqifDYYt6begpatwO8tTv</a>
<li>Quizlet - <a target="_blank" href="https://quizlet.com/psycho4icecream/folders/english-myp-45">https://quizlet.com/psycho4icecream/folders/english-myp-45</a>
</ul>
<h1>Spanish</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/17ahBDd2BvW73iOebR--AIBdLhs4NMhDy">https://drive.google.com/drive/folders/17ahBDd2BvW73iOebR--AIBdLhs4NMhDy</a>
</ul>
<h1>French</h1>
<ul>
<li><a target="_blank" href="https://drive.google.com/drive/folders/1B2OSrHwgaLRPYFnyQkM1UBLFn-7U1iZm">https://drive.google.com/drive/folders/1B2OSrHwgaLRPYFnyQkM1UBLFn-7U1iZm</a>
</ul>
</body>
</html>

103
resguide/index.html Normal file
View file

@ -0,0 +1,103 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resources Guide | pirateIB</title>
<link rel="icon" type="image/png" href="../assets/logo.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A comprehensive list with all our resources, formerly on r/pirateIB.">
<meta name="keywords" content="resources, resources guide, ib resources, pirateib, ibdocs2, IB Documents (2) Team, IB Documents, ibdocs, ibo, ib, r/pirateib">
<meta name="license" content="Public Domain">
<meta name="copyright" content="Public Domain">
<meta name="robots" content="index, follow">
<style>@font-face{font-family:'Product Sans';src:url('../assets/ProductSans-Regular.ttf') format('truetype')}*{font-family:'Product Sans',Arial,sans-serif}h1{font-size:30px!important}h2{font-size:25px!important}body,li,p,ul{font-size:20px}@media (prefers-color-scheme: dark) { html, body { background-color: #181a1b; color: white; } * { color: white; } a { color: #3391ff; } }</style>
</head>
<body>
<p style="font-size:24px !important; text-align:center"><a style="color:grey" href="../">< Return to main page</a></p>
<hr>
<h2>🚨 JOIN OUR <a href="https://discord.pirateib.xyz">DISCORD</a> AND <a href="https://instagram.pirateib.xyz">INSTAGRAM</a>!! 🚨</h2>
<hr>
<h1>Our website: <a href="https://pirateib.xyz">https://pirateib.xyz</a></h1>
<h1>Repository (download):</h1>
<ul>
<li>Single folder ZIPs - Feb 2025: <a href="https://buzzheavier.com/v4s0o5fm1e5r">https://buzzheavier.com/v4s0o5fm1e5r</a></li>
<li>ZIP - Feb 2025: <a href="https://buzzheavier.com/85zrf37py99v">https://buzzheavier.com/85zrf37py99v</a></li>
</ul>
<h1>Repository (online): <a href="https://repo.pirateib.xyz">https://repo.pirateib.xyz</a>&emsp;<a href="https://repo2.pirateib.xyz">https://repo2.pirateib.xyz</a>&emsp;<a href="https://dl.ibdocs.re">https://dl.ibdocs.re</a></h1>
<ul>
<li>Textbooks</li>
<li>Grade Boundaries <em>(inside &quot;IB DOCUMENTS&quot; subfolder)</em></li>
<li>Past papers by subject/year</li>
<li>Specimen papers</li>
<li>Subject guides</li>
<li>Subject reports</li>
<li>MYP</li>
<li>PYP</li>
<li>LitCharts</li>
</ul>
<h1>EE &amp; IA exemplars:</h1>
<ul>
<li><a href="https://repo.pirateib.xyz/?p=IB+OFFICIAL+EE+EXEMPLARS">https://repo.pirateib.xyz/?p=IB+OFFICIAL+EE+EXEMPLARS</a></li>
<li><a href="../marxify/">Marxify &ndash; PirateIB Exemplars Repository (TOK, IA & EE)</a></li>
</ul>
<h1>IB QuestionBanks</h1>
<h2>Pestle</h2>
<ul>
<li>New (v5): <a href="https://pestlev3.netlify.app">https://pestlev3.netlify.app</a></li>
<li>Old (v4): <a href="https://pestle-ib.firebaseapp.com">https://pestle-ib.firebaseapp.com</a></li>
</ul>
<h2>All versions: <a href="https://repo.pirateib.xyz/?p=IB+QUESTIONBANKS">https://repo.pirateib.xyz/?p=IB+QUESTIONBANKS</a></h2>
<ul>
<li>v4 (up to 2018): <a href="https://repo.pirateib.xyz/IB%20QUESTIONBANKS/4.%20Fourth%20Edition%20-%20TOPIC/">https://repo.pirateib.xyz/IB%20QUESTIONBANKS/4.%20Fourth%20Edition%20-%20TOPIC/</a></li>
<li>v5 (2018-2022) - BY TOPIC: <a href="https://repo.pirateib.xyz/IB%20QUESTIONBANKS/5.%20Fifth%20Edition%20-%20TOPIC/">https://repo.pirateib.xyz/IB%20QUESTIONBANKS/5.%20Fifth%20Edition%20-%20TOPIC/</a></li>
<li>v5 (2018-2022) - BY PAPER: <a href="https://repo.pirateib.xyz/IB%20QUESTIONBANKS/5.%20Fifth%20Edition%20-%20PAPER/HTML/">https://repo.pirateib.xyz/IB%20QUESTIONBANKS/5.%20Fifth%20Edition%20-%20PAPER/HTML/</a></li>
<li>v6 (2022+) - Econ, Chem, Bio, Phy (updated syllabi): <a href="https://repo.pirateib.xyz/IB%20QUESTIONBANKS/6.%20Sixth%20Edition%20-%202025%20Sciences/">https://repo.pirateib.xyz/IB%20QUESTIONBANKS/6.%20Sixth%20Edition%20-%202025%20Sciences/</a></li>
</ul>
<h1>Revision Town:</h1>
<ul>
<li>Online: <a href="https://revisiontown2024.pages.dev">https://revisiontown2024.pages.dev</a>
<!--<li>Offline: <a href="https://files.catbox.moe/3jbx2v.zip">https://files.catbox.moe/3jbx2v.zip</a> (extract and open index.html)-->
</ul>
<h1>IB YouTube channels, useful websites:</h1>
<p><a href="https://cryptpad.fr/pad/#/2/pad/view/eX--pDy1KTgN5JvFNnDHS-ircS4ii+L2Pu4rWdNEQwE/embed/">https://cryptpad.fr/pad/#/2/pad/view/eX--pDy1KTgN5JvFNnDHS-ircS4ii+L2Pu4rWdNEQwE/embed/</a></p>
<h1>InThinking</h1>
<ul>
<li>StudyIB: <a href="https://repo.pirateib.xyz/StudyIB/">https://repo.pirateib.xyz/StudyIB/</a></li>
<li>ThinkIB: <a href="https://repo.pirateib.xyz/ThinkIB/">https://repo.pirateib.xyz/ThinkIB/</a></li>
</ul>
<h1>SaveMyExams</h1>
<ul>
<li>All: <a href="https://smearchive.pages.dev/">https://smearchive.pages.dev/</a></li>
<li>Revision Notes: <a href="https://repo.pirateib.xyz/?p=SaveMyExams+-+Notes">https://repo.pirateib.xyz/?p=SaveMyExams+-+Notes</a></li>
<!--<li>View answers (on savemyexams.co.uk):</li>
<ol>
<li>Download this file (<a href="https://github.com/Stefanuk12/SaveMyExams/archive/refs/heads/master.zip">https://github.com/Stefanuk12/SaveMyExams/archive/refs/heads/master.zip</a>) and unzip it.</li>
<li>Enable Chrome extensions Developer Mode (tutorial video: <a href="https://www.youtube.com/watch?v=sZeUZjhOfgM">https://www.youtube.com/watch?v=sZeUZjhOfgM</a>).</li>
<li>Load the unpacked extension (the folder that you previously extracted).</li>
<li>Open/Refresh SaveMyExams (.co.uk).</li>
<li>Enjoy!</li>
</ol> -->
</ul>
<h1>Unlock paywalled articles:</h1>
<ul>
<li><a href="https://libstc.nexus">LibSTC Nexus</a></li>
<li><a href="https://annas-archive.org/scidb">Anna's Archive</a></li>
<li><a href="https://sci-hub.ru">Sci-Hub</a></li>
<li><a href="https://libgen.is/scimag/">LibGen</a></li>
</ul>
<h1>Coursehero</h1>
<ul>
<li><a href="https://herogeneratorpure.com/">https://herogeneratorpure.com/</a></li>
<li><a href="https://reddit.com/r/CourseHero_Unblurs">https://reddit.com/r/CourseHero_Unblurs</a></li>
<li><a href="https://top.gg/servers/search?q=coursehero">https://top.gg/servers/search?q=coursehero</a></li>
</ul>
<!--<h1>Chegg</h1>
<ul>
<li><a href="https://homeworkify.st/mirror-1/">https://homeworkify.st/mirror-1/</a></li>
</ul>-->
<hr>
<p><em>Note: We are not affiliated with any site.</em></p>
<h2>🚨 JOIN OUR <a href="https://discord.pirateib.xyz">DISCORD</a> AND <a href="https://instagram.pirateib.xyz">INSTAGRAM</a>!! 🚨</h2>
</body>
</html>