Skip to content

enhancement suggestion #42

@imtypist

Description

@imtypist

Thank you for contributing to this excellent project.
I think there should be a key like href in papers/publications section to add href attribute to paper title. For example,

"papers": {
	   "items": [
	   		{
			"authors":"imtypist",
			"title":"This is a title",
                        "href":"http://xxx.com",  // add the key 'href'
			"misc":"Journal of Computer Applications, August 2017"
			}
		   ]
	}

Or you can delete the mark <a> outside title in HTML template, then we can use markdown-style to add a link to paper title. For example,

"papers": {
	   "items": [
	   		{
			"authors":"imtypist",
			"title":"[This is a title](http://xx.com)", // use markdown-style
			"misc":"Journal of Computer Applications, August 2017"
			}
		   ]
	}

I think the latter may be easier to modify.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions