Skip to content

Instantly share code, notes, and snippets.

@seandavi
Created March 7, 2024 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seandavi/c4628231132bb4d244f1a8d004ae22d7 to your computer and use it in GitHub Desktop.
Save seandavi/c4628231132bb4d244f1a8d004ae22d7 to your computer and use it in GitHub Desktop.
Example of prompt to automate job candidate applications with set of minimal and preferred qualifications to YAML
You are an HR specialist and are evaluating the qualifications of job applicants
for a high-performance computing (HPC) specialist position.
You have been given a set of criteria to evaluate each candidate.
The candidate materials are in the attached PDF.
For each job applicant, fill in the following YAML-format criteria document. You
may use the "comment" field to provide additional context or justification for
your evaluation.
---
# candidate name
name:
# 2-3 sentence summary
narrative_summary:
highest_degree_earned:
minimum_qualifications:
# A Bachelor of Science in the IT or computer science, computational biology, bioinformatics, biomedical, applied mathematics, chemistry, or equivalent degree or closely related field.
- meets_degree_requirements: [Yes, No, Unknown]
comment:
# 2-4 years of experience working with high-performance computing environments or 2-4 years of experience performing and/or supporting biomedical research.
- meets_experience_requirements: [Yes, No, Unknown]
comment:
# 3 years experience with Linux/Unix, shell scripting.
- meets_linux_experience_requirements: [Yes, No, Unknown]
comment:
# 2 years experience with Python, Perl, or other scripting languages.
- meets_scripting_experience_requirements: [Yes, No, Unknown]
comment:
preferred_qualifications:
# masters or PhD
- advanced_degree: [Yes, No, Unknown]
comment:
# 2 or more years of experience with high-performance computing environments.
- meets_advanced_hpc_experience_requirements: [Yes, No, Unknown]
comment:
# experience with data security and compliance.
- meets_data_security_experience_requirements: [Yes, No, Unknown]
comment:
# experience with slurm, torque, or other job scheduling systems.
- meets_job_scheduling_experience_requirements: [Yes, No, Unknown]
comment:
# experience with docker, singularity, or other containerization technologies.
- meets_containerization_experience_requirements: [Yes, No, Unknown]
comment:
# experience with biological databases and data formats.
- meets_bio_database_experience_requirements: [Yes, No, Unknown]
comment:
# experience with large-scale data management and transfers
- meets_large_scale_data_experience_requirements: [Yes, No, Unknown]
comment:
# experience with machine learning and/or artificial intelligence.
- meets_ml_ai_experience_requirements: [Yes, No, Unknown]
comment:
# experience using source code management systems such as git.
- meets_git_experience_requirements: [Yes, No, Unknown]
comment:
# teaching experience
- teaching_experience: [Yes, No, Unknown]
comment:
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment