I cannot find a relevant entry in the FAQ page. https://sourceforge.net/p/skim-app/wiki/FAQ/ Is the "notes" behavior in Skim same as that of so-called PDF forms? Is the text information saved in forms stored in EAs?
The nightly build 20200626 looks to be working OK. Thank you very much for the update. By the way, when the author list is very long, the list cannot be maunally editted later in the "Title" field because it truncated in the text field.
Thank you very much. I will test it.
doi2bib also returns the full author list, please see https://www.doi2bib.org/bib/10.3847/2041-8213/ab960f
curl -LH "Accept: application/rdf+xml;q=0.5, application/vnd.citationstyles.csl+json;q=1.0" https://doi.org/10.3847/2041-8213/ab960f
JSON data returned by DOI contains the full author list. it would be great if BiBDesk parse the author info from JSON.
A long author list is forced to be truncated when DOI used
Sorry for the very late response, but I totally forgot to merge your patch. Many...
Merge /u/bokubob/robast/ branch master into master
Update README
Updated for the ROBAST paper
Add SchmidtCassegrain.C
Add OkumuraCone.C
Add DaviesCotton.C
Remove OkumuraCone.C
Added a tutorial program for HESS1
Add HexOkumuraCone.C
Add tutorial/Optimize.C which shows how to use ...
Add support of conic constant in AGeoAsphericDisk
Replace "TGLView.h" with "TGLViewer.h"
Fix a build issue that apears with ROOT5 and GCC
Change the camera rotation angles
Added TThread::Initialize in tutorial/multithre...
Changed $(CXX) to $(CC) in compiling Konrad's C...
Now supports ROOT 6
Reverted $(CC) to $(CXX) because Clang cannot c...
Removed several warnings
Now compiles with Clang's CC
- Added source type 37 "Blazar" to make it comp...
Fix a bug in checking the ROOT version number, ...
Added an option to drop multi-threading support...
Fix the performance degradation issue reported ...
Merge remote-tracking branch 'origin3/master' i...
Merge remote-tracking branch 'origin3/speedup'
Remove .* files
Remove .pydevproject
Remove .pydevproject
Remove .pydevproject
Merge remote-tracking branch 'origin3/master' i...
Remove stored current and next nodes
Remove debug comments
Fix a bug getting an wrong array
- Stop using InitTrack repeatedly to save time
Remove stored the current and next nodes, and t...
temporary version to improve the speed of Trace...
Remove unnecessary comments, variables, and cal...
Replace tas with white spaces
doesn't work
Remove (TGeoNavigator* nav, TGeoNode* startNode...
Remove (TGeoNavigator* nav, TGeoNode* startNode...
Rename "start" and "end" in names to "current" ...
Make all tests run in the mutli-thread mode
Added rad() and deg()
- Change the unit of angle used in reflectivity...
Added a comment
Add FitData and MakeGraph
Add GetAbbeNumber()
Add a new test for ASellmeierFormula
Remove an wrong comment on wavelength units
Add GetAbbeNumber()
Added a new example AshraOptics.C in tutorial
Updated README file to avoid #include error
Fixed an inappropriate explanation pointed by D...
Added incident angle dependency of QE
Fixed uninitialized pointers
Added QE
Added testLimitForSuspended and testMirrorScatt...
Added SnellsLaw
Added a new example for multi threading
Fixed a bug that added an wrong position after ...
Added SetAbsorptionLength
Added NULL checks
Added a unit test script
multi threaded version
Updated TraceNonSequential, but it still does n...
should work
Added thread lock for TObjArray which is not th...
Probably fixed crash problems in multi thread
- Fixed a bug in Source.isExtended which reffer...
- Updated tevcat_all.py to suppor the latest Te...
Fixed a bug in DistToParabola that made miscalc...
Renamed the file name of "eval_board_registers....
Renamed the file name of "eval_board_registers....
Removed a critical bug in the absorption proces...
Added an overload method TraceNonSequential to ...
Added one more overload method
Added a Python example which is a translation from