Skip to content

Commit d040dba

Browse files
committed
Mark contributor inactive.
1 parent 3cb5104 commit d040dba

File tree

1 file changed

+30
-31
lines changed

1 file changed

+30
-31
lines changed

_data/contributors.yml

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -146,36 +146,6 @@
146146
147147
education: PhD Computer Science, National Technical University of Ukraine, 2014
148148
active: 1
149-
150-
- name: Shreyas Atre
151-
photo: Shreyas.jpg
152-
info: "Open Source Contributor"
153-
154-
education: "B.Tech in Electronics and Telecommunications Engineering, Veermata Jijabai Technological Institute, Mumbai, India | Masters in Computer Science, Louisiana State University, Baton Rouge, United States"
155-
github: "https://github.com/SAtacker"
156-
www: "https://satacker.github.io"
157-
active: 1
158-
linkedin: "https://www.linkedin.com/in/atreshreyas/"
159-
projects:
160-
- title: "Improve the test coverage for CppInterOp"
161-
status: Ongoing
162-
description: |
163-
This project aims to enhance the reliability and robustness of
164-
CppInterOp, a library facilitating language interoperability by
165-
exposing APIs from Clang and LLVM. Focusing on backward
166-
compatibility and minimalistic design, CppInterOp is instrumental
167-
in enabling downstream tools to embed Clang and LLVM in their
168-
codebases for dynamic interaction with C++. The project's primary
169-
objective is to improve the test coverage of CppInterOp by
170-
identifying and addressing potential edge cases, especially
171-
scenarios involving language interoperability and
172-
compiler-as-a-service functionalities. The outcome is expected to
173-
increase the overall reliability of the library, providing
174-
developers with a more stable foundation for utilizing CppInterOp
175-
in diverse scenarios. Previously I worked on improving the lookup
176-
of template specialization decls in clang modules.
177-
mentors: Vassil Vassilev
178-
179149

180150
- name: Isaac Morales Santana
181151
info: "GSoC 2024 Contributor"
@@ -209,14 +179,43 @@
209179
# 2024 #
210180
################################################################################
211181

182+
- name: Shreyas Atre
183+
photo: Shreyas.jpg
184+
info: "Open Source Contributor"
185+
186+
education: "B.Tech in Electronics and Telecommunications Engineering, Veermata Jijabai Technological Institute, Mumbai, India | Masters in Computer Science, Louisiana State University, Baton Rouge, United States"
187+
github: "https://github.com/SAtacker"
188+
www: "https://satacker.github.io"
189+
linkedin: "https://www.linkedin.com/in/atreshreyas/"
190+
projects:
191+
- title: "Improve the test coverage for CppInterOp"
192+
status: Completed
193+
description: |
194+
This project aims to enhance the reliability and robustness of
195+
CppInterOp, a library facilitating language interoperability by
196+
exposing APIs from Clang and LLVM. Focusing on backward
197+
compatibility and minimalistic design, CppInterOp is instrumental
198+
in enabling downstream tools to embed Clang and LLVM in their
199+
codebases for dynamic interaction with C++. The project's primary
200+
objective is to improve the test coverage of CppInterOp by
201+
identifying and addressing potential edge cases, especially
202+
scenarios involving language interoperability and
203+
compiler-as-a-service functionalities. The outcome is expected to
204+
increase the overall reliability of the library, providing
205+
developers with a more stable foundation for utilizing CppInterOp
206+
in diverse scenarios. Previously I worked on improving the lookup
207+
of template specialization decls in clang modules.
208+
mentors: Vassil Vassilev
209+
210+
212211
- name: Abhi Acherjee
213212
info: "IRIS-HEP Fellow"
214213
photo: Abhi.jpg
215214
216215
education: "Computer Sciences B.S. + M.S , University of Cincinnati, OH"
217216
projects:
218217
- title: "Extend the Automatic Differentiation Support in RooFit"
219-
status: Ongoing
218+
status: Completed
220219
description: |
221220
In terms of minimization time, Roofit offers faster results even with numerical
222221
differentiation techniques as compared to minimizing a likelihood function that

0 commit comments

Comments
 (0)