cloudmesh-community / book

Gregor von Laszewski
https://cloudmesh-community.github.io/
26 stars 106 forks source link

edit all files, cleaned .bib, corrected references #502

Closed keithhickman08 closed 5 years ago

laszewsk commented 5 years ago

i can ot check as document does not compile

laszewsk commented 5 years ago

niranda, work with student. I amunfortuantely out of time to help on bibtex.

keithhickman08 commented 5 years ago

Niranda - here's the error message from the github build:

[WARNING] Duplicate identifier 'sec:swagger-verify' at line 4298 column 1 Error reading bibliography /root/project/books/cloud/dest/all.bib (line 1535, column 5): unexpected "k" expecting space, ",", white space or "}" Error running filter pandoc-citeproc: Filter returned error status 1 mv dest/vonLaszewski-cloud.epub ../../docs mv: cannot stat 'dest/vonLaszewski-cloud.epub': No such file or directory make: *** [Makefile:12: epub] Error 1 Exited with code 2

I didn't modify the swagger-verify file. Any help is appreciated. I'm on slack in the cloudmesh channel. Any help is appreciated.

laszewsk commented 5 years ago

your bibtex is not properly formatted, for example, you can not put newlines into a url, that is kind of logical. So make sure your bibtex follows common sense rules.

laszewsk commented 5 years ago

also make sure you are up to date with what is in github. I fixed previously errors in your bibtex file but you neeed to make sure that you stay in sync

laszewsk commented 5 years ago

I will now try to play with this but likeley regret it as this all can be done on your system before you check in ...

laszewsk commented 5 years ago

Keith:

I think you need to get used to the fact that you MUST compile your contributions locally. You do not even check the syntax of your bibfiles, nor do you use either emacs or jabref to validate them. It is obvious from the following.

PLEASE PLEASE USE OUR RECOMMENDED TOOLS! THis is just logical

@Misc{www-essenciary, month = sep, year = 2019, author = {Adrian Salceanu} key = {Genie.jl} title = {Genie: The highly productive Julia web framework} howpublished = {Code Repository} url = {<https://github.com/essenciary/Genie.jl} }

why

keithhickman08 commented 5 years ago

Sorry for the frustration Gregor! It looks like the pull request has been merged. I did re-validate the .bib and the .md files with jabref, pandoc, and overleaf. Apologies again.