Skip to content
Snippets Groups Projects
extpubs.bib 1.33 MiB
Newer Older
  • Learn to ignore specific revisions
  • 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000
    
    @InProceedings{Lueth:PGEclipse,
      author    = {Aspinall, David and L{\"u}th, Christoph  and Winterstein, Daniel and Fayyaz, Ahsan},
      title     = {Proof General in Eclipse},
      booktitle = {Eclipse Technology eXchange ETX'06},
      publisher = {{ACM} Press},
      year      = {2006}}
    
    @TechReport{Lehmann:biblatex10,
      author = 	 {Philipp Lehmann},
      title = 	 {The {\texttt{biblatex}} Package},
      year = 	 2010,
      institution =  {CTAN: Comprehensive {\TeX} Archive Network},
      url = 	 {http://ctan.org/pkg/biblatex}}
    
    @TechReport{CalStai:natm09,
      author = 	 {Cris Calude and Ludwig Staiger},
      title = 	 {A Note on Accelerated Turing Machines},
      institution =  {{Centre for Discrete Mathematics and Theoretical Computer Science, Auckland University}},
      year = 	 2009,
      type = 	 {CDMTCS Research Report},
      number = 	 350,
      url = 	 {http://www.cs.auckland.ac.nz/CDMTCS/researchreports/350cris.pdf}}
    
    @unpublished{CalStaiKoh:natms12,
      author = 	 {Cris Calude and Ludwig Staiger and Michael Kohlhase},
      title = 	 {A Note on Accelerated Turing Machines (Semantic Version)},
      year = 	 2012,
      note =         {Semanticised version of \cite{CalStai:natm09}},
      url = 	 {http://tnt.kwarc.info/repos/svn/oaff/atm1}}
    
    @unpublished{Coffman:noag07,
      author = {Adam Coffman},
      title = {Notes on Axiomatic Geometry},
      year  = 2007,
      url = {http://users.ipfw.edu/CoffmanA/pdf/geomnotes.pdf}}
    
    @Book{Greenberg:eneg93,
      author = 	 {M. Greenberg},
      title = 	 {Euclidean and Non-Euclidean Geometries, Development and History},
      publisher = 	 {Freeman},
      year = 	 1993}
    
    @Book{Golos:feneg68,
      author = 	 {E. Golos},
      title = 	 {Foundations of Euclidean and Non-Euclidean Geometry},
      publisher = 	 {Holt, Reinhart, and Winston},
      year = 	 1968}
    
    @misc{ECMAScript09,
      title = 	 {{ECMAScript} Language Specification},
      institution =  {ECMA International},
      year = 	 {2009},
      key = 	 {ECMASCRIPT},
      month = 	 dec,
      type = {ECMA Standard},
      number = {ECMA-262},
      note = 	 {5\textsuperscript{th} Edition}}
    
    @inproceedings{BDHSBJ:SemWikiWebAppModel09,
    author    = {Jie Bao and Li Ding and Rui Huang and Paul Smart and Dave Braines and Gareth Jones},
    title     = {A Semantic Wiki based Light-Weight Web Application Model},
    booktitle = {Proceedings of the 4\textsuperscript{th} Asian Semantic Web Conference},
    year      = {2009},
    pages = {168--183}}
    
    @Misc{URL:WolframAlphaAPI,
      title = {{Wolfram|Alpha API}},
      url = {http://www.wolframalpha.com/developers.html},
      urldate = {2011-05-05}}
    
    @online{gitinfo2:on,
      title = {gitinfo2.sty},
      subtitle = {A package for accessing metadata from the git dvcs},
      author = {Brent Longborough},
      urldate = {2014-10-26},
      url = {http://mirrors.ctan.org/macros/latex/contrib/gitinfo2/gitinfo2.pdf}}
    
    @online{WolframAlphaWidgets:on,
      title = {{Wolfram|Alpha} Widgets},
      url = {http://developer.wolframalpha.com/widgets/},
      urldate =      {2011-05-05}}
    
    @online{WolframAlphaUnitWidgets:on,
      title = {{Wolfram|Alpha} Units and Measures Widgets},
      url = {http://developer.wolframalpha.com/widgets/gallery/category/?cat=units},
      urldate =      {2011-05-05}}
    
    @online{WolframAlpha:on,urldate={2013-01-05},crossref={WolframAlpha:base}}
    @misc{URL:WolframAlpha:on,crossref={URL:WolframAlpha},
     howpublished = {\url{http://www.wolframalpha.com}}}
    @Misc{WolframAlpha:base,
      title = {{Wolfram|Alpha}},
      url = {http://www.wolframalpha.com}}
    
    @online{URL:Mathematica,crossref={Mathematica:base},
      urldate = {2010-06-05}}
    @online{Mathematica:URL,crossref={Mathematica:base},
      urldate = {2010-06-05}}
    @misc{Mathematica:web,crossref={Mathematica:base},
    }
    @misc{Mathematica:base,
      title = {Mathematica},
      url = {http://www.wolfram.com/products/mathematica/},}
    
    @Article{KBSCH:Swoop,
      author = 	 {Aditya Kalyanpur and Bijan Parsia and Evren Sirin and Bernardo Cuenca Grau and James A. Hendler},
      title = 	 {Swoop: A Web Ontology Editing Browser},
      journal = 	 {Web Semantics},
      year = 	 {2006},
      volume =	 {4},
      number =	 {2},
      pages =	 {144--153},
      publisher = {Elsevier}}
    
    @online{OWLAPI,crossref={OWLAPI:base},
      url = {http://owlapi.sourceforge.net},
      urldate = 	 {2010-01-05}}
    
    @misc{OWLAPI:URL,crossref={OWLAPI:base},
      howpublished = {\url{http://owlapi.sourceforge.net}},
    }
    
    @misc{OWLAPI:base,
      title = {The {OWL} {API}},
    }
    
    @online{OWL-Validator,
      title = {{OWL} 2 Validator},
      author = {Matthew Horridge},
      url = {http://owl.cs.manchester.ac.uk/validator/},
      note = {Powered by the OWL API Version 3.0.0.1272},
      urldate = 	 {2010-06-29}}
    
    @Article{Madhavji:PrismModelChanges92,
      author = 	 {Nazim H. Madhavji},
      title = 	 {Environment Evolution: The Prism Model of Changes},
      journal = 	 {IEEE Transactions on Software Engineering},
      year = 	 {1992},
      volume =	 {18},
      number =	 {5},
      pages =	 {380--392},
      month =	 may}
    
    @online{BCH:PublishLinkedData07,crossref ={BCH:PublishLinkedData07:base},urldate={2010-01-20}}
    @misc{BCH:pldow07,crossref ={BCH:PublishLinkedData07:base},
      publishedas = {\url{http://sites.wiwiss.fu-berlin.de/suhl/bizer/pub/LinkedDataTutorial/20070727/}}}
    @misc{BCH:PublishLinkedData07:base,
      url = {http://sites.wiwiss.fu-berlin.de/suhl/bizer/pub/LinkedDataTutorial/20070727/},
      author = {Chris Bizer and Richard Cyganiak and Tom Heath},
      title = {How to Publish Linked Data on the Web},
      year = 2007,
      month = jul,
      date = {2007-07-27}}
    
    @online{SMLBasicLib:on,crossref ={SMLBasicLib:base},urldate={2010-10-04}}
    @misc{SMLBasicLib,crossref ={SMLBasicLib:base},publishedas={\url{http://www.standardml.org/Basis/}}}
    @misc{SMLBasicLib:base,
      year = 2010,
      key = {SML Basis Library},
      url = {http://www.standardml.org/Basis/},
      title = {The {Standard ML} Basis Library}}
    
    @online{SemWebClientLib:on,
      urldate = 	 {2010-03-08},
      crossref = {SemWebClientLib:base}}
    
    @misc{SemWebClientLib:web,
      note = {seen Feb.  2010},
      howpublished = {\url{http://www4.wiwiss.fu-berlin.de/bizer/ng4j/semwebclient/}},
      crossref = {SemWebClientLib:base}}
    
    @misc{SemWebClientLib:base,
      url = {http://www4.wiwiss.fu-berlin.de/bizer/ng4j/semwebclient/},
      author = {Chris Bizer and Tobias Gau{\ss} and Richard Cyganiak and Olaf Hartig},
      title = {Semantic Web Client Library}}
    
    @online{SQUIN:on,
      urldate = 	 {2010-03-08},
      crossref = {SQUIN:base}}
    
    @misc{SQUIN:web,
      note = {seen Feb.  2010},
      howpublished = {\url{http://squin.sourceforge.net}},
      crossref = {SQUIN:base}}
    
    @misc{SQUIN:base,
      url = {http://squin.sourceforge.net},
      author = {Olaf Hartig and Juan Sequeda},
      title = {{SQUIN} -- Query the Web of Linked Data}}
    
    @online{DOAP:on,
      urldate = 	 {2010-03-08},
      crossref = {DOAP:base}}
    
    @misc{DOAP:web,
      note = {seen Mar.  2010},
      howpublished = {\url{http://trac.usefulinc.com/doap}},
      crossref = {DOAP:base}}
    
    @misc{DOAP:base,
      url = {http://trac.usefulinc.com/doap},
      author = {Edd Dubmill},
      title = {{DOAP} -- Description of a Project}}
    
    @online{rdfQuery:on,urldate={2010-01-20},crossref = {rdfQuery:base}}
    @misc{rdfQuery:web,
      note = {seen Feb.  2010},
      howpublished = {\url{http://rdfquery.googlecode.com}},
      crossref = {rdfQuery:base}}
    @misc{rdfQuery:base,
      title = {{rdfQuery} -- {RDF} processing in your browser},
      author = {Jeni Tennison and others},
      url = {http://rdfquery.googlecode.com}}
    
    @online{SPARQLAS,
      title = {{SPARQLAS}},
      author = {Fernando Silva Parreiras and others},
      url = {http://code.google.com/p/twouse/wiki/SPARQLAS},
      urldate = 	 {2010-03-08}}
    
    @online{LinkedData:on,
      urldate =      {2010-06-11},
      url = {http://linkeddata.org},
      author = {Tom Heath and others},
      title = {Linked Data -- Connect Distributed Data across the Web}}
    
    @online{LinkedDataGuidesTutorials:on,
      urldate = 	 {2010-01-20},
      crossref = {LinkedDataGuidesTutorials:base}}
    
    @misc{LinkedDataGuidesTutorials:web,
      note = {seen Feb.  2010},
      howpublished = {\url{http://linkeddata.org/guides-and-tutorials}},
      crossref = {LinkedDataGuidesTutorials:base}}
    
    @misc{LinkedDataGuidesTutorials:base,
      url = {http://linkeddata.org/guides-and-tutorials},
      author = {Tom Heath and others},
      title = {Linked Data -- Connect Distributed Data across the Web -- Guides and Tutorials}}
    
    @online{LinkedDataGlossary,
      url = {http://linkeddata.org/glossary},
      urldate =      {2010-09-28},
      author = {Tom Heath and others},
      title = {Linked Data -- Connect Distributed Data across the Web -- Glossary}}
    
    @online{TBL:LinkedData06,
      author = {Tim Berners-Lee},
      title = {Design Issues: Linked Data},
      url = {http://www.w3.org/DesignIssues/LinkedData.html},
      urldate = 	 {2010-01-20},
      date = {2006-07-27}}
    
    @online{TBL:GovData09,
      author = {Tim Berners-Lee},
      title = {Design Issues: Putting Government Data Online},
      url = {http://www.w3.org/DesignIssues/GovData.html},
      urldate = 	 {2010-02-22},
      year = 2009}
    
    @online{GAMS,
      title = {{GAMS}: {Guide} to {Available} {Mathematical} {Software}},
      organization = {National Institute of Standards {and} Technology (NIST)},
      urldate = 	 {2009-12-16},
      url = {http://gams.nist.gov}}
    
    @online{palindromes:on,crossref={palindromes:base},urldate = {2010-10-05}}
    @misc{palindromes:url,crossref={palindromes:base},
      howpublished = {\webpageat{\url{http://www.derf.net/palindromes/}}}}
    @misc{palindromes:base,
      key = {Palindromes},
      title = {{Neil/Fred}'s Gigantic List of Palindromes},
      url = {http://www.derf.net/palindromes/}}
    
    @inproceedings{XMLPrague10:TimeMachine,
      author = {Ghislain Fourny and Daniela Florescu and Donald Kossmann and Markos Zacharioudakis},
      title = {{A} {Time} {Machine} for {XML}: {PUL} {Composition}},
      crossref = {XMLPrague2010},
      url = {http://www.dbis.ethz.ch/research/publications/timemachinexml.pdf}}
    
    @online{noosphere:on,crossref={noosphere:base},urldate={2010-09-30}}
    @misc{noosphere:url,crossref={noosphere:base},howpublished={\url{http://code.google.com/p/noosphere/}}}
    @misc{noosphere:base,
      key = {noosphere},
      title =    {No{\"o}sphere (diaresis optional) is the software that underlies the {PlanetMath} Website},
      url = {http://code.google.com/p/noosphere/}}
    
    @online{tntbase:trac,crossref={tntbaseTRAC:url},urldate={2009-12-16}}
    @misc{tntbaseTRAC:url,
      key = {TNTBase TRAC},
      title =    {{TNTBase TRAC}},
      howpublished={\url{http://tntbase.org}},
      url = {http://tntbase.org}}
    
    @online{schema.org:on,
      title = {schema.org},
      url = {http://schema.org},
      urldate =      {2011-11-08},
    }
    
    @online{schematron:online,crossref={schematron:base},urldate={2009-12-22}}
    @misc{schematron:url,crossref={schematron:base},howpublished={\url{http://schematron.com}}}
    @misc{schematron:base,
      key = {schematron},
      title =    {schematron},
      url = {http://schematron.com}}
    
    @online{mathjax:online,crossref={mathjax:base},urldate={2010-09-27}}
    @misc{mathjax:url,crossref={mathjax:base},howpublished={\url{http://mathjax.org}}}
    @misc{mathjax:base,
      key = {mathjax},
      title = {{MathJax}: Beautiful Math in all Browsers},
      url = {http://mathjax.com}}
    
    @misc{LinkedDataFAQ:URL,
      key = {LDFAQ},
      title =    {Linked Data {FAQ}},
      howpublished={\url{http://structureddynamics.com/linked_data.html}},
      url = {http://structureddynamics.com/linked_data.html}}
    
    @Book{Trzeciak:WriteMathPapersEnglish95,
      author =	 {Jerzy Trzeciak},
      title = 	 {Writing Mathematical Papers in English},
      subtitle = {a practical guide},
      publisher = 	 {Gda{\'n}skie Wydawnictwo O{\'s}wiatowe},
      year = 	 {1995}}
    
    @online{inventor:on,crossref={inventor:base},
     urldate = {2012-10-26},
      label = {AInv}}
    
    @misc{inventor:web,crossref={inventor:base},
       howpublished = {Product web page: \url{http://usa.autodesk.com/autodesk-inventor/}},
       key = {AInv},
       year = 2012}
    
    @misc{inventor:base,
       url = {http://usa.autodesk.com/autodesk-inventor/},
       title = {Autodesk}}
    
    @InProceedings{DB:MathVernacular87,
      author = {de Bruijn, Nicolaas Govert},
      title = 	 {The Mathematical Vernacular, a language for mathematics with typed sets},
      booktitle =	 {Proceedings of the Workshop on Programming Languages},
      year =	 {1987},
      editor =	 {P. Dybjer and others}}
    
    @Article{BS:KnowledgeCommunityMath05,
      author = 	 {Jonathan Borwein and Terry Stanway},
      title = 	 {Knowledge and Community in Mathematics},
      journal = 	 {The Mathematical Intelligencer},
      year = 	 {2005},
      volume =	 {27},
      number =	 {2},
      pages =	 {7--16}}
    
    @online{MathNetRDF,
      title = {{Math-Net} {RDF} Collection},
      institution = {Math-Net TAB},
      url = {http://www.iwi-iuk.org/material/RDF/1.1/},
      urldate = 	 {2009-12-12}}
    
    @INPROCEEDINGS{Randell-etal92,
      author = {D. A. Randell and Z. Cui and A. G. Cohn},
      title = {{A} spatial logic based on regions and connection},
      booktitle = {{Proceedings} of the 3\textsuperscript{rd} {International} {Conference} on {Knowledge} {Representation} and {Reasoning}},
      year = {1992},
      pages = {165--176},
      address = {San Mateo},
      publisher = {Morgan Kaufmann},
      topics = {area.space,source.cosy}}
    
    @Article{Egenhofer94-spatialsql,
      author = 	 {Egenhofer, Max J.},
      title = 	 {Spatial {SQL}: a query and presentation language},
      journal = 	 {{IEEE} Transactions on knowledge and data engineering},
      year = 	 1994,
      topics = 	 {area.space},
      volume =	 6,
      number =	 1,
      pages =	 {86--95}}
    
    @techreport{DAISY3Math,
      title={Specification for the Digital Talking Book Modular Extension for Mathematics},
      institution = {DAISY Consortium},
      date = {2008-09-24},
      version = {1.1},
      author = {Neil Soiffer and Kathy Kahl},
      url = {http://www.daisy.org/projects/mathml/mathml-in-daisy-spec.html}}
    
    @techreport{DAISY3,
      title={Specifications for the {Digital} {Talking} {Book}},
      institution = {DAISY Consortium},
      note = {ANSI/NISO Z39.86-2005},
      date = {2005-04-21},
      issn = {1041-5653},
      url = {http://www.daisy.org/z3986/2005/Z3986-2005.html}}
    
    @techreport{DAISY3Guidelines,
      title={Structure Guidelines
    for {DAISY} 3, officially, the {ANSI}/{NISO} {Z39.86} Specifications for the {Digital} {Talking} {Book}},
      institution = {DAISY Consortium},
      date = {2008-06-04},
      url = {http://www.daisy.org/z3986/structure/SG-DAISY3/}}
    
    @techreport{EPUB3,
      title={EPUB 3 Overview - Recommended Specification},
      author={Garth Conboy and Matt Garrish and Markus Gylling and William McCoy and MURATA Makoto and Daniel Weck},
      institution = {International Digital Publishing Forum (IDPF)},
      date = {2011-10-11},
      url = {http://idpf.org/epub/30/spec/epub30-overview.html}}
    
    @online{IDPF:on,crossref={IDPF:base},
      label = {IDPF},
      urldate = {2016-03-29}}
    @misc{IDPF:URL,crossref={IDPF:base},
      key = {IDPF},
      howpublished = {\url{http://www.idpf.org}}}
    @misc{IDPF:base,
      title = {International Digital Publishing Forum (IDPF)},
      url = {http://idpf.org},
      urldate = {2016-03-27}}
    
    @online{epubvalidator:on,crossref={epubvalidator:base},
      label = {EV},
      urldate = {2016-03-29}}
    @misc{epubvalidator:URL,crossref={epubvalidator:base},
      key = {EV},
      howpublished = {\url{http://validator.idpf.org/}}}
    @misc{epubvalidator:base,
      title = {EPUB Validator (beta)},
      institution = {International Digital Publishing Forum (IDPF)},
      url = {http://validator.idpf.org/},
      urldate = {2016-03-27}}
    
    @online{mobi:online,
      title={MOBI eBook Format},
      institution = {Mobipocket SA},
      date = {2012-06-12},
      url = {http://wiki.mobileread.com/wiki/MOBI}}
    
    @TechReport{OPS20,
      institution =	 {{International Digital Publishing Forum}},
      title = 	 {{Open Publication Structure} ({OPS})},
      date = 	 {2007-09-11},
      version = {2.0 v1.0},
      type =	 {Recommended Specification},
      url = {http://www.idpf.org/2007/ops/OPS_2.0_final_spec.html}}
    
    @TechReport{OCF10,
      institution =	 {{International Digital Publishing Forum}},
      title = 	 {{OEBPS Container Format} ({OCF})},
      date = 	 {2006-09-11},
      version = {1.0},
      type =	 {Recommended Specification},
      url = {http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm}}
    
    @TechReport{OPF20,
      institution =	 {{International Digital Publishing Forum}},
      title = 	 {{Open Packaging Format} ({OPF})},
      date = 	 {2007-09-11},
      version = {2.0 v1.0},
      type =	 {Recommended Specification},
      url = {http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html}}
    
    @InProceedings{NPB:LOM-RDF03,
      author = 	 {Mikael Nilsson and Matthias Palm{\'e}r and Jan Brase},
      title = 	 {The {LOM} {RDF} binding -- principles and implementation},
      crossref = {Ariadne2003}}
    
    @online{IEEE-LOM-RDF:2002,
      author = {Mikael Nilsson},
      title = {{IEEE} {Learning} {Object} {Metadata} {RDF} binding},
      institution = {Royal Institute of Technology, Stockholm},
      date = {2002-08-26},
      urldate = 	 {2009-11-23},
      note = {Development continued within the joint DCMI/IEEE LTSC Taskforce},
      url = {http://kmr.nada.kth.se/static/ims/md-lomrdf.html}}
    
    @incollection{Waltz:uldss75,
        author = {David Waltz},
        title = {Understanding Line Drawings of Scenes with Shadows},
        booktitle = {The Psychology of Computer Vision},
        year = {1975},
        pages = {1--19},
        editor = {P. H. Winston},
        publisher = {McGraw-Hill}}
    
    @InProceedings{LFTWH:SAMS2008,
      author = 	 {Christoph L{\"u}th and Udo Frese and Holger T{\"a}ubig and
                      Dennis Walter and Daniel Hausmann},
      title = 	 {{SAMS} -- {Sicherungskomponente} f{\"u}r {Autonome} {Mobile}
                      {Serviceroboter}},
      booktitle =	 {ROBOTIK 2008: Leistungsstand -- Anwendungen -- Visionen -- Trends},
      year =	 {2008},
      number =	 {2012},
      series =	 {VDI-Bericht},
      address =	 {D{\"u}sseldorf},
      publisher =	 {VDI Verlag}}
    
    @online{Walter:SIL3VerifikationC09,
      author = {Dennis Walter},
      title = {Ein {SIL-3}-konformes {Werkzeug} zur formalen {Verifikation} von {C}-{Programmen}},
      date = {2009-10-13},
      note = {Talk given at the final meeting of the {SAMS} project},
      url = {http://www.informatik.uni-bremen.de/dfki-sks/sams/slides/Abschlussveranstaltung/05%20talk-vu.pdf}}
    
    @online{DFKI-SAMS,
      title = {{SAMS} -- {Sicherungskomponente} f{\"u}r {Autonome} {Mobile} {Serviceroboter}},
      institution = {DFKI Bremen},
      year = 2009,
      month = nov,
      date = {2009-11-01},
      urldate = 	 {2009-11-29},
      url = {http://www.sams-projekt.de}}
    
    @TechReport{Tilburg:MathLang06,
      author = 	 {Paul van Tilburg},
      title = 	 {Exploring the Core of {MathLang}},
      institution =  {{ULTRA group, School of Mathematics and Computer Science, Heriot-Watt University, Edinburgh}},
      year = 	 {2006},
      type =	 {Internship Report},
      url={http://paul.luon.net/writings/reports/HWU-MACS-MathLang.pdf},
      keywords =     {lamapunbibs},
      urldate =      {2010-08-11}}
    
    @Misc{Libbrecht:CollectionActiveMath09,
      author =	 {Paul Libbrecht},
      title =	 {Collection Management in {ActiveMath}},
      note = {presented without publication at~\cite{MKM09}},
      year = 2009,
      url = {http://www.activemath.org/~paul/copy_left/Content-Storage-and-Patterns.pdf},
      urldate = 	 {2009-11-18}}
    
    @InProceedings{HeeseEtAl:OneClickAnnot09,
      author = 	 {Ralf Heese and Markus Luczak-R{\"o}sch and Radoslaw Oldakowski and Olga Streibel and Adrian Paschke},
      title = 	 {One Click Annotation},
      crossref =	 {CK2009}}
    
    @ARTICLE{Haerder83principlesof,
      author = {Theo Haerder and Andreas Reuter},
      title = {Principles of Transaction-Oriented Database Recovery},
      journal = {ACM Computing Surveys},
      year = {1983},
      volume = {15},
      pages = {287--317}
    }
    
    @InProceedings{WM:RepublishSocialSemWeb09,
      author = 	 {Claudia Wagner and Enrico Motta},
      title = 	 {Data Republishing on the Social Semantic Web},
      crossref =	 {SPOT2009}}
    
    @inproceedings{CB:gIBIS1987,
    	author = {Jeff Conklin and Michael L. Begeman},
    	title = {{gIBIS}: A Hypertext Tool for Team Design Deliberation},
    	booktitle = {ACM Hypertext},
    	year = {1987},
    	pages = {247--251},
    	publisher = {ACM Press}}
    
    @online{ESWCustomRdfDialects,
      title = {Custom {RDF} Dialects},
      url = {http://esw.w3.org/topic/CustomRdfDialects},
      urldate = 	 {2010-02-02}}
    
    @online{microformats,
      title = {Microformats},
      url = {http://microformats.org},
      urldate = 	 {2010-02-01}}
    
    @InProceedings{TL:RDFavsMicroformats09,
      author = 	 {Vladimir Tomberg and Mart Laanpere},
      title = 	 {{RDFa} versus Microformats: Exploring the Potential for Semantic Interoperability of Mash-up Personal Learning Environments},
      booktitle =	 {2\textsuperscript{nd} International Workshop on Mashup Personal Learning Environments (MUPPLE)},
      year =	 {2009},
      editor =	 {Fridolin Wild and Marco Kalz and Matthias Palm{\'e}r and Daniel M{\"u}ller},
      number = 506,
      series = {CEUR Workshop Proceedings},
      address = {Aachen},
      issn = {1613-0073},
      month = sep,
      url = {http://CEUR-WS.org/Vol-506/tomberg.pdf}}
    
    @Article{SVMA:HPDBXML04,
      author = 	 {Sudhanshu Sipani and Kunal Verma and John A. Miller and Boanerges Aleman-Meza},
      title = 	 {Designing a high-performance database engine for the `{DB4XML}' native {XML} database system},
      journal = 	 {Journal of Systems and Software},
      year = 	 {2003},
      volume =	 {69},
      pages =	 {87--104}}
    
    @Article{Sacerdoti:drpt09,crossref={Sacerdoti:drpt10}}
    @Article{Sacerdoti:drpt10,
      author = 	 {Sacerdoti Coen, Claudio},
      title = 	 {Declarative Representation of Proof Terms},
      Journal = 	 {Journal of Automated Reasoning; Special Issue on Programming Languages
                      for Mechanized Mathematical Systems},
      year = 	 2010,
      volume =       {44},
      pages =        {25--52},
      editor = 	 {Jacques Carette and Makarius Wenzel and Freek Wiedijk}}
    
    @article{AspSacTasZac:uimpa08,
      author    = {Andrea Asperti and
                   Sacerdoti Coen, Claudio and
                   Enrico Tassi and
                   Stefano Zacchiroli},
      title     = {User Interaction with the {Matita} Proof Assistant},
      journal   = {Journal of Automated Reasoning},
      volume    = {39},
      number    = {2},
      year      = {2007},
      pages     = {109--139},
      ee        = {http://dx.doi.org/10.1007/s10817-007-9070-5},
      bibsource = {DBLP, http://dblp.uni-trier.de}}
    
    @article{Sacerdoti:uimsaaf09,
      author    = {Sacerdoti Coen, Claudio},
      title     = {A User Interface for a Mathematical System that Allows Ambiguous
                   Formulae},
      journal   = {Electronic Notes Theoretical Computer Science},
      volume    = {226},
      year      = {2009},
      pages     = {67--87},
      ee        = {http://dx.doi.org/10.1016/j.entcs.2008.12.098}}
    
    @inproceedings{SacTas:ndem09,
      author    = {Sacerdoti Sacerdoti Coen, Claudio and Enrico Tassi},
      title     = {Natural Deduction Environment for Matita},
      pages     = {486--491},
      crossref  = {MKM09}}
    
    @inproceedings{CF:ReviewMKM09,
      title    = {A Review of Mathematical Knowledge Management},
      author   = {Jacques Carette and William M. Farmer},
      pages    = {233--246},
      crossref = {MKM09}}
    
    @Article{CCV:MathContextIntDoc10,
      author =       {Arjeh M. Cohen and Hans Cuypers and Rikko Verrijzer},
      title =        {Mathematical Context in Interactive Documents},
      journal =      {Mathematics in Computer Science},
      issuetitle = {Special Issue on Authoring, Digitalization and Management of Mathematical Knowledge},
      editor = {Serge Autexier and Petr Sojka and Masakazu Suzuki},
      pages = {331--347},
      volume = 3,
      number = 3,
      publisher =    {Birkh{\"a}user},
      year =         {2010}}
    
    @inproceedings{MascardiCR07,
      author    = {Viviana Mascardi and
                   Valentina Cord{\`i} and
                   Paolo Rosso},
      title     = {A Comparison of Upper Ontologies},
      booktitle = {WOA},
      year      = {2007},
      pages     = {55--64},
      ee        = {http://woa07.disi.unige.it/papers/mascardi.pdf},
      crossref  = {woa/2007},
      bibsource = {DBLP, http://dblp.uni-trier.de}}
    
    @TechReport{WonderWeb:OntologyLibrary,
      author = 	 {Claudio Masolo and Stefano Borgo and Aldo Gangemi and Nicola Guarino and Alessandro Oltramari},
      title = 	 {Ontology Library},
      institution =  {Laboratory for Applied Ontology -- ISTC-CNR},
      year = 	 {2003},
      type =	 {WonderWeb Deliverable},
      number =	 {18},
      month =	 dec,
      url = 	 {http://www.loa-cnr.it/Papers/D18.pdf}}
    
    @TechReport{WonderWeb:FoundationalOntologies,
      author = 	 {Claudio Masolo and Stefano Borgo and Aldo Gangemi and Nicola Guarino and Alessandro Oltramari and Luc Schneider},
      title = 	 {The WonderWeb Library of Foundational Ontologies},
      institution =  {Laboratory for Applied Ontology -- ISTC-CNR},
      year = 	 {2003},
      type =	 {WonderWeb Deliverable},
      number =	 {17},
      month =	 may,
      url = 	 {http://wonderweb.semanticweb.org/deliverables/documents/D17.pdf}}
    
    @techreport{MoWGLI:MetadataModel03,
      author = 	 {George Goguadze},
      title = 	 {Metadata Model},
      year = 	 {2003},
      institution = {MoWGLI},
      type =	 {Deliverable},
      number =	 {D3.b},
      url = 	 {http://mowgli.cs.unibo.it/misc/deliverables/metadata/D3bmetadata_model/metadata_model.pdf}}
    
    
    
    @techreport{MoWGLI:MetadataMathLib03,
      author = 	 {George Goguadze},
      title = 	 {Metadata for Mathematical Libraries},
      year = 	 {2003},
      institution = {MoWGLI},
      type =	 {Deliverable},
      number =	 {D3.a},
      url = 	 {http://mowgli.cs.unibo.it/misc/deliverables/metadata/D3a_metadata_for_math/math_metadata.pdf}}
    
    @TechReport{MKM-NET:MetadataModel03,
      author = 	 {George Goguadze and Erica Melis and Andrea Asperti},
      title = 	 {A proposal for a unified Metadata Model and Search Architecture},
      year = 	 {2003},
      institution = {MKM-NET},
      type =	 {Deliverable},
      number =	 {D5.5},
      url = 	 {http://monet.nag.co.uk/mkm/Final-docs/MKMNetTN-D5-5.pdf}}
    
    @article{Henrik:DocumentsAndOntologies_2007,
      crossref = {Eriksson:SemanticDocument2007}}
    
    @Article{Eriksson:SemanticDocument2007,
      author = 	 {Henrik Eriksson},
      title = 	 {The semantic-document approach to combining documents and ontologies},
      journal = 	 {International Journal of Human-Computer Studies},
      year = 	 {2007},
      volume =	 {65},
      number =	 {7},
      pages =	 {624--639},
    issn = "1071-5819",
    doi = "10.1016/j.ijhcs.2007.03.008",
    url = "http://www.sciencedirect.com/science/article/pii/S1071581907000468",
    }
    
    
    
    @Book{Lindemann:metp09,
      author = 	 {Lindemann, Udo},
      title = 	 {Methodische Entwicklung technischer Produkte, Methoden flexibel und situationsgerecht anwenden},
      publisher = 	 {Springer Verlag},
      year = 	 2009,
      series = 	 {VDI Book},
      doi = {0.1007/978-3-642-01423-9}}
    
    @Online{FunMarcBot,
      title =        {Case Study: An Ontology of {Cantabria}'s Cultural Heritage},
      url =          {http://www.w3.org/2001/sw/sweo/public/UseCases/FoundationBotin/},
      urldate =      {2011-04-12}}
    
    @article{Gizmodo:eueupc13,
      author = {Jamie Condliffe},
      title =        {Easily Understand Encryption Using\ldots Paint and Clocks?},
      journal =      {Gizmodo},
      year =         {2012},
      howpublished = {\url{http://gizmodo.com/5888567/how-to-understand-encryption-using-paint-and-clocks}},
      url =          {http://gizmodo.com/5888567/how-to-understand-encryption-using-paint-and-clocks}}
    
    @InProceedings{drupal:SpViews,
      author = 	 {Lin Clark},
      title = 	 {{SPARQL Views}: A Visual {SPARQL} Query Builder for {Drupal}},
      booktitle =	 {Poster and Demo Proceedings of the 9\textsuperscript{th} International Semantic Web Conference (ISWC)},
      url = {http://iswc2010.semanticweb.org/pdf/518.pdf},
      year =	 2010}
    
    @online{postgis:on,crossref={postgis:base},urldate = {2014-05-09}}
    @misc{postgis:url,crossref={postgis:base},howpublished={\url{http://postgis.net/}}}
    @misc{postgis:base,
       author = "PostGIS",
       title = "{Spatial and Geographic objects for PostgreSQL}",
       year = {2014},
       url = "http://postgis.net/"
     }
    
    @online{5stardata,
      title = {5-star Open Data},
      url = {http://5stardata.info/},
      urldate =      {2015-10-11},
      date = {2012-04-03},
    }
    
    @report{Gartner:BigData12,
      author = 	 {Mark A. Beyer and Douglas Laney},
      title = 	 {The Importance of `Big Data': A Definition},
      publisher = {Gartner},
      date =      {2012-06-21},
      url = {http://www.gartner.com/resId=2057415}}
    
    @InProceedings{BadraEtAl:SWPRSCSPAuto11,
      author = 	 {Fadi Badra and Fran{\c c}ois-Paul Servant and Alexandre Passant},
      title = 	 {A Semantic Web Representation of a Product Range Specification based on Constraint Satisfaction Problem in the Automotive Industry},
      pages = {37--50},
      crossref =	 {OSEMA2011}}
    
    @InProceedings{Servant:LinkingEnterpriseData08,
      author = 	 {Fran{\c c}ois-Paul Servant},
      title = 	 {Linking Enterprise Data},
      crossref =	 {LDOW2008}}
    
    @InProceedings{CHM:SparqPlug08,
      author = 	 {Peter Coetzee and Tom Heath and Enrico Motta},
      title = 	 {{SparqPlug}: Generating Linked Data from Legacy {HTML}, {SPARQL} and the {DOM}},
      crossref =	 {LDOW2008}}
    
    @InProceedings{ST:LinkingUKGovData10,
      author = 	 {John Sheridan and Jeni Tennison},
      title = 	 {Linking {UK} Government Data},
      crossref =	 {LDOW2010}}
    
    @InProceedings{CFGHT:SemanticStatisticsSDMXandSCOVO10,
      author = 	 {Richard Cyganiak and Simon Field and Arofan Gregory and Wolfgang Halb and Jeni Tennison},
      title = 	 {Semantic Statistics: Bringing Together {SDMX} and {SCOVO}},
      crossref =	 {LDOW2010}}
    
    @InProceedings{SWJL:ExpertLinkedData10,
      author = 	 {Milan Stankovic and Claudia Wagner and Jelena Jovanovic and Philippe Laublet},
      title = 	 {Looking for Experts? What can Linked Data do for You?},
      crossref =	 {LDOW2010}}
    
    @Article{BBLMM:OntModSpatDiv07,
      author = 	 {John Bateman and Stefano Borgo and Klaus L{\"u}ttich and Claudio Masolo and Till Mossakowski},
      title = 	 {Ontological Modularity and Spatial Diversity},
      journal = 	 {Spatial Cognition \& Computation},
      year = 	 {2007},
      volume =	 {7},
      number =	 {1},
      pages =	 {97--128}}
    
    @inproceedings{FauMel:esmbospm08,
      author    = {Arndt Faulhaber and Erica Melis},
      title     = {An Efficient Student Model Based on Student Performance and Metadata},
      pages     = {276--280},
    
    
    
    
      ee        = {http://dx.doi.org/10.3233/978-1-58603-891-5-276},
      crossref  = {ECAI08}}
    
    @Article{CFG:MethToolLangOnto2002,
      author = 	 {Oscar Corcho and Mariano Fern{\'a}ndez-L{\'o}pez and Asunci{\'o}n G{\'o}mez-P{\'e}rez},
      title = 	 {Methodologies, tools and languages for building ontologies.  {Where} is their meeting point?},
      journal = 	 {Data \& Knowledge Engineering},
      year = 	 {2003},
      volume =	 {46},
      pages =	 {41--64}}
    
    @InProceedings{EGM:OntoMultilingual2008,
      author = 	 {Mauricio Espinoza and Asunci{\'o}n G{\'o}mez-P{\'e}rez and
                      Eduardo Mena},
      title = 	 {Enriching an Ontology with Multilingual Information},
      crossref =	 {eswc2008}}
    
    @article{DBLP:journals/dke/HoracekW06,
      author    = {Helmut Horacek and
                   Magdalena Wolska},
      title     = {Interpreting semi-formal utterances in dialogs about mathematical
                   proofs},
      journal   = {Data Knowl. Eng.},
      volume    = {58},
      number    = {1},
      year      = {2006},
      pages     = {90--106},
      ee        = {http://dx.doi.org/10.1016/j.datak.2005.05.010},
      keywords  = {lamapunbibs},
      bibsource = {DBLP, http://dblp.uni-trier.de}
    }
    
    @inproceedings{DBLP:conf/acl/WolskaK04,
      author    = {Magdalena Wolska and
                   Ivana Kruijff-Korbayov{\'a}},
      title     = {Analysis of Mixed Natural and Symbolic Input in Mathematical
                   Dialogs},
      booktitle = {ACL},
      year      = {2004},
      pages     = {25--32},
      ee        = {http://acl.ldc.upenn.edu/acl2004/main/pdf/373_pdf_2-col.pdf},
      keywords  = {lamapunbibs},
      bibsource = {DBLP, http://dblp.uni-trier.de}
    }
    
    @inproceedings{DBLP:conf/its/HoracekW06,
      author    = {Helmut Horacek and
                   Magdalena Wolska},
      title     = {Handling Errors in Mathematical Formulas},
      booktitle = {Intelligent Tutoring Systems},
      year      = {2006},
      pages     = {339--348},
      ee        = {http://dx.doi.org/10.1007/11774303_34},
      crossref  = {DBLP:conf/its/2006},
      bibsource = {DBLP, http://dblp.uni-trier.de}
    }
    
    
    
    
    
    
    
    
    
    @inproceedings{Moore:TaggedPDF09,
      author = 	 {Ross Moore},
      title = 	 {Ongoing efforts to generate ``tagged {PDF}'' using {pdfTeX}},
      crossref = 	 {DML09},
      year = 	 {2009}}
    
    
    
    
    
    
    @InProceedings{AndNov:ehal08,
      author = 	 {Oscar D. Andrade and David G. Novick},
      title = 	 {Expressing Help at Appropriate Levels},
      crossref =  {SIGDoc08},
      pages = 	 {125--130}}
    
    @InProceedings{Bouche:stnfdml08,
      author = 	 {Thierry Bouche},
      title = 	 {Some thoughts on the near-future Digital Mathematics Library},
      crossref =  {DML08},
      pages = 	 {3--15}}
    
    @Article{Storey:ProgramComprehension06,
      author = 	 {Margaret-Anne Storey},
      title = 	 {Theories, tools and research methods in program comprehension: past, present and future},
      journal = 	 {Software Quality},
      year = 	 {2006},
      volume =	 {14},
      pages =	 {187--208}}
    
    @Article{VMS:ProgUndMaintSW99,
      author = 	 {A. Marie Vans and Anneliese von Mayrhauser and Gabriel Somlo},
      title = 	 {Program understanding behavior during corrective maintenance of large-scale software},
      journal = 	 {International Journal of Human-Computer Studies},
      year = 	 {1999},
      volume =	 {51},
      pages =	 {31--70}}
    
    @InProceedings{Bouche:cwcmt08,
      author = 	 {Thierry Bouche},
      title = 	 {CEDRICS: When CEDRAM meets Tralics},
      crossref =  {DML08},
      pages = 	 {153--165}}
    
    @online{ProofGeneral,
      author = {David Aspinall and others},
      title = {{Proof General}},
      urldate =      {2012-12-10},
      date = {2012-11-05},
      url = {http://proofgeneral.inf.ed.ac.uk/}
    }
    
    @online{CASL,
      organization = {CoFI},
      url = {http://www.informatik.uni-bremen.de/cofi/wiki/index.php/CASL},
      title = {CASL},
      date = {2008-02-12},
      urldate =      {2012-12-10},
    }
    
    @Article{SchroderMossakowski09,
      author = {Lutz Schr{\"o}der and Till Mossakowski},
      title = {{HasCASL}: Integrated Higher-Order Specification and Program Development},
      year = {2009},
      journal = {Theoret.\ Comput.\ Sci.},
      volume = {410},
      pages = {1217--1260},
      nonumber = {12-13}}
    
    @InProceedings{ABLKCI:DBpedia2007,
      author = 	 {S{\"o}ren Auer and Christian Bizer and Georgi Kobilarov and
                      Jens Lehmann and Richard Cyganiak and Zachary Ives},
      title = 	 {{DBpedia}: A Nucleus for a Web of Open Data},
      crossref =	 {iswc2007}}
    
    @online{HV:CDEditor,
      author = {Heras Vicente, J{\'o}nathan},
      title = {An {OpenMath} Content Dictionary Editor},
      url = {http://www.unirioja.es/cu/joheras/openmath-editor.html},
      urldate = {2009-10-18}}
    
    @online{markdown:on,
      author = {John Gruber and Aaron Swartz and others},
      title = {Markdown},
      url = {http://daringfireball.net/projects/markdown/},
      urldate = {2009-11-11}}
    
    @online{mathml-converters:on,
      title = {{MathML} Software -- Converters},
      url = {http://www.w3.org/Math/Software/mathml_software_cat_converters.html},
      urldate =      {2012-03-31},
    }
    
    @online{mathml-editors:on,
      title = {{MathML} Software -- Editors},
      url = {http://www.w3.org/Math/Software/mathml_software_cat_editors.html},
      urldate =      {2012-03-31},
    }
    
    @manual{swi-prolog,
      author = {Jan Wielemaker},
      title = {{SWI-Prolog} 5.11.5 Reference Manual},
      url = {http://www.swi-prolog.org/pldoc/refman/},
      urldate =      {2010-09-20}}