-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser_profile.example.json
More file actions
30 lines (30 loc) · 1.02 KB
/
user_profile.example.json
File metadata and controls
30 lines (30 loc) · 1.02 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
{
"personal_info": {
"full_name": "Tarek Clarke",
"email": "tarek@example.com",
"phone": "+1-555-0123",
"address": "123 Research Lane, New York, NY 10001",
"links": {
"github": "https://github.com/tarek-clarke",
"linkedin": "https://linkedin.com/in/tarek-clarke",
"portfolio": "https://tarek.me"
}
},
"job_search_data": {
"phd_focus": "Resilient Reconnaissance and Autonomous Planning (RAP)",
"key_highlights": [
"Creator of the Resilient RAP Framework",
"Specialist in Local LLM orchestration for AMD GPUs",
"Deep experience with Playwright and Browser Automation"
],
"salary_expectations": "Competitive",
"work_authorization": "Authorized to work in the US",
"willingness_to_relocate": "No"
},
"general_data": {
"contest_entry_essay": "I am passionate about local-first AI and believe that RedClaw is the future of private web automation.",
"shirt_size": "Large",
"twitter_handle": "@tarek_clarke",
"discord_id": "Tarek#1234"
}
}