{"id":20008456,"url":"https://github.com/pyqtgraph/ieeevis2021-pyqtgraph","last_synced_at":"2026-03-19T13:02:41.524Z","repository":{"id":75926687,"uuid":"352193933","full_name":"pyqtgraph/IEEEVIS2021-pyqtgraph","owner":"pyqtgraph","description":"Repository for IEEE Vis 2021 Paper Submission","archived":false,"fork":false,"pushed_at":"2021-03-31T13:23:43.000Z","size":5263,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-02T01:31:13.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyqtgraph.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-27T22:47:03.000Z","updated_at":"2023-05-19T07:40:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"833b07eb-196a-4bfa-88e2-ca4a078806cc","html_url":"https://github.com/pyqtgraph/IEEEVIS2021-pyqtgraph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyqtgraph/IEEEVIS2021-pyqtgraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyqtgraph%2FIEEEVIS2021-pyqtgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyqtgraph%2FIEEEVIS2021-pyqtgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyqtgraph%2FIEEEVIS2021-pyqtgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyqtgraph%2FIEEEVIS2021-pyqtgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyqtgraph","download_url":"https://codeload.github.com/pyqtgraph/IEEEVIS2021-pyqtgraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyqtgraph%2FIEEEVIS2021-pyqtgraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30182686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T07:10:00.306Z","updated_at":"2026-03-06T15:02:27.603Z","avatar_url":"https://github.com/pyqtgraph.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"Created by Torsten Moeller (vis@cs.sfu.ca), April 6 2004\nmodified by Steven Bergner and Torsten Moeller, June 30 2006\nmodified by James Peltier and Torsten Moeller, March 28, 2007\nmodified by Bernhard Finkbeiner, July 5, 2010\nmodified by Tobias Isenberg, January 2016\nmodified by Filip Sadlo, March 2016\nmodified by Tobias Isenberg, July 2016\n\nThis distribution provides a document class for formatting papers according to the specifications for submission to conferences sponsored by the IEEE Visualization \u0026 Graphics Technical Committee (VGTC).\n\nConferences that use the 'journal' document option:\n- IEEE Visualization Conference (VIS, incl. InfoVis, SciVis, VAST)\n- IEEE Virtual Reality (VR)\n- IEEE International Symposium on Mixed and Augmented Reality (ISMAR)\n\nIt contains 13 files/directories:\n\nREADME          - this file\ndiamondrule.eps - abstract and body separator\ndiamondrule.pdf - its PDF version\nvgtc.cls        - the VGTC class file, which should be placed, somewhere in the TeX search path (or in the local directory)\ntemplate.tex    - an example paper\ntemplate.bib    - a small bibliography file used by the example\ntemplate.pdf    - an example proper pdf output in default journal mode\nabbrv-doi*.bst  - four different versions to generate the bibliography including DOI output, with and without hyperref support, with and without narrow rendering of DOIs\nmakefile        - makefile including bibtex compilation and proper PDF generation\npictures/       - subdirectory with sample images, both in EPS and in direct pixel/vector format\n\nUsage\n=====\n\nThe template can be used as such (using the established LaTeX environments) by calling pdfLaTeX or LaTex. For Windows-based LaTeX installations you can use, for example, the environment provided by http://www.texniccenter.org/ along with MikTeX (http://miktex.org/). For Uinux-based installations, please use your favorite LaTeX distribution and editing environment or use the makefile following the instructions below.\n\nUse of the Makefile\n===================\n\nPrior to \"building\" a paper please be sure to run\n\n  make clean\n\nThis will ensure that the paper is built cleanly each and every time. We suggest to run this command before each new compilation.\n\nTo compile the example, run\n\n  make\n\nor manually, if the makefile does not work for you\n\n  latex template\n  bibtex template\n  latex template\n  latex template\n\nIf you run 'make' for the first time, a successful compilation will create a file called 'template.pdf'. Please make sure, that its layout is identical to the file 'template-journal.pdf' provided with this package.\n\nThe included makefile also allows you to run each step of the process manually.  Below are a list of available options that may be passed to make\n\n \"make clean\"\n   removes all files that can be generated automatically.\n\n \"make gs7\"\n   This will perform all functions to build a proper paper using GhostScript 7.\n\n \"make gs8\"\n   This will perform all functions to build a proper paper using GhostScript 8.\n\n \"make dvi\"\n   This will process the .tex file and produce a DVI output file.  This\n   step may process the .tex file several times to process all references\n   and citations.\n\n \"make ps\"\n   This will process the .tex file and the DVI output and convert it to a\n   PostScript file.\n\n \"make pdf\"\n   This will process the .tex file using pdfTeX/pdflatex to produce a PDF\n   file directly (not using a DVI and PostScript file).\n   Please make sure that all fonts are embedded.\n   You can use pdffonts my_document.pdf to check if they are.\n   It is standard in all modern latex distributions.\n   If you use eps figures (e.g. R or gnuplot figures) which you convert to\n   PDF using epstopdf, do the following:\n   Use GL_OPTIONS, a global environment variable for ghostscript:\n   export GS_OPTIONS=\"-dEmbedAllFonts=true -dPDFSETTINGS=/printer\"\n   # and run\n   epstopdf myfile.eps\n\n   See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411651 for the\n   origin of this solution.\n\n\nIf you have problems with the makefile please notify us with the output of\nthe errors produced when running make and we will work to figure out the\nresolution.\n\n\nTo produce proper pdf output, please use:\n  dvips -t letter -Pdownload35 -Ppdf -G0 template.dvi -o template.ps\n\nThe \"-Ppdf\" and \"-G0\" flags should be specified in that order; reversing\nthem does not work, and will result in unacceptable results.\n\nThe following information is an exerpt from the ACM SIGGRAPH Conference /\nSymposium / Workshop Content Formatting Instructions which can be found\nhere.\n\n http://www.siggraph.org/publications/instructions/author-instructions.pdf\n\nIf you are using version 7.x of GhostScript, please use the following\nmethod of invoking ‘ps2pdf,’ in order to embed all typefaces and ensure\nthat images are not downsampled or subsampled in the PDF creation process:\n\n ps2pdf -dCompatibilityLevel=1.3 -dMaxSubsetPct=100 \\\n        -dSubsetFonts=true -dEmbedAllFonts=true \\\n        -dAutoFilterColorImages=false -dAutoFilterGrayImages=false \\\n        -dColorImageFilter=/FlateEncode -dGrayImageFilter=/FlateEncode \\\n        -dMonoImageFilter=/FlateEncode template.ps template.pdf\n\nIf you are using version 8.x of GhostScript, please use this method in\nplace of the example above:\n\n ps2pdf -dPDFSETTINGS=/prepress -dCompatibilityLevel=1.3 \\\n        -dAutoFilterColorImages=false -dAutoFilterGrayImages=false \\\n        -dColorImageFilter=/FlateEncode -dGrayImageFilter=/FlateEncode \\\n        -dMonoImageFilter=/FlateEncode template.ps template.pdf\n\nThis has been incorporated into the makefile and should no longer be needed\nunless you are building the PDF file manually.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyqtgraph%2Fieeevis2021-pyqtgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyqtgraph%2Fieeevis2021-pyqtgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyqtgraph%2Fieeevis2021-pyqtgraph/lists"}