-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.example.json
More file actions
51 lines (51 loc) · 1.44 KB
/
profile.example.json
File metadata and controls
51 lines (51 loc) · 1.44 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
{
"personal_info": {
"first_name": "YourFirstName",
"last_name": "YourLastName",
"email": "your.email@example.com",
"phone": "+1 0000000000",
"location": {
"city": "City",
"state": "State",
"zip_code": "00000",
"country": "United States"
}
},
"urls": {
"linkedin": "https://www.linkedin.com/in/yourprofile/",
"github": "https://github.com/yourusername",
"portfolio": ""
},
"education": [
{
"university": "Your University",
"degree": "Bachelor of Science",
"major": "Computer Science",
"gpa": "0.0/4.0",
"start_date": "09/20XX",
"end_date": "06/20XX"
}
],
"work_authorization": {
"authorized_to_work_in_us": true,
"require_sponsorship_now_or_in_future": false,
"visa_type": ""
},
"demographics": {
"gender": "Decline to self-identify",
"race": "Decline to self-identify",
"veteran": "I am not a veteran",
"disability": "No"
},
"llm_context": {
"target_roles": ["Software Engineer", "Backend Engineer", "Full Stack Engineer"],
"tech_stack": ["Python", "Java", "JavaScript", "SQL"],
"years_of_experience": "0",
"notice_period": "Immediately",
"salary_expectation_usd": "",
"short_bio": "A brief bio for AI-generated answers.",
"experience": "Summarize your internships and work experience here.",
"projects": "Summarize your projects here."
},
"resume_path": "./resume/YourResume.pdf"
}