<%@LANGUAGE="VBSCRIPT"%> <% Dim rsChapters__MMColParam rsChapters__MMColParam = "S" If (Request("MM_EmptyValue") <> "") Then rsChapters__MMColParam = Request("MM_EmptyValue") End If %> <% Dim rsChapters Dim rsChapters_numRows Set rsChapters = Server.CreateObject("ADODB.Recordset") rsChapters.ActiveConnection = MM_connIndustryGuide_STRING rsChapters.Source = "SELECT * FROM [CHAPTER INFO] WHERE CHAPTERTYPE = '" + Replace(rsChapters__MMColParam, "'", "''") + "' AND [Chapter Name] NOT LIKE '%defun%' ORDER BY [CHAPTER NAME] ASC" rsChapters.CursorType = 0 rsChapters.CursorLocation = 2 rsChapters.LockType = 1 rsChapters.Open() rsChapters_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsChapters_numRows = rsChapters_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> IMAPS - Student Center - Internships
IMAPS - International Microelectronics And Packaging Society: Bringing together the entire microelectronics supply chain!


Printer-Friendly

Increase The Font Size Of This Page

Decrease The Font Size Of This Page

Student Center - Internships

The internships are intended to provide opportunities for students in microelectronics and electronic packaging. IMAPS is not responsible for the openings represented below, nor is IMAPS liable for any agreeements or arrangements resulting from these internships. For more information on specific internships and what opportunities they provide, please contact the person/company listed.

Company: Micross Components
Location: Fairfield, NJ
Start Date: Approx. May 30
End Date: Approx. Sept 1
Deadline: April 30
Position(s): Sales Assistant
Description: The intern would provide a variety of tasks to assist the Sales Dept including general office tasks.
A possible project could be : Researching companies that use die products.
Contact: Eileen Vlouhos, Sales Manager, eileen@micross.com
Company: NEXX Systems, Inc.
Location: 5 Suburban Park Dr., Billerica, MA 01821
Start Date: Now to June 1
End Date: 3 months after start
Deadline: June 1
Position(s): Lab Assistant
Description: Lab assistant to carry out experiments on substrate cleaning in atomic oxygen using a NEXX Cirrus 80. Test newly configured system; reliability testing; run process DOE; evaluate results and optimize surface wetting; write up results which may be published.
Contact: Matt Dorogi, NEXX Systems: Matt_Dorogi@nexxsystems.com
Company: CAD Design Software
Location: 15055 Los Gatos Blvd. Ste. 300, Los Gatos, CA 95032 (Silicon Valley)
Start Date: Open
End Date: Open (opportunity to train to full employee status)
Deadline: Open
Position(s): Technical Support Engineer; Software Engineer; Technical Writer
Description: 1/ Technical support engineer: learn about CDS's powerful Electronic Package Designer (EPD) tool, and play an active role in filtering and resolving customer issues with the software.

2/ Software engineer: debug and develop Lisp and/or C++ code to support the advanced PCB design functionality of CDS's EPD tool, in such areas as computational geometry, optimization, data conversion, ...

3/ Technical writer: help build our user documentation set to provide full and in-depth coverage of CDS's EPD functions and features.
Contact: James Do, jobs@cad-design.com
Company: AOS Thermal Compounds
Location: 22 Meridian Road #6, Eatontown, NJ 07724
Start Date: Open
End Date: Open
Deadline: Open
Position(s): Materials R&D in Thermal Management
Description:  
Contact: Vic Papanu, 732-389-5514 ext. 122
John Ziemski, 732-389-5514 ext. 123

 

Return to the Student Center

 

 

 

Student Membership Benefits
Join/Renew On-line Today
Printable Membership Form
 How to Form an IMAPS Student Chapter
Sample Student Chapter Bylaws 
Request Info on Creating a Student Chapter 
* Internship Listing *
Sample Work Agreeement
Tips for Preparing Internships

IMAPS-International Microelectronics And Packaging Society
and The Microelectronics Foundation
Everything in electronics between the chip and the system!
611 2nd Street, N.E., Washington, D.C. 20002
Phone: 202-548-4001 | Fax: 202-548-6115 | E-mail: imaps@imaps.org

© Copyright 2007 IMAPS - All Rights Reserved.
By using this website, you agree to comply with the
Terms And Conditions For Use Of Website and
IMAPS Website Privacy Statement.

Log-in to the IMAPS Members-only Section Join IMAPS or Renew Your Membership Contact IMAPS Staff <% rsChapters.Close() Set rsChapters = Nothing %>