Analysis samples
The 10x Resume analysis samples page allows candidates to explain their investigations of engineering defects they’ve encountered.
Sample List
The analysis samples page presents a list of the samples the candidate has prepared. Each sample in the list includes a short description and the size of the sample.
Clicking on a 10x Resume sample downloads the files to the browser. Reviewers can choose to skip large samples if their time or bandwidth is limited.
Selected Sample
Selecting one of the samples in the list navigates to a view showing additional details about the selected sample which may include documents shown inline or in a separate iframe.
10x/analysis.*.md
Directorydev
DirectoryJob
DirectoryPortfolio
DirectorySrc
Directory10x
- analysis.1.md
- …
Each of the analysis.*.md markdown files in the Job/Portfolio/Src/10x directory
hold details for one of the candidate’s analysis samples.
The markdown content of each file holds the content presented when the sample is selected.
The frontmatter of each file holds an analysis resource and an optional analysis_zip resource.
The analysis resource has the following fields:
| Field | Description |
|---|---|
| id | the id of the resource |
| kind | the constant string ‘analysis’ |
| html | path to result html describing the analysis sample |
| icon | the icon associated with the sample in light mode |
| dark | the icon associated with the sample in dark mode |
| name | the name of the sample shown as a title |
| desc | a short description of the sample to show in the sample list |
| size | size of the sample to show in the sample list |
The analysis_zip resource has the following fields:
| Field | Description |
|---|---|
| id | the id of the resource |
| kind | the constant string ‘analysis_zip’ |
| subdir | subdirectory with associated analysis sample files |
Example analysis.1.md
---title: Analysis Sample 1layout: Plain.htmlsource: /10x/analysis.1/Analysis.pdfresources: - id: 1 kind: analysis html: analysis.1/index.html icon: icons.1/icon.svg dark: icons.1/dark.svg name: Analysis Sample desc: An analysis sample. size: 8 KiB nozip: false
- id: 1 kind: analysis_zip subdir: analysis.1---
# {{title}}
Problem Background
Details about the solution
* **[{{source}}]({{source}})**
{% include "set-height.html", iframe:"iframe1" %}
<iframe id="iframe1" title="{{title}}" src="{{source}}" width="100%" height="550px"></iframe>10x-files/analysis.*
Directorydev
DirectoryJob
DirectoryPortfolio
Directory10x-files
Directoryanalysis.1
- Analysis.pdf
Each analysis.* subdirectory of Job/Portfolio/Src/10x-files holds documents and assets to show
as part of the sample.