You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
editor = a_dahlstrom_erik # and # a_dengler_patrick # and # a_grasso_anthony # and # a_lilley_chris # and # a_mccormack_cameron # and # a_schepers_doug # and # a_watt_jonathan # and # a_ferraiolo_jon # and # a_jun_fujisawa # and # a_jackson_dean,
1472
+
xdata = {ser_w3cr},
1473
+
title = {Scalable Vector Graphics~{(SVG)~1.1} (Second Edition)},
editor = a_hickson_ian # and # a_berion_robin # and # a_faulkner_steve # and # a_leithead_travis # and # a_doyle_navara_erika # and # a_oconnor_theresa # and # a_pfeiffer_silvia,
1793
+
xdata = {ser_w3cr},
1794
+
title = {{HTML5}:~{A} Vocabulary and Associated {APIs} for {HTML} and {XHTML}},
author = a_harris_charles_r # and # a_millman_jarrod_k # and # a_van_der_walt_stefan # and # a_gommers_ralf # and # a_virtanen_pauli # and # a_cornapeau_david # and # a_wieser_eric # and # a_taylor_julian # and # a_berg_sebastian # and # a_smith_nathaniel_j # and # a_kern_robert # and # a_picus_matti # and # a_hoyer_stephan # and # a_van_kerkwijk_marten_h # and # a_brett_matthew # and # a_haldane_allan # and # a_fernandez_del_rio_jaime # and # a_wiebe_mark # and # a_peterson_pearu # and # a_gerard_marchant_pierre # and # a_sheppart_kevin # and # a_reddy_tyler # and # a_weckesser_warren # and # a_abbasi_hameer # and # a_gohlke_christoph # and # a_oliphant_travis_e,
1717
1802
title = {Array programming with \numpy},
@@ -2373,13 +2458,23 @@ @techreport{PEP585
2373
2458
urldate = {2024-10-09},
2374
2459
}
2375
2460
2461
+
@techreport{PEP586,
2462
+
author = a_lee_michael # and # a_levkivskyi_ivan # and # a_lehtosalo_jukka,
2463
+
title = {\pythonilIdx{Literal} Types},
2464
+
type = {rep_pep},
2465
+
number = {586},
2466
+
date = {2019-03-14},
2467
+
url = {https://peps.python.org/pep-0586},
2468
+
urldate = {2024-12-17},
2469
+
}
2470
+
2376
2471
@techreport{PEP591,
2377
2472
author = a_sullivan_michael_j # and # a_levkivskyi_ivan,
2378
-
title = {Adding a final Qualifier to \pythonilIdx{typing}\pythonIdx{Final}},
2473
+
title = {Adding a \pythonilIdx{Final} Qualifier to \pythonilIdx{typing}\pythonIdx{typing!Final}},
2379
2474
xdata = {rep_pep},
2380
2475
number = {591},
2381
2476
date = {2019-03-15},
2382
-
url = {https://peps.python.org/pep-0591/},
2477
+
url = {https://peps.python.org/pep-0591},
2383
2478
urldate = {2024-11-19}
2384
2479
}
2385
2480
@@ -2423,6 +2518,15 @@ @techreport{PEP635
2423
2518
urldate = {2024-09-23},
2424
2519
}
2425
2520
2521
+
@techreport{PEP673,
2522
+
author = a_srinivasan_pradeep_kumar # and # a_hilton_balfe_james,
2523
+
number = {673},
2524
+
title = {\pythonilIdx{Self}\pythonIdx{typing!Self} Type},
2525
+
date = {2021-11-10/2021-11-17},
2526
+
url = {https://peps.python.org/pep-0673},
2527
+
urldate = {2024-12-17},
2528
+
}
2529
+
2426
2530
@techreport{PEP754,
2427
2531
author = a_warnes_gregory_r,
2428
2532
title = {{IEEE~754} Floating Point Special Values~[Rejected]},
Copy file name to clipboardExpand all lines: notation/acronyms.sty
+5-4
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,19 @@
4
4
%
5
5
\newacronym[description={an Application Programming Interface is a set of rules or protocols that enables one software application or component to use or communicate with another~\cite{G2024WIAA}}]{API}{API}{Application Programming Interface}%
6
6
\newacronym[description={Artificial Intelligence, see, e.g.,~\cite{RN2022AIAMA}}]{AI}{AI}{Artificial Intelligence}%
7
-
\newacronym[description={Comma-Separated Values, see, e.g.,~\cite{PSF2024CCFRAW,S2005CFAMTFCSVCF} and~\pgls{csv}}]{CSV}{CSV}{Comma-Separated Values}%
7
+
\newacronym[description={Comma-Separated Values, see, e.g.,~\cite{PSF2024CCFRAW,S2005CFAMTFCSVCF} and~\pgls{csv}},sort={CSV}]{CSV}{\pgls{csv}}{Comma-Separated Values}%
8
8
\newacronym[description={Data Science, see, e.g.,~\cite{G2019DSFSFPWP}}]{DS}{DS}{Data Science}%
9
9
\newacronym[description={Garbage In--Garbage Out, see, e.g.,~\cite{PKBCBR2005GIGOAELAOMBEUP}}]{GIGO}{GIGO}{Garbage In--Garbage Out}
10
10
\newacronym[description={Integrated Development Environment, see \gls{ide}}]{IDE}{IDE}{Integrated Development Environment}%
11
+
\newacronym[description={JavaScript Object Notation, see \gls{json} and~\cite{E2017SE4TJDIS}},sort={JSON}]{JSON}{\pgls{json}}{JavaScript Object Notation}%
11
12
\newacronym[description={Machine Learning, see, e.g.,~\cite{SSBD2014UMLFTTA}}]{ML}{ML}{Machine Learning}%
12
13
\newacronym[description={Operating System, the system that runs your computer, see, e.g., \linux\ and \windows}]{OS}{OS}{Operating System}%
0 commit comments