Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Education Detail for Json Resume not Given #65

Open
surfer190 opened this issue Dec 29, 2015 · 4 comments
Open

Error: Education Detail for Json Resume not Given #65

surfer190 opened this issue Dec 29, 2015 · 4 comments

Comments

@surfer190
Copy link

I don't know if I am posting this issue in the correct place but it seems The education details is not displayed on the final draft of the PDF:

It just returns the name and dates

education": [
    {
      "institution": "King Williams University",
      "area": "Brandonsberg",
      "studyType": "Bachelor",
      "startDate": "2009-01",
      "endDate": "2011-12",
      "gpa": "",
      "courses": [
        "Minors: Accounting 1, Economics 1, Management 1, Mathematics 102, Electrical Physics, Economics 202, Statistics 1D",
        "Majors: Computer Science and Information Systems"
      ]
    },
@hacksalot
Copy link
Owner

Thanks for the report @surfer190. Looks like the themes are stingy with education info. Will work this into the next themes release (you can also modify them locally, of course) today or tomorrow and update here.

@pbnj
Copy link

pbnj commented Dec 29, 2015

@surfer190 check a few things for me and compare them to my resume.json or my generated resume.html.

The theme I'm using is a slightly modified version of Slick, which can be viewed here.
If you look at the resume.template, you'll notice the template loops through courses:

{{#if courses.length}}
  <ul class="courses">
  {{#each courses}}
    <li>{{.}}</li>
  {{/each}}
  </ul>
{{/if}}

Take a look at the source code of your template to see if your template iterates over courses as well.
If you used one of HackMyResume supported themes, you'll find the source code of your theme in the Fluent Themes Github repo.

@Andre0991
Copy link

Also described in #45.

@surfer190
Copy link
Author

@hacksalot @pmbenjamin I cloned the fresh themes repo and as the courses was not visible in compact-pdf.html

I modified it and ran hackmyresume:

hackmyresume BUILD resume.json TO out/resume.all -t compact/

I even removed all content but it didn't change the PDF. Could you assist?

@hacksalot hacksalot changed the title Education Detail for Json Resume not Given Error: Education Detail for Json Resume not Given Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants