+2
Ülevaatamisel
Is it possible to disable links on the publications title ?
Here is a page that i am creating
http://users.ece.cmu.edu/~saswin/bootstrap/publications.html
Curious if the following are possible ?
1. Disable links on the titles ... for example, the one below. I dont want the links on the titles of the papers.
http://bibbase.org/network/publication/mota-deligiannis-sankaranarayanan-cevher-rodrigues-dynamicsparsestateestimationusing11minimizationadaptiveratemeasurementboundsalgorithmsandapplications-2015
2. When I group by type ... is it possible to change "articles" to "Journals" and "inproceedings" to "conferences" ... what would be an easy way to do that ?
BTW, bibbase is just terrific and so simple to use. amazing work!
-as
http://users.ece.cmu.edu/~saswin/bootstrap/publications.html
Curious if the following are possible ?
1. Disable links on the titles ... for example, the one below. I dont want the links on the titles of the papers.
http://bibbase.org/network/publication/mota-deligiannis-sankaranarayanan-cevher-rodrigues-dynamicsparsestateestimationusing11minimizationadaptiveratemeasurementboundsalgorithmsandapplications-2015
2. When I group by type ... is it possible to change "articles" to "Journals" and "inproceedings" to "conferences" ... what would be an easy way to do that ?
BTW, bibbase is just terrific and so simple to use. amazing work!
-as
Customer support service by UserEcho
for example, replacing "LastName , I." with "I. Last Name"
use css
.bibbase_paper_title a{ pointer-events: none; }
any ideas on how to achieve the rest ?
thanks!
It's not currently possible to change the order of the initial and the last name. But a feature like that, to allow more flexibility in how references (incl. authors) are presented, is highly requested and is on our roadmap. Doing this right is a bigger task though, so we haven't gotten around to it yet.