Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DantePrins authored Feb 11, 2024
2 parents 0d6cbfa + 0c4b8f8 commit 184d453
Show file tree
Hide file tree
Showing 101 changed files with 13 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,14 @@ jobs:

# can also specify python version if needed
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'

- name: install python packages
run: |
python -m pip install --upgrade pip
# python -m pip install --upgrade pip
pip install klayout SiEPIC siepic_ebeam_pdk
python -m pip install --upgrade SiEPIC
Expand All @@ -76,7 +79,7 @@ jobs:
mkdir -p merge_output
for file in $output_files; do
cp "/home/runner/work/openEBL-2024-02/openEBL-2024-02/merge/$file" merge_output/
cp "merge/$file" merge_output/
done
- name: upload artifact
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The submission involves several steps. First, you need to create your design(s)
- Fork a copy of this GitHub repository into your own account: <a href="../../fork">Create a new fork</a>.
- Turn on the GitHub Actions on your forked repository: <a href="../../actions">Actions</a> (In your repository's page on GitHub, click on Actions in the top-menu bar, and Enable the workflows).
- [Optional] Install GitHub Desktop (or git) on your computer, and Clone a local copy: <a href="x-github-client://openRepo/https://github.com/SiEPIC/openEBL-2024-02">Open with GitHub Desktop</a>
- Create your design, and ensure that the filename contains your <a href="https://www.edx.org/learn/engineering/university-of-british-columbia-silicon-photonics-design-fabrication-and-data-ana">edX.org</a> username, and be formatted according to the course/workshop as follows:
- Create your design, and ensure that the filename contains your <a href="https://www.edx.org/learn/engineering/university-of-british-columbia-silicon-photonics-design-fabrication-and-data-ana">edX.org</a> (or GitHub username if the edX one is a random string that does not contain your name), and be formatted according to the course/workshop as follows:
- EBeam_username.oas: for the <a href="https://www.edx.org/learn/engineering/university-of-british-columbia-silicon-photonics-design-fabrication-and-data-ana">edX Phot1x silicon photonics design course</a>
- ELEC413_username.oas: for the <a href="https://ece.ubc.ca/courses/elec-413/">UBC ELEC 413 course</a>
- SiEPIC_Passives_username.oas: for the <a href="https://www.cmc.ca/passive-silicon-photonics-fabrication-workshop-2023">CMC SiEPIC Passives silicon photonics workshop</a>
Expand All @@ -64,5 +64,5 @@ Optional: The verification and merging is performed using GitHub actions. The re
## Latest Merge Layout File

<!-- start-link -->
https://github.com/SiEPIC/openEBL-2024-02/actions/runs/7848869443/artifacts/1234346860
https://github.com/SiEPIC/openEBL-2024-02/actions/runs/7860310641/artifacts/1236292741
<!-- end-link -->
2 changes: 1 addition & 1 deletion merge/EBeam_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
layers_keep = ['1/0','1/10', '68/0', '81/0', '10/0', '99/0', '26/0', '31/0', '32/0', '33/0', '998/0']
layer_text = '10/0'
layer_SEM = '200/0'
layer_SEM_allow = ['edX'] # which submission folder is allowed to include SEM images
layer_SEM_allow = ['edXphot1x', 'ELEC413','SiEPIC_Passives'] # which submission folder is allowed to include SEM images
dbu = 0.001
log_siepictools = False
framework_file = 'EBL_Framework_1cm_PCM_static.oas'
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy
scipy
SiEPIC
siepic_ebeam_pdk
Binary file added submissions/EBEAM_NickL.gds
Binary file not shown.
Binary file modified submissions/EBeam_Arefin_Islam_11.gds
Binary file not shown.
Binary file modified submissions/EBeam_EthanJ_fpcavitiesLargen.oas
Binary file not shown.
Binary file modified submissions/EBeam_EthanJ_fpcavitiesMediumn.oas
Binary file not shown.
Binary file modified submissions/EBeam_EthanJ_fpcavitiesPeriods.oas
Binary file not shown.
Binary file modified submissions/EBeam_EthanJ_fpcavitiesSmalln.oas
Binary file not shown.
Binary file modified submissions/EBeam_JohnGerguis.gds
Binary file not shown.
Binary file modified submissions/EBeam_JohnGerguis_B.gds
Binary file not shown.
Binary file added submissions/EBeam_JohnGerguis_C.gds
Binary file not shown.
Binary file added submissions/EBeam_Judson_RSS.GDS
Binary file not shown.
Binary file not shown.
Binary file modified submissions/EBeam_LeelaQ.gds
Binary file not shown.
Binary file modified submissions/EBeam_LeelaQv1.gds
Binary file not shown.
Binary file added submissions/EBeam_LeelaQv2.gds
Binary file not shown.
Binary file added submissions/EBeam_LeelaQv3.gds
Binary file not shown.
Binary file added submissions/EBeam_Safarim1.gds
Binary file not shown.
Binary file modified submissions/EBeam_Safarim1_orig.gds
Binary file not shown.
Binary file added submissions/EBeam_XuchenZhang.gds
Binary file not shown.
Binary file modified submissions/EBeam_dmildenb.gds
Binary file not shown.
Binary file modified submissions/EBeam_elanarr13.gds
Binary file not shown.
Binary file modified submissions/EBeam_erikch.gds
Binary file not shown.
Binary file added submissions/EBeam_jannatulnijhum.gds.gds
Binary file not shown.
Binary file modified submissions/EBeam_julyastein_v1.gds
Binary file not shown.
Binary file added submissions/EBeam_lleustean_rings.gds
Binary file not shown.
Binary file removed submissions/EBeam_mariusminnen.GDS
Binary file not shown.
Binary file modified submissions/EBeam_mariusminnen.gds
Binary file not shown.
Binary file added submissions/EBeam_mariusminnen_A.gds
Binary file not shown.
Binary file removed submissions/EBeam_mariusminnen_v1.GDS
Binary file not shown.
Binary file added submissions/EBeam_newmansc22B.gds
Binary file not shown.
Binary file added submissions/EBeam_newmansc22BB.gds
Binary file not shown.
Binary file added submissions/EBeam_newmansc22C.gds
Binary file not shown.
Binary file added submissions/EBeam_newmansc22D.gds
Binary file not shown.
Binary file added submissions/EBeam_newmansc22DD.gds
Binary file not shown.
Binary file added submissions/EBeam_newmansc22E.gds
Binary file not shown.
Binary file added submissions/EBeam_newmansc22EE.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekAA.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekB.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekBB.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekC.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekCC.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekD.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekDD.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekE.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekEE.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekF.gds
Binary file not shown.
Binary file added submissions/EBeam_rmicanekFF.gds
Binary file not shown.
Binary file added submissions/EBeam_rwzhou.gds
Binary file not shown.
Binary file added submissions/EBeam_shuowu_bragg.gds
Binary file not shown.
Binary file modified submissions/ELEC413_475fac14b1844ea7b9e0f382c11eae_a.gds
Binary file not shown.
Binary file not shown.
Binary file added submissions/ELEC413_ArthurB.gds
Binary file not shown.
Binary file added submissions/ELEC413_ArthurB_2.gds
Binary file not shown.
Binary file added submissions/ELEC413_BryceJacobs_1.gds
Binary file not shown.
Binary file added submissions/ELEC413_BryceJacobs_2.gds
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_10.oas
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_11.oas
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_3.oas
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_4.oas
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_5.oas
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_6.oas
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_7.oas
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_8.oas
Binary file not shown.
Binary file added submissions/ELEC413_GreyPoupon_9.oas
Binary file not shown.
Binary file modified submissions/ELEC413_TheTian.gds
Binary file not shown.
Binary file modified submissions/ELEC413_Tsuchijo_a.gds
Binary file not shown.
Binary file added submissions/ELEC413_arnankabir_layout1.gds.gds
Binary file not shown.
Binary file added submissions/ELEC413_arnankabir_layout2.gds.gds
Binary file not shown.
Binary file added submissions/ELEC413_aychen00_A.gds
Binary file not shown.
Binary file added submissions/ELEC413_aychen00_B.gds
Binary file not shown.
Binary file added submissions/ELEC413_ayu07_1.gds
Binary file not shown.
Binary file added submissions/ELEC413_ayu07_2.gds
Binary file not shown.
Binary file added submissions/ELEC413_ayu07_3.gds
Binary file not shown.
Binary file added submissions/ELEC413_brianclwu.gds
Binary file not shown.
Binary file added submissions/ELEC413_brianclwu_design2.gds
Binary file not shown.
Binary file added submissions/ELEC413_brianclwu_design3.gds
Binary file not shown.
Binary file added submissions/ELEC413_caseyhill.GDS
Binary file not shown.
Binary file added submissions/ELEC413_glojui00_extradesigns.gds
Binary file not shown.
Binary file modified submissions/ELEC413_jaydensahl.gds
Binary file not shown.
Binary file modified submissions/ELEC413_joshuaj7.gds
Binary file not shown.
Binary file added submissions/ELEC413_joshuaj7_layout2.gds
Binary file not shown.
Binary file added submissions/ELEC413_jwgood_P1BG.oas
Binary file not shown.
Binary file added submissions/ELEC413_mbahrani_ubc.gds
Binary file not shown.
Binary file modified submissions/ELEC413_polinashopina.gds
Binary file not shown.
Binary file added submissions/ELEC413_prayetnaa_1.gds
Binary file not shown.
Binary file removed submissions/ELEC413_thomasm.gds
Binary file not shown.
Binary file added submissions/ELEC413_thomasm_V1_V7_1.gds
Binary file not shown.
Binary file added submissions/ELEC413_thomasm_V4s_V7s_2.gds
Binary file not shown.
Binary file added submissions/ELEC413_thomasm_V8_V3s_3.gds
Binary file not shown.
Binary file added submissions/ELEC413_trisse.GDS
Binary file not shown.
Binary file added submissions/ELEC413_vbanh_a.gds
Binary file not shown.
Binary file added submissions/ELEC413_vbanh_b.gds
Binary file not shown.
Binary file added submissions/Ebeam_Andrew_Project_1.gds
Binary file not shown.
Binary file removed submissions/Ebeam_BrianCLWu.gds
Binary file not shown.
Binary file removed submissions/Ebeam_BrianCLWu_2.gds
Binary file not shown.
Binary file added submissions/Ebeam_OmidEs_v2.oas
Binary file not shown.
Binary file added submissions/SiEPIC_Passives_YiranGuan.gds
Binary file not shown.
Binary file added submissions/SiEPIC_Passives_niteb_v2.oas
Binary file not shown.

0 comments on commit 184d453

Please sign in to comment.