Skip to content

Commit d98b0df

Browse files
refactor: Rebrand site identity from personal to SourceStrongAI organization
Replace all references to the personal identity (name, social links, mailing address) with SourceStrongAI organization branding across 9 files. Changes: - mkdocs.yml: Update site_author, social links (GitHub org, LinkedIn company, X/Twitter, website), PDF copyright (name + year to 2026), footer copyright with link to sourcestrongai.com. Remove StackOverflow and HuggingFace social entries (personal accounts with no org equivalent). - contact.md: Remove personal mailing address, replace social media table with org links (GitHub, LinkedIn, X/Twitter, website). - privacy.md: Replace personal mailing address with website link. - index.md: Update two Project Maintainer links to org GitHub. - README.md: Rebrand "Maintained by" section, update maintenance and followers badges to org account. - Introduction.md: Same rebranding, fix "find me" → "find us" pronoun. - deploying-ml-models.md: Same rebranding and pronoun fix. - Contribute.md: Update sign-off from personal name to "SourceStrongAI Team". - AGENTS.md: Update maintainer and copyright references to SourceStrongAI. Not changed (intentionally): - projects.md: Author attribution on real projects remains as-is. - Interview-Question-Resources.md: External LinkedIn article URL unchanged.
1 parent 6c14060 commit d98b0df

9 files changed

Lines changed: 35 additions & 64 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Project Overview
44

5-
This is **dsprep.com**, a MkDocs Material static site for data science interview preparation. It is owned by **SourceStrongAI** (sourcestrongai.com), maintained by Kuldeep Singh Sidhu.
5+
This is **dsprep.com**, a MkDocs Material static site for data science interview preparation. It is owned and maintained by **SourceStrongAI** (sourcestrongai.com).
66

77
- **Site URL**: https://dsprep.com
88
- **Repo**: https://github.com/datascienceinterviews/datascienceinterviews.github.io
@@ -86,4 +86,4 @@ Located in `overrides/main.html`. Rotating slideshow cycling through:
8686
- External product links should open in new tabs (`target="_blank" rel="noopener"`)
8787
- The PDF export plugin (`with-pdf`) is disabled by default; enable with `ENABLE_PDF_EXPORT=1`
8888
- Example/dummy emails in code samples (SQL, Python, etc.) should NOT be changed
89-
- Copyright references Kuldeep Singh Sidhu with AGPL-3.0 license
89+
- Copyright references SourceStrongAI with AGPL-3.0 license

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,13 @@ Not only this, the platform will also serve as one point destination for all you
6969

7070
### Maintained by
7171

