@@ -17,7 +17,7 @@ Creative Commons for the December 2025 cohort. My project involves improving and
1717expanding Quantifying the commons. In this post, I will share my progress and
1818key takeaways from the first half of my internship.
1919
20- ## Project overview:
20+ ## Project overview
2121
2222Quantifying the commons aims to track and analyse the trends of the creative
2323commons legal tools. Who is using these legal tools, where, why, how? We want to
@@ -40,7 +40,7 @@ contributing to this mission.
4040
4141### Aligning the project better to the script requirements
4242
43- - #### One of the main script requirement is making the script repeatable:
43+ #### One of the main script requirement is making the script repeatable
4444
4545We use Github Actions to automate our python script on a quarterly basis. So
4646there is an execution schedule that runs for 45 days or less. For better
@@ -55,7 +55,7 @@ interruption. I integrated a workflow that checks if an output has been
5555generated previously to avoid regeneration or running of script continuously,
5656when we have an output already.
5757
58- - #### Another script requirement is making the script idempotent:
58+ #### Another script requirement is making the script idempotent
5959
6060Making the script idempotent means executing the python scripts multiple times
6161and still get the same output. Before my work on the project, the report scripts
@@ -67,7 +67,7 @@ across quarters. But now,it inserts the sections alphabetically to the right
6767position regardless of how the python scripts were executed. So we get A-B-C in
6868quarter 1 and A-B-C in quarter 2.
6969
70- - #### Documentation on the project:
70+ #### Documentation on the project
7171
7272Improving contributors experience is a big part of the project. During the
7373Outreachy contribution phase, new contributors kept on asking the same questions
@@ -76,29 +76,29 @@ documentation. Timid Robot and I tried to identify areas that were lacking
7676clarity and we put in more context into the sides of the documentation.
7777
7878
79- - #### Completing the three stages of report for existing scripts:
79+ #### Completing the three stages of report for existing scripts
8080
8181Previous contributions had incomplete stages of report for a particular data
8282source. I worked on completing the process and report stage for the Openverse
8383data source. This required understanding the data fetched and what meaningful
8484data or insight can be beneficial for the different teams in the organisation.
8585
86- ### Current status:
86+ ### Current status
8787
8888I am currently working on completing the process and report stage for other data
8989sources. Then I expand the project by adding new data sources for reporting. An
9090iterative task for me is to check for areas in the code that might need
9191improvement or better ways of doing things in the codebase.
9292
9393
94- ### Collaboration with mentors:
94+ ### Collaboration with mentors
9595
9696My favorite part of this project is my weekly meetup with my mentors, I get to
9797ask questions, get ideas on ways I could improve something or solve a problem. I
9898also get to review work done by my mentors, which allows me to learn from their
9999approaches and imbibe them into my contributions.
100100
101- ### Key takeways:
101+ ### Key takeways
102102
103103Open source has been one of the coolest experiences in my tech journey. It has
104104helped me expand my skill set, as I picked up new programming languages along
0 commit comments