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

Add Other JSON root elements into cv? #2

Open
cometsong opened this issue Nov 12, 2020 · 1 comment
Open

Add Other JSON root elements into cv? #2

cometsong opened this issue Nov 12, 2020 · 1 comment

Comments

@cometsong
Copy link

I'd like to add in other root elements besides profiles, projects, etc.
For example

{"publications":  [{
      "name"    : "Article name",
      "authors" : "Me, My Colleague, et. al.",
      "journal" : "Nature"
      }]
,
"services": [{ "name": "", "description": ""}]
}

etc.
To add something like this in on-the-fly, i.e. without a new struct, would it work if we put in a modifiable "others" root category alongside the ones in the JSON template?
Define the struct with open-ended array of properties?
Thanks!

@SergChr
Copy link
Owner

SergChr commented Nov 20, 2020

Hi @cometsong
So you want to add custom fields to the JSON template by not modifying it directly, right? Thus it would be simpler for people who have custom data to put into their resume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants