-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
120 lines (60 loc) · 5.47 KB
/
about.html
File metadata and controls
120 lines (60 loc) · 5.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Subject Profile</title>
<link rel="stylesheet" href="styles.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<header>
<h1>SUBJECT PROFILE</h1>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html">Case Report</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html"><button class="btn btn-outline-light">Case Summary</button></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"><button class="btn btn-outline-light">Subject Profile</button></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><button class="btn btn-outline-light">Timeline</button></a>
</li>
<li class="nav-item">
<a class="nav-link" href="inventory.html"><button class="btn btn-outline-light">Evidence Inventory</button></a>
</li>
<li class="nav-item">
<a class="nav-link" href="systemlogs.html"><button class="btn btn-outline-light">Recovered Logs</button></a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="container my-5">
<p><strong>Report Prepared by:</strong> Behavioral Analysis Unit - NYC Division<br><b>Analyst:</b> Dr. Emily Carter, Ph.D. in Clinical Psychology<br><b>Date of Report:</b> February 15, 2026<br><b>Case Number:</b> MP-O26-JX<br><b>Authority:</b>New York Police Department,Missing Persons Division</p>
<h2><b>PSYCHOLOGICAL REPORT</b></h2>
<p>Johnathan Sinclare is a single 30 year old web developer residing in New York. His employer operates under extremely high-stress conditions and requires all employees to participate in routine psychological evaluations twice monthly. Subject's symptoms and behavioural indicators were assessed to be concerning, and the monitoring frequency was increased to six sessions per month. </p>
<p>Analysis of the subject indicates pronounced cognitive focus and obsessive tendencies, compounded by chronic sleep deprivation. Subject demonstrated high technical proficiency and intense engagement with complex tasks, often accompanied by internal dialogue and self-directed problem-solving. Analysis indicates exhibition of Obsessive-Compulsive Disorder (OCD) traits, Cluster A personality disorder tendencies (notably paranoid and introverted characteristics), and signs of chronic anxiety. These conditions are manifested in ritualized task repetition, obsessive engagement with projects, and extended periods of social withdrawal. Signs of introverted and highly self-assured personality amplifies these behaviours, often leading to sleep deprivation and emotional fatigue.</p>
<p>Behavioural observations highlight meticulous documetation practices, internal dialogue, and self-directed problem sloving. Strengths includeadvanced analytical thiking, creatiive problem solving inder pressure, and the ability to maintain composure during prolonged isolated activity. Vulnerabilities include susceptibility to over-analysis, emotional withdrawal, and difficulty delefating responsibilities or engaging socially.</p>
<p>Overall, the subject presents as highly capable yet psychologically vullnerable . The combination of OCD, personality disorder traits, and chronic anxiety predisposes the sunject to intense solitary focus, obsessive work habits, and heightened stress responses. These factors establish a baseline inderstanding of the sunject's mental state prior to his disappearance and provide context for his behaviors leading up to the incident.</p>
<h2><b>OCCUPATIONAL AND ENVIRONMENTAL OBSERVATIONS</b></h2>
<P>Environmental analysis of subject's residence and workspace reveals a highly controlled and organized environment. Resticted-access areas, secure storage conpartments, and specialized technical equipmentsuggest intensive private project engagement indicating prioritized project confidentiality and personal workspace integrity about convectional domestic routines.</P>
<p>Deliveries to the residence include unmarked packages containing unknown technical materials, and digital activity logs reveal extensive encrypted files and unusal late-night operational patterns. Overall, the combined profile potrays a subject of extraordinary techncal capability, intense focus, and strict personal organization with the conclusion that the sunject has potential exposure to unforseen risk prior to disappearance.</p>
</main>
<footer>
<p>© 2026 JESSICAH MMOLOKE</p>
</footer>
<!-- Bootstrap JS and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"></script>
</body>
</html>