[report]: Add research progress
This commit is contained in:
@ -173,7 +173,6 @@
|
||||
urldate = "2025-03-28"
|
||||
}
|
||||
|
||||
|
||||
@online{logicaland,
|
||||
author = "MDN Contributors",
|
||||
title = "Expressions and operators > Logical AND (\&\&)",
|
||||
@ -183,7 +182,6 @@
|
||||
urldate = "2025-03-28"
|
||||
}
|
||||
|
||||
|
||||
@article{chopde2013landmark,
|
||||
author = {Nitin R. Chopde and Mangesh K. Nichat},
|
||||
title = {Landmark Based Shortest Path Detection by Using A* Algorithm and Haversine Formula},
|
||||
@ -198,7 +196,6 @@
|
||||
url = {https://www.researchgate.net/publication/282314348},
|
||||
}
|
||||
|
||||
|
||||
@article{vincenty1975geodesics,
|
||||
author = {Vincenty, Thaddeus},
|
||||
title = {Direct and Inverse Solutions of Geodesics on the Ellipsoid with Application of Nested Equations},
|
||||
@ -244,7 +241,6 @@
|
||||
urldate = "2025-03-28"
|
||||
}
|
||||
|
||||
|
||||
@thesis{persson2019perceived,
|
||||
author = {Persson, Samantha},
|
||||
title = {Improving Perceived Performance of Loading Screens Through Animation},
|
||||
@ -299,7 +295,6 @@
|
||||
isbn = {9780465050659},
|
||||
}
|
||||
|
||||
|
||||
@online{debounce,
|
||||
author = {Aneeqa Khan},
|
||||
title = {Throttling and Debouncing - Explained},
|
||||
@ -365,7 +360,6 @@
|
||||
urldate = "2025-03-26"
|
||||
}
|
||||
|
||||
|
||||
@online{osm,
|
||||
author = "OpenStreetMap Contributors",
|
||||
title = "OpenStreetMap: Getting Help",
|
||||
@ -374,7 +368,6 @@
|
||||
urldate = "2025-03-29"
|
||||
}
|
||||
|
||||
|
||||
@online{osi,
|
||||
author = "Ordnance Survey Ireland",
|
||||
title = "Where is the centre of Ireland?",
|
||||
@ -391,7 +384,6 @@
|
||||
urldate = "2025-03-29"
|
||||
}
|
||||
|
||||
|
||||
@online{atlassianpiechart,
|
||||
author = "Mike Yi",
|
||||
title = "A Complete Guide to Pie Charts",
|
||||
@ -400,7 +392,6 @@
|
||||
urldate = "2025-03-29"
|
||||
}
|
||||
|
||||
|
||||
@online{spotfirepie,
|
||||
author = "Cloud Software Group, Inc.",
|
||||
title = "What is a pie chart?",
|
||||
@ -409,7 +400,6 @@
|
||||
urldate = "2025-03-29"
|
||||
}
|
||||
|
||||
|
||||
@online{inforirver,
|
||||
author = "Lumel",
|
||||
title = "Pie chart 101: How to use \& when to avoid them",
|
||||
@ -435,7 +425,6 @@
|
||||
organization = {Teanglann}
|
||||
}
|
||||
|
||||
|
||||
@online{w3c-cors,
|
||||
author = {{World Wide Web Consortium}},
|
||||
title = {{Cross-Origin Resource Sharing}},
|
||||
@ -564,3 +553,310 @@
|
||||
year = 2024,
|
||||
url = "https://www.flightradar24.com/"
|
||||
}
|
||||
|
||||
@phdthesis{fielding2000rest,
|
||||
author = {Fielding, Roy Thomas},
|
||||
title = {Architectural Styles and the Design of Network-based Software Architectures},
|
||||
type = {PhD dissertation},
|
||||
school = {University of California, Irvine},
|
||||
year = {2000},
|
||||
url = {https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm},
|
||||
}
|
||||
|
||||
|
||||
@online{box2000soap,
|
||||
author = {Box, Don and Ehnebuske, Doug and Kakivaya, Gopal and Layman, Andrew and Mendelsohn, Noah and Nielsen, Henrik Frystyk and Thatte, Satish and Winer, Dave},
|
||||
title = {Simple Object Access Protocol (SOAP) 1.1},
|
||||
year = {2000},
|
||||
url = {https://www.w3.org/TR/2000/NOTE-SOAP-20000508/},
|
||||
}
|
||||
|
||||
@online{irishrail-api-archive,
|
||||
author = {{Irish Rail}},
|
||||
title = {Irish Rail Realtime API},
|
||||
year = {2015},
|
||||
url = {http://web.archive.org/web/20151208153347/http://api.irishrail.ie/realtime/index.htm?realtime_irishrail},
|
||||
note = {Archived version from the Wayback Machine},
|
||||
urldate = {2015-12-08}
|
||||
}
|
||||
|
||||
@online{irishrailapi,
|
||||
title = "Irish Rail Realtime API's information page",
|
||||
author = "Iarnród Éireann",
|
||||
year = 2011,
|
||||
url = "http://api.irishrail.ie/realtime/index.htm?realtime_irishrail"
|
||||
}
|
||||
|
||||
@online{luasapi,
|
||||
title = "Luas Forecasting API",
|
||||
author = "Transport Infrastructure Ireland",
|
||||
year = 2016,
|
||||
url = "https://data.gov.ie/dataset/luas-forecasting-api/resource/48d3cc1a-7c4e-42e4-a513-8ae117ff40b1"
|
||||
}
|
||||
|
||||
@online{gtfsapi,
|
||||
title = "General Transit Feed Specification - GTFS-Realtime",
|
||||
author = "National Transport Authority",
|
||||
year = 2024,
|
||||
url = "https://developer.nationaltransport.ie/api-details#api=gtfsr&operation=vehicles"
|
||||
}
|
||||
|
||||
@online{gtfs,
|
||||
title = "General Transit Feed Specification (GTFS)",
|
||||
author = "Mobility Data",
|
||||
year = 2024,
|
||||
url = "https://gtfs.org/documentation/overview/"
|
||||
}
|
||||
|
||||
@online{pyunit,
|
||||
title = "PyUnit",
|
||||
author = "Igor Rocha",
|
||||
organisation = "Python Wiki",
|
||||
year = 2019,
|
||||
url = "https://wiki.python.org/moin/PyUnit"
|
||||
}
|
||||
|
||||
@online{pytest,
|
||||
title = "pytest",
|
||||
author = "Holger Krekel",
|
||||
organisation = "pytest Documentation",
|
||||
year = 2019,
|
||||
url = "https://docs.pytest.org/en/stable/"
|
||||
}
|
||||
|
||||
@online{workflow,
|
||||
title = "About workflows",
|
||||
author = "GitHub Inc.",
|
||||
organisation = "GitHub Docs",
|
||||
year = 2025,
|
||||
url = "https://docs.github.com/en/actions/writing-workflows/about-workflows"
|
||||
}
|
||||
|
||||
@online{artifacts,
|
||||
title = "Storing and sharing data from a workflow",
|
||||
author = "GitHub Inc.",
|
||||
organisation = "GitHub Docs",
|
||||
year = 2025,
|
||||
url = "https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/storing-and-sharing-data-from-a-workflow"
|
||||
}
|
||||
|
||||
@online{githubsecrets,
|
||||
title = "Using secrets in GitHub Actions",
|
||||
author = "GitHub Inc.",
|
||||
organisation = "GitHub Docs",
|
||||
year = 2025,
|
||||
url = "https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions"
|
||||
}
|
||||
|
||||
@online{pyunitmock,
|
||||
title = "unittest.mock — mock object library",
|
||||
author = "Python Software Foundation.",
|
||||
organisation = "Python Documentation",
|
||||
year = 2019,
|
||||
url = "https://docs.python.org/3/library/unittest.mock.html"
|
||||
}
|
||||
|
||||
@online{git,
|
||||
title = "Git",
|
||||
author = "Linus Torvalds",
|
||||
organisation = "Git Documentation",
|
||||
url = "https://git-scm.com/doc"
|
||||
}
|
||||
|
||||
@online{github,
|
||||
title = "GitHub",
|
||||
author = "GitHub Inc.",
|
||||
organisation = "GitHub Docs",
|
||||
year = 2025,
|
||||
url = "https://docs.github.com/en"
|
||||
}
|
||||
|
||||
@online{githubactions,
|
||||
title = "GitHub Actions documentation",
|
||||
author = "GitHub Inc.",
|
||||
organisation = "GitHub Docs",
|
||||
year = 2025,
|
||||
url = "https://docs.github.com/en/actions"
|
||||
}
|
||||
|
||||
@article{brito2018monorepos,
|
||||
title={Monorepos: A Multivocal Literature Review},
|
||||
author={Brito, Gleison and Terra, Ricardo and Valente, Marco Tulio},
|
||||
journal={arXiv preprint arXiv:1810.09477},
|
||||
year={2018},
|
||||
url={https://arxiv.org/abs/1810.09477}
|
||||
}
|
||||
|
||||
@inproceedings{potvin2016google,
|
||||
title={Why Google stores billions of lines of code in a single repository},
|
||||
author={Potvin, Rachel and Levenberg, Josh},
|
||||
booktitle={Proceedings of the 2016 ACM SIGMOD International Conference on Management of Data},
|
||||
pages={512--513},
|
||||
year={2016},
|
||||
publisher={ACM},
|
||||
doi={10.1145/2882903.2903748}
|
||||
}
|
||||
|
||||
@inproceedings{dias2015untangling,
|
||||
author = {Martín Dias and Damien Cassou and Stéphane Ducasse and Jorge Ressia},
|
||||
title = {Untangling Fine-Grained Code Changes},
|
||||
booktitle = {2015 IEEE/ACM 37th IEEE International Conference on Software Engineering},
|
||||
year = {2015},
|
||||
pages = {698--708},
|
||||
publisher = {IEEE},
|
||||
doi = {10.1109/ICSE.2015.81},
|
||||
url = {https://arxiv.org/abs/1502.06757},
|
||||
}
|
||||
|
||||
@online{agile,
|
||||
title = "What is the Agile methodology?",
|
||||
author = "Atlassian",
|
||||
year = 2025,
|
||||
url = "https://www.atlassian.com/agile"
|
||||
}
|
||||
|
||||
@online{kanban,
|
||||
title = "What is kanban?",
|
||||
author = "Atlassian",
|
||||
year = 2025,
|
||||
url = "https://www.atlassian.com/agile"
|
||||
}
|
||||
|
||||
@book{martin2008cleancode,
|
||||
author = {Robert C. Martin},
|
||||
title = {Clean Code: A Handbook of Agile Software Craftsmanship},
|
||||
year = {2008},
|
||||
publisher = {Prentice Hall},
|
||||
address = {Upper Saddle River, NJ},
|
||||
isbn = {978-0132350884}
|
||||
}
|
||||
|
||||
@online{react,
|
||||
title = "React Reference Overview",
|
||||
author = "Meta Platforms Inc.",
|
||||
year = 2024,
|
||||
url = "https://react.dev/reference/react"
|
||||
}
|
||||
|
||||
@online{native,
|
||||
title = "Get Started with React Native",
|
||||
author = "Meta Platforms Inc.",
|
||||
year = 2024,
|
||||
url = "https://reactnative.dev/docs/environment-setup"
|
||||
}
|
||||
|
||||
@online{digitalocean_serverless_2023,
|
||||
author = {{DigitalOcean}},
|
||||
title = {What Is Serverless Architecture?},
|
||||
year = {2023},
|
||||
url = {https://www.digitalocean.com/resources/articles/serverless-architecture},
|
||||
note = {Accessed: 2025-04-04},
|
||||
organization = {DigitalOcean},
|
||||
}
|
||||
|
||||
@online{google_serverless_2025,
|
||||
author = {{Google Cloud}},
|
||||
title = {What Is Serverless Architecture?},
|
||||
year = {2025},
|
||||
url = {https://cloud.google.com/discover/what-is-serverless-architecture},
|
||||
note = {Accessed: 2025-04-04},
|
||||
organization = {Google Cloud},
|
||||
}
|
||||
|
||||
@online{aws_serverless_2025,
|
||||
author = {{Amazon Web Services}},
|
||||
title = {What Is Serverless Computing?},
|
||||
year = {2025},
|
||||
url = {https://aws.amazon.com/what-is/serverless-computing/},
|
||||
note = {Accessed: 2025-04-04},
|
||||
organization = {Amazon Web Services},
|
||||
}
|
||||
|
||||
@online{AWS:VPS,
|
||||
author = {Amazon Web Services},
|
||||
title = {What is VPS? - VPS Hosting and Server Explained},
|
||||
year = {2025},
|
||||
url = {https://aws.amazon.com/what-is/vps/},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{IBM:Microservices,
|
||||
author = {IBM},
|
||||
title = {What are microservices?},
|
||||
year = {2021},
|
||||
url = {https://www.ibm.com/think/topics/microservices},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{AWS:Microservices,
|
||||
author = {Amazon Web Services},
|
||||
title = {What are Microservices?},
|
||||
year = {2025},
|
||||
url = {https://aws.amazon.com/microservices/},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{DockerEngineDocs,
|
||||
author = {Docker Inc.},
|
||||
title = {Docker Engine Documentation},
|
||||
year = {2025},
|
||||
url = {https://docs.docker.com/engine/},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{aws,
|
||||
author = {Amazon Web Services},
|
||||
title = {AWS Documentation},
|
||||
year = {2025},
|
||||
url = {https://docs.aws.amazon.com/},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{googlecloud,
|
||||
author = {Google Cloud},
|
||||
title = {Google Cloud Documentation},
|
||||
year = {2025},
|
||||
url = {https://cloud.google.com/docs/},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{azure,
|
||||
author = {Microsoft},
|
||||
title = {Azure documentation},
|
||||
year = {2025},
|
||||
url = {https://learn.microsoft.com/en-us/azure/?product=popular},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{cloudflare,
|
||||
author = {Cloudflare Inc.},
|
||||
title = {The Serverless Framework and Cloudflare Workers | What is the Serverless Framework?},
|
||||
year = {2025},
|
||||
url = {https://www.cloudflare.com/learning/serverless/glossary/serverless-and-cloudflare-workers/},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{cloudflareworkers,
|
||||
author = {Cloudflare Inc.},
|
||||
title = {Cloudflare Workers},
|
||||
year = {2025},
|
||||
url = {https://workers.cloudflare.com/},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{azuresql,
|
||||
author = {Microsoft},
|
||||
title = {What is Azure SQL?},
|
||||
year = {2025},
|
||||
url = {https://learn.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview?view=azuresql},
|
||||
note = {Accessed: 2025-04-04}
|
||||
}
|
||||
|
||||
@online{ibm_edge_computing,
|
||||
author = {{IBM}},
|
||||
title = {What Is Edge Computing?},
|
||||
year = {2024},
|
||||
url = {https://www.ibm.com/think/topics/edge-computing},
|
||||
note = {Accessed: 2025-04-04},
|
||||
organization = {IBM}
|
||||
}
|
||||
|
Reference in New Issue
Block a user