User:Angeliki/X-LIB/Annotations: Difference between revisions
Line 20: | Line 20: | ||
First annotate each link of the PDF. (Using that link in my scripts: http://localhost:8000/uploads/title.pdf) embedding the tool. Hosting hypothesis to each PDF online https://github.com/hypothesis/pdf.js-hypothes.is. Solutions: to change the path of the files in viewer.html, to interact with app.route uploads at the views.py, to add the viewer.html to the templates?<br /> | First annotate each link of the PDF. (Using that link in my scripts: http://localhost:8000/uploads/title.pdf) embedding the tool. Hosting hypothesis to each PDF online https://github.com/hypothesis/pdf.js-hypothes.is. Solutions: to change the path of the files in viewer.html, to interact with app.route uploads at the views.py, to add the viewer.html to the templates?<br /> | ||
Second, I want to create a 'block'/html page of exported annotations from the PDFs. So I add the HTML page of the exported material. | |||
But also to link every PDF with its own annotations?<br /> | |||
Third, add the viewer with the annotations of pdfs embedded to the stach page | |||
Steps for [https://web.hypothes.is/help/embedding-hypothesis-in-websites-and-platforms/ embedding Hypothesis in Websites and Platforms] | Steps for [https://web.hypothes.is/help/embedding-hypothesis-in-websites-and-platforms/ embedding Hypothesis in Websites and Platforms] | ||
* | * |
Revision as of 16:59, 29 May 2018
Tools
Hypothes.is
Augmented pdf (links, audio, video, images)
Ideas
- Annotate the PDF file
- Annotate the URL of XPPL
- Develop tool for embedded PDF with sound/ other media
Steps
Attempt 1:
Steps to host the software hypothes.is in the same machine with XPPL so there is more control over the annotation data and the access of users
- Installing hypothes.is in my machine: https://h.readthedocs.io/en/latest/developing/install/
- !!PROBLEMS!! unable to access the Administration Dashboard locally
Attempt 2:
Plan:
First annotate each link of the PDF. (Using that link in my scripts: http://localhost:8000/uploads/title.pdf) embedding the tool. Hosting hypothesis to each PDF online https://github.com/hypothesis/pdf.js-hypothes.is. Solutions: to change the path of the files in viewer.html, to interact with app.route uploads at the views.py, to add the viewer.html to the templates?
Second, I want to create a 'block'/html page of exported annotations from the PDFs. So I add the HTML page of the exported material.
But also to link every PDF with its own annotations?
Third, add the viewer with the annotations of pdfs embedded to the stach page
Steps for embedding Hypothesis in Websites and Platforms