Search Tips

Job Announcement - Staff Attorney Tuesday, October 31, 2023

Salary: $92,916.00 Annually
Location: Williston, ND
Job Type: Full-Time/Regular
Job Number: 2023-U4-WIL-89-SADC
Department: Unit 4 - District Court Judge Chambers
Opening Date: 10/31/2023
Closing Date: Continuous

General Summary or Purpose

 
The Ideal Candidate:

  • Easily engages and communicates with others orally and in writing. 
  • Enjoys researching, analyzing and writing. 
  • Obsesses with detail ensuring accuracy of work.
  • Deliberately and thoroughly organizes and analyzes information. 
  • Demonstrates an ability to provide sound judgment including the ability to think critically, identify, break down, evaluate and write information in a concise and logical manner. 
  • Thrives on having a constant workload and organizing, planning and prioritizing work priorities. 
  • Finds it rewarding to be highly dependable.
  • Seamlessly works as part of the courtroom team in providing necessary trial preparations including court recording.

The Ideal Candidate Minimum Qualifications: 

  • Juris doctor degree from an accredited law school;
  • 2 years of related experience conducting legal research, preparing or presenting cases in state courts; 
  • License to practice law in the State of ND; and
  • AAERT (American Association of Electronic Reporters and Transcribers) CER (Certified Electronic Court Reporter) certification or the ability to obtain within six months of job entry.  A comparable certification by another state court or federal court may be substituted for the AAERT certification

Read the full job announcement athttps://www.governmentjobs.com/careers/ndcourts/jobs/4263268/staff-attorney-district-court-williston?pagetype=jobOpportunitiesJob 

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>