72-
👨‍🎓 ***Kuldeep Singh Sidhu***
72+
***[SourceStrongAI](https://sourcestrongai.com)***
7373

74-
Github: [github/singhsidhukuldeep](https://github.com/singhsidhukuldeep)
75-
`https://github.com/singhsidhukuldeep`
74+
GitHub: [github/datascienceinterviews](https://github.com/datascienceinterviews)
7675

77-
Website: [Kuldeep Singh Sidhu (Website)](http://kuldeepsinghsidhu.com)
78-
`http://kuldeepsinghsidhu.com`
76+
LinkedIn: [SourceStrongAI](https://www.linkedin.com/company/sourcestrongai)
7977

80-
LinkedIn: [Kuldeep Singh Sidhu (LinkedIn)](https://www.linkedin.com/in/singhsidhukuldeep/)
81-
`https://www.linkedin.com/in/singhsidhukuldeep/`
78+
Twitter (X): [sourcestrongai](https://x.com/sourcestrongai)
8279

8380
### Contributors
8481

@@ -91,7 +88,7 @@ LinkedIn: [Kuldeep Singh Sidhu (LinkedIn)](https://www.linkedin.com/in/singhsidh
9188

9289
## Current Status
9390

94-
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/singhsidhukuldeep)
91+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/datascienceinterviews)
9592
[![Website shields.io](https://img.shields.io/website?url=https%3A%2F%2Fdsprep.com%2F)](https://dsprep.com/)
9693
[![GitHub pages status](https://img.shields.io/github/deployments/datascienceinterviews/datascienceinterviews.github.io/github-pages)](https://github.com/datascienceinterviews/datascienceinterviews.github.io/deployments/activity_log?environment=github-pages)
9794
[![GitHub up-time BOT](https://badgen.net/uptime-robot/month/ur967659-422c6e77bfb79bb6a47c642c)](https://github.com/datascienceinterviews/datascienceinterviews.github.io/deployments/activity_log?environment=github-pages)
@@ -110,7 +107,7 @@ LinkedIn: [Kuldeep Singh Sidhu (LinkedIn)](https://www.linkedin.com/in/singhsidh
110107
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
111108
[![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org)
112109
[![repo- size](https://img.shields.io/github/repo-size/datascienceinterviews/datascienceinterviews.github.io)](https://github.com/datascienceinterviews/datascienceinterviews.github.io)
113-
[![Followers](https://img.shields.io/github/followers/singhsidhukuldeep?style=plastic&logo=github)](https://github.com/singhsidhukuldeep?tab=followers)
110+
[![Followers](https://img.shields.io/github/followers/datascienceinterviews?style=plastic&logo=github)](https://github.com/datascienceinterviews?tab=followers)
114111

115112

116113
<!-- apt-get install -y tzdata

docs/Contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ For now, plese open a <a href="https://github.com/datascienceinterviews/datascie
2020

2121
<a href="/#__tabbed_1_3">**List of things to contribute!**</a>
2222

23-
Thank you, <br><a href="/contact">Kuldeep</a>
23+
Thank you, <br><a href="/contact">SourceStrongAI Team</a>
2424

2525
---

docs/Deploying-ML-models/deploying-ml-models.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Contribution in any form will be deeply appreciated. 🙏
8080

8181
[![Issues](https://img.shields.io/github/issues/datascienceinterviews/datascienceinterviews.github.io)](https://github.com/datascienceinterviews/datascienceinterviews.github.io/issues)
8282

83-
🔧 To report any issues find me on [LinkedIn](#maintained-by) or [raise an issue](https://github.com/datascienceinterviews/datascienceinterviews.github.io/issues) on GitHub.
83+
🔧 To report any issues, find us on [LinkedIn](#maintained-by) or [raise an issue](https://github.com/datascienceinterviews/datascienceinterviews.github.io/issues) on GitHub.
8484

8585
🛠 You can also solve existing [issues on GitHub](https://github.com/datascienceinterviews/datascienceinterviews.github.io/issues) and create a pull request.
8686

@@ -193,16 +193,13 @@ pip3 install mkdocs-material
193193

194194
### Maintained by
195195

196-
👨‍🎓 ***Kuldeep Singh Sidhu***
196+
***[SourceStrongAI](https://sourcestrongai.com)***
197197

198-
Github: [github/singhsidhukuldeep](https://github.com/singhsidhukuldeep)
199-
`https://github.com/singhsidhukuldeep`
198+
GitHub: [github/datascienceinterviews](https://github.com/datascienceinterviews)
200199

201-
Website: [Kuldeep Singh Sidhu (Website)](http://kuldeepsinghsidhu.com)
202-
`http://kuldeepsinghsidhu.com`
200+
LinkedIn: [SourceStrongAI](https://www.linkedin.com/company/sourcestrongai)
203201

204-
LinkedIn: [Kuldeep Singh Sidhu (LinkedIn)](https://www.linkedin.com/in/singhsidhukuldeep/)
205-
`https://www.linkedin.com/in/singhsidhukuldeep/`
202+
Twitter (X): [sourcestrongai](https://x.com/sourcestrongai)
206203

207204
### Contributors
208205

@@ -229,4 +226,4 @@ LinkedIn: [Kuldeep Singh Sidhu (LinkedIn)](https://www.linkedin.com/in/singhsidh
229226
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
230227
[![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org)
231228
[![repo- size](https://img.shields.io/github/repo-size/datascienceinterviews/datascienceinterviews.github.io)](https://github.com/datascienceinterviews/datascienceinterviews.github.io)
232-
[![Followers](https://img.shields.io/github/followers/singhsidhukuldeep?style=plastic&logo=github)](https://github.com/singhsidhukuldeep?tab=followers)
229+
[![Followers](https://img.shields.io/github/followers/datascienceinterviews?style=plastic&logo=github)](https://github.com/datascienceinterviews?tab=followers)

docs/Introduction.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Contribution in any form will be deeply appreciated. 🙏
8181

8282
[![Issues](https://img.shields.io/github/issues/datascienceinterviews/datascienceinterviews.github.io)](https://github.com/datascienceinterviews/datascienceinterviews.github.io/issues)
8383

84-
🔧 To report any issues find me on [LinkedIn](#maintained-by) or [raise an issue](https://github.com/datascienceinterviews/datascienceinterviews.github.io/issues) on GitHub.
84+
🔧 To report any issues, find us on [LinkedIn](#maintained-by) or [raise an issue](https://github.com/datascienceinterviews/datascienceinterviews.github.io/issues) on GitHub.
8585

8686
🛠 You can also solve existing [issues on GitHub](https://github.com/datascienceinterviews/datascienceinterviews.github.io/issues) and create a pull request.
8787

@@ -215,16 +215,13 @@ pip3 install mkdocs-git-revision-date-localized-plugin
215215

216216
### Maintained by
217217

218-
👨‍🎓 ***Kuldeep Singh Sidhu***
218+
***[SourceStrongAI](https://sourcestrongai.com)***
219219

220-
Github: [github/singhsidhukuldeep](https://github.com/singhsidhukuldeep)
221-
`https://github.com/singhsidhukuldeep`
220+
GitHub: [github/datascienceinterviews](https://github.com/datascienceinterviews)
222221

223-
Website: [Kuldeep Singh Sidhu (Website)](http://kuldeepsinghsidhu.com)
224-
`http://kuldeepsinghsidhu.com`
222+
LinkedIn: [SourceStrongAI](https://www.linkedin.com/company/sourcestrongai)
225223

226-
LinkedIn: [Kuldeep Singh Sidhu (LinkedIn)](https://www.linkedin.com/in/singhsidhukuldeep/)
227-
`https://www.linkedin.com/in/singhsidhukuldeep/`
224+
Twitter (X): [sourcestrongai](https://x.com/sourcestrongai)
228225

229226
### Contributors
230227

@@ -251,4 +248,4 @@ LinkedIn: [Kuldeep Singh Sidhu (LinkedIn)](https://www.linkedin.com/in/singhsidh
251248
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
252249
[![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org)
253250
[![repo- size](https://img.shields.io/github/repo-size/datascienceinterviews/datascienceinterviews.github.io)](https://github.com/datascienceinterviews/datascienceinterviews.github.io)
254-
[![Followers](https://img.shields.io/github/followers/singhsidhukuldeep?style=plastic&logo=github)](https://github.com/singhsidhukuldeep?tab=followers)
251+
[![Followers](https://img.shields.io/github/followers/datascienceinterviews?style=plastic&logo=github)](https://github.com/datascienceinterviews?tab=followers)

docs/contact.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,16 @@ Welcome to https://dsprep.com/
1111

1212
For any information, request or official correspondence please **email to:** *hi@sourcestrongai.com*
1313

14-
**Mailing Address:**
15-
16-
Kuldeep Singh Sidhu
17-
18-
Street No 4, Malviya Nagar
19-
Bathinda, Punjab, 151001
20-
India
21-
2214
---
2315

2416
## Follow on Social Media
2517

2618
| Platform | Link |
2719
|---------------|----------------------------------------------------------------|
28-
| GitHub | [https://github.com/singhsidhukuldeep](https://github.com/singhsidhukuldeep) |
29-
| LinkedIn | [https://www.linkedin.com/in/singhsidhukuldeep/](https://www.linkedin.com/in/singhsidhukuldeep/) |
30-
| Twitter (X) | [https://twitter.com/kuldeep_s_s](https://twitter.com/kuldeep_s_s) |
31-
| HuggingFace | [https://huggingface.co/singhsidhukuldeep](https://huggingface.co/singhsidhukuldeep) |
32-
| StackOverflow | [https://stackoverflow.com/users/7182350](https://stackoverflow.com/users/7182350) |
33-
| Website | [http://kuldeepsinghsidhu.com/](http://kuldeepsinghsidhu.com/) |
20+
| GitHub | [https://github.com/datascienceinterviews](https://github.com/datascienceinterviews) |
21+
| LinkedIn | [https://www.linkedin.com/company/sourcestrongai](https://www.linkedin.com/company/sourcestrongai) |
22+
| Twitter (X) | [https://x.com/sourcestrongai](https://x.com/sourcestrongai) |
23+
| Website | [https://sourcestrongai.com](https://sourcestrongai.com) |
3424

3525
---
3626

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Not only this, the platform will also serve as one point destination for all you
240240

241241
<div class="grid cards" markdown>
242242

243-
- [::fontawesome-solid-user-shield:: Project __Maintainer__](https://github.com/singhsidhukuldeep)
243+
- [::fontawesome-solid-user-shield:: Project __Maintainer__](https://github.com/datascienceinterviews)
244244
- [:fontawesome-solid-users-between-lines: All __Contributors__ list](https://github.com/datascienceinterviews/datascienceinterviews.github.io/graphs/contributors)
245245
- [:simple-unlicense: __AGPL-3.0__ license](https://github.com/datascienceinterviews/datascienceinterviews.github.io#AGPL-3.0-1-ov-file)
246246
- [:material-comment-account-outline: __Reach__ Out](/contact)
@@ -252,7 +252,7 @@ Not only this, the platform will also serve as one point destination for all you
252252

253253
<div class="grid cards" markdown>
254254

255-
- [::fontawesome-solid-user-shield:: Project __Maintainer__](https://github.com/singhsidhukuldeep)
255+
- [::fontawesome-solid-user-shield:: Project __Maintainer__](https://github.com/datascienceinterviews)
256256
- [:fontawesome-solid-users-between-lines: All __Contributors__ list](https://github.com/datascienceinterviews/datascienceinterviews.github.io/graphs/contributors)
257257

258258
</div>

docs/privacy.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,7 @@ If you have any questions about this Privacy Policy, or if you would like to exe
181181

182182
**Email:** hi@sourcestrongai.com
183183

184-
**Mailing Address:**
185-
186-
Kuldeep Singh Sidhu
187-
188-
Street No 4, Malviya Nagar
189-
Bathinda, Punjab, 151001
190-
India
184+
**Website:** [https://sourcestrongai.com](https://sourcestrongai.com)
191185

192186
---
193187

mkdocs.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project information
22
site_name: Data Science Interview preparation
3-
site_author: Kuldeep Singh Sidhu
3+
site_author: SourceStrongAI
44
site_description: >-
55
This is a completely open-source platform for
66
maintaining curated list of interview questions
@@ -26,17 +26,13 @@ extra:
2626

2727
social:
2828
- icon: octicons/mark-github-16
29-
link: https://github.com/singhsidhukuldeep/
29+
link: https://github.com/datascienceinterviews
3030
- icon: fontawesome/brands/linkedin
31-
link: https://linkedin.com/in/singhsidhukuldeep
31+
link: https://www.linkedin.com/company/sourcestrongai
3232
- icon: fontawesome/brands/x-twitter
33-
link: https://twitter.com/kuldeep_s_s
34-
- icon: fontawesome/brands/stack-overflow
35-
link: https://stackoverflow.com/u/7182350/
36-
- icon: hf-logo-pirate
37-
link: https://huggingface.co/singhsidhukuldeep
33+
link: https://x.com/sourcestrongai
3834
- icon: octicons/globe-16
39-
link: http://kuldeepsinghsidhu.com
35+
link: https://sourcestrongai.com
4036

4137
analytics:
4238
provider: google
@@ -156,7 +152,7 @@ plugins:
156152
- with-pdf:
157153
enabled_if_env: ENABLE_PDF_EXPORT
158154
cover_logo: https://repository-images.githubusercontent.com/275878203/13719500-bb75-11ea-8f3a-be2ffb87a6a2
159-
copyright: Copyright © 2020 - 2024 Kuldeep Singh Sidhu
155+
copyright: Copyright © 2020 - 2026 SourceStrongAI
160156
cover_title: The Data Science Book
161157
cover_subtitle: https://dsprep.com
162158
output_path: /workspace/datascienceinterviews.github.io/pdf_output/DataScience.pdf
@@ -282,7 +278,7 @@ nav:
282278
copyright: >-
283279
Copyright &copy; 2020 -
284280
<script>document.write(/\d{4}/.exec(Date())[0])</script>
285-
• <strong>Kuldeep Singh Sidhu</strong>
281+
• <strong><a href="https://sourcestrongai.com" target="_blank">SourceStrongAI</a></strong>
286282
• <u><a href="https://choosealicense.com/licenses/agpl-3.0/" target=”_blank”>License</a></u>
287283
• <u><a href="/privacy">Privacy Policy</a></u> • <u><a href="/contact">Contact</a></u>
288284

0 commit comments

Comments
 (0)