w Grant and Content writer- רכז.ת קרנות וכתיבת תוכן By www.xplace.com Published On :: Thu, 07 Nov 2024 12:02:45 GMT An Israel Association for Care and Inclusion of Persons with Disabilities is hiring a Grant and Content writer.The writer will be responsible for the full grant cycle including LOIs, proposals and reporting as well as related content, and will work within the international fundraising team. The position is full-time and based out of the Jerusalem office.Responsibilities:Write and prepare proposals and reports for funders.Conduct donor research.Prepare program and grant related budgets with s... Full Article
w מתכנת /ת WIX By www.xplace.com Published On :: Sun, 10 Nov 2024 09:07:20 GMT מחפש מתכנת /ת WIX שיודע /ת לעבוד עם FIGMA. Full Article
w פרילנסר /ית לתהליכי אוטומציה מבוססי AIRFLOW By www.xplace.com Published On :: Sun, 10 Nov 2024 11:43:29 GMT דרוש /ה פרילנסר /ית לפרויקט אוטומציה להכנסת נתוני תוצאות בדיקה למערכת Next Plus.אנו מעוניינים לקבל הצעת מחיר לפרויקט תהליכי אוטומציה, הכוללת התקנת מערכת Airflow וכתיבת סקריפטים לאוטומציה.נודה לקבל הצעת מחיר עבור כל פורמט קובץ (ישנם 8 סך הכל), וכן עבור התקנת Airflow בשרת הלקוח.מצורף אפיון high level ודוגמה לפורמט קובץ אחד.ייתכן כי העבודה תתבצע באתר הלקוח (רחובות) Full Article
w Application that will pull the images from AliExpress By www.xplace.com Published On :: Tue, 12 Nov 2024 12:45:35 GMT I have a website The site has a button that is programmed in HTML which has a design of the button, image, and link.I am interested in an application that will pull the images from AliExpress with the option of selecting an image, and automatically insert the image and the link into the code on the website Full Article
w CRUD Operations with Multiple Images in PHP By www.codexworld.com Published On :: Thu, 12 Oct 2023 06:43:33 +0000 CRUD operations are the most used functionality in the web application managed dynamically. The add, edit, and delete functionality helps to manage data with the database on the website. You can integrate CRUD operations with PHP to perform create (insert), read (select), update, and delete operations. If your web application works with images, CRUD functionality can be used to manage the images. In this tutorial, we will show you how to integrate CRUD operations with multiple images in PHP. In this example script, we will create product management system with images using PHP. The user can add, edit, update, and The post CRUD Operations with Multiple Images in PHP appeared first on CodexWorld. Full Article PHP CRUD Database MySQL
w Embed OpenStreetMap with Marker in HTML using JavaScript By www.codexworld.com Published On :: Thu, 30 Nov 2023 06:11:44 +0000 If you are looking for an alternative to Google Maps, OpenStreetMap is the best option to embed maps on the website. OpenStreetMap is a free and open-source platform that provides geographic data service without any cost. You can use OpenStreetMap API to embed maps in webpage without any restriction of the auth key. Similar to Google Maps, OpenStreetMap is allowed to add map in HTML with a marker and popup window. The marker helps to point the exact location on Map and the popup window displays the info over the marker. To simplify the OpenStreetMap integration process, the Leaflet JavaScript The post Embed OpenStreetMap with Marker in HTML using JavaScript appeared first on CodexWorld. Full Article JavaScript API HTML Map OpenStreetMap
w DataTables Column Filtering with Server-side Processing using PHP By www.codexworld.com Published On :: Thu, 07 Mar 2024 06:05:59 +0000 DataTables is a JavaScript library used to enhance the functionality and add advanced features to HTML tables. DataTables plugin converts a basic HTML table to an advanced feature-rich table instantly. There are various advanced features are available with DataTables, and server-side processing is one of them. DataTables server-side processing enables you to load a large number of data sets from the database. By setting the server-side option the search, pagination, and column sorting operations will be handled with the server-side script and database. Column filtering is a very useful option to help the user find specific records in a large The post DataTables Column Filtering with Server-side Processing using PHP appeared first on CodexWorld. Full Article PHP DataTables Filter MySQL Search
w OpenStreetMap with Multiple Markers and Info Windows using JavaScript By www.codexworld.com Published On :: Thu, 21 Mar 2024 13:58:09 +0000 OpenStreetMap is a free and open-source platform that is used to embed maps on the website. You can use OpenStreetMap API to embed maps with marker in HTML. Similar to Google Maps, OpenStreetMap is used to display maps with marker and info window. Mostly, the single marker is pointed on the map to display the location with marker and info window popup. We can embed maps with multiple markers and info-windows using OpenStreetMap API. Map with multiple markers are very useful when you want to show multiple locations on a single map. The user can see multiple locations with markers The post OpenStreetMap with Multiple Markers and Info Windows using JavaScript appeared first on CodexWorld. Full Article JavaScript OpenStreetMap
w Upload Multiple Files with JavaScript using PHP By www.codexworld.com Published On :: Mon, 22 Apr 2024 05:59:05 +0000 Mostly the server-side scripting language such as PHP is used to upload file to the server. With this method, an HTML form is submitted to upload the selected file to the server. To provide a better user interface, we can use client-side technology such as jQuery Ajax to upload files without page refresh. Moreover, you can use simple JavaScript to upload files to the server. The JavaScript FormData interface provides an easy way to construct key/value pairs with form fields and send them to the server side using the XMLHttpRequest method. This technique can be used to upload files to The post Upload Multiple Files with JavaScript using PHP appeared first on CodexWorld. Full Article JavaScript File Upload PHP
w Create Web Form with Drag and Drop File Upload using JavaScript and PHP By www.codexworld.com Published On :: Wed, 08 May 2024 11:59:02 +0000 The web form is a commonly used element in each website. In some cases, the user is allowed to select files with the input data so that the files are attached to the form data. Mostly the default HTML file input interface is used to select and upload files. But if you want to make web form UI more effective, drag and drop file upload feature can be used. The drag-and-drop feature provides an advanced file upload interface on the web page. The user can drag the files from the local drive and drop them into the DOM element. In The post Create Web Form with Drag and Drop File Upload using JavaScript and PHP appeared first on CodexWorld. Full Article JavaScript Drag&Drop File Upload Form PHP
w PHP CRUD Operations with PostgreSQL Server By www.codexworld.com Published On :: Mon, 29 Jul 2024 08:19:17 +0000 CRUD (Create, Read, Update, and Delete) operations are used in the web application for the data manipulation in the database. There are four basic operations involved in the CRUD functionality that help to manage data with the database. We have already shared the tutorial to perform create (insert), read (select), update, and delete operations in PHP CRUD Operations with MySQL. In this tutorial, we will build PHP CRUD application with PostgreSQL server. PostgreSQL also known as Postgres is a relational database management system (RDBMS). The PostgreSQL database is open-source and free to use. We will connect with the PostgreSQL Server The post PHP CRUD Operations with PostgreSQL Server appeared first on CodexWorld. Full Article PHP CRUD PostgreSQL
w Shopping Cart with PayPal Payment Gateway in PHP By www.codexworld.com Published On :: Wed, 16 Oct 2024 06:54:13 +0000 Shopping cart with payment gateway is a must-have functionality for an e-commerce website. The payment gateway allows the buyers to make payment online at the time of checkout. PayPal standard checkout is one of the easiest option to integrate payment gateway in the web application. A shopping cart helps users to select multiple products and PayPal allows users to checkout with credit/debit card payment. PHP shopping cart with PayPal makes e-commerce web applications more user-friendly and feature reach. In this tutorial, we will show you how to build shopping cart with payment gateway in PHP. This example shopping cart system The post Shopping Cart with PayPal Payment Gateway in PHP appeared first on CodexWorld. Full Article PHP Cart PayPal Shopping
w Limping on water By search.lib.uiowa.edu Published On :: Location: Marvin A Pomerantz Business Library- HE8689.8.B49L56 2015 Full Article
w דרושים דרושות אנשים או נשים שיודעים להתעסק בכישוף ומאגיה ועולם הנסתר, לפרויקט מיוחד בשכר גבוהה במיוחד! לפרטים שלחו אימייל allwhatyouneed2024@gmail.com By www.hotjob.co.il Published On :: 5/11/2024 דרושים דרושות אנשים או נשים שי... Full Article
w Great software debates By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Quality in the 21st Century Perspectives from ASQ Feigenbaum Medal Winners By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Optimum Investment Strategy in the Power Industry Mathematical Models By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Parallel Processing and Applied Mathematics 11th International Conference, PPAM 2015, Krakow, Poland, September 6-9, 2015. Revised Selected Papers, Part I By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Parallel Processing and Applied Mathematics 11th International Conference, PPAM 2015, Krakow, Poland, September 6-9, 2015. Revised Selected Papers, Part II By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w New Perspectives on Surface Passivation: Understanding the Si-Al2O3 Interface By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Model Checking Software 23rd International Symposium, SPIN 2016, Co-located with ETAPS 2016, Eindhoven, The Netherlands, April 7-8, 2016, Proceedings By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Virtualized Cloud Data Center Networks: Issues in Resource Management. By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Web Services, Formal Methods, and Behavioral Types 11th International Workshop, WS-FM 2014, Eindhoven, The Netherlands, September 11-12, 2014, and 12th International Workshop, WS-FM/BEAT 2015, Madrid, Spain, September 4-5, 2015, Revised Selected Papers By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Tools and Algorithms for the Construction and Analysis of Systems 22nd International Conference, TACAS 2016, Held as Part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2016, Eindhoven, The Netherlands, April 2-8, 2016, Procee By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Service-Oriented Computing – ICSOC 2015 Workshops WESOA, RMSOC, ISC, DISCO, WESE, BSCI, FOR-MOVES, Goa, India, November 16-19, 2015, Revised Selected Papers By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Finite Element Methods in Incompressible, Adiabatic, and Compressible Flows From Fundamental Concepts to Applications By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Proceedings of the International Conference on Recent Cognizance in Wireless Communication & Image Processing ICRCWIP-2014 By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Power Systems Grounding By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Organometallic Flow Chemistry By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Nature's oracle : the life and work of W. D. Hamilton By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Current Trends in Wildlife Research By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Sowing Seeds in the City Ecosystem and Municipal Services By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w The Serengeti rules : the quest to discover how life works and why it matters By search.lib.uiowa.edu Published On :: Location: Sciences Library Library- QH501.C376 2016 Full Article
w Towards Ultrasound-guided Spinal Fusion Surgery By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w New Trends in Medical and Service Robots Human Centered Analysis, Control and Design By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
w Java Developer – Swing client By jobsinisrael.blogspot.com Published On :: Tue, 01 Mar 2011 10:53:00 +0000 Quick paced modern growing Hi-Tech company seeking an experienced software developer. Based in Ramat Gan (near the train station), very competitive salary and great working conditionsRequirements* BA/BSc or equivalent with at least 3+ years of software development experience.* Experience with Java Swing, including threading and events model, layouts, advanced component creation and i18n.* Knowledge of design patterns, especially UI-related.* Knowledge of Spring, Java multithreading and synchronization.* Familiarity with Windows and Linux based development.Advantages* Knowledge of JPA/Hibernate and server-side development - a definitive plus.* Experience with web technologies and frameworks - Tomcat, GWT, HTTP, JSON-RPC, Web Services.Please send your resume (any language) to simonyag@gmail.com. Full Article
w PR/Marketing Writer - Airport City By jobsinisrael.blogspot.com Published On :: Sun, 06 Mar 2011 08:59:00 +0000 Dynamic company in the broadcast industry is looking for a PR and Marketing Writer (company located in in Airport City)To create and maintain content to support companies overall sales and marketing plan, and to increase industry awareness and company brand in order to support and marketing efforts.Main AccountabilitiesWork with marketing team on preparing and supporting PR and marketing strategyCreate press releases, case studies, marketing white papers, company briefs and FAQs, and contributed articles/advertorials in support of marketing strategyIdentify and organize speaking engagements and assist in the preparation of the needed presentations Organize and support interviews of companies executives with the print and online mediaInterview clients, managers, engineers, sales staff and others to collect informationPrepare scripts for videos and similar promotional materialPrepare content for customer e-newsletterPrepare content for internal sales and marketing training and sales and marketing internal portalSupport the company as needs arise for proofing, writing and other ad hoc projectsSupport presence as exhibitors at trade industry exhibitions by preparing messaging, arranging press interviews, etc.To increase media and analyst awareness as measured by articles written about the company or within which they are discussedKnowledge / SkillsMinimum 3-5 years experience as a marketing writer and with direct international PR responsibilities for a high-tech company preferably in a related fieldStrong written and verbal communication skills in English (mother tongue) with the specific ability to understand and convey technical information in a non-technical manner and to prepare marketing materialAn understanding of the satellite and broadcast industry a definite plusSend CV and cover letter to: beth@bethk.biz Full Article
w Creative Writer - Ra'anana By jobsinisrael.blogspot.com Published On :: Wed, 09 Mar 2011 13:03:00 +0000 If you are an "out of the box" creative writer – this position is for you!Company in Ra'anana seeks a dynamic and quirky creative writer (2 yrs experience)Must be sharp, smart and hungry to succeedEnglish on a high level (does not have to be mother tongue)Previous experience as copywriter in advertising agency – advantageMarketing background – advantage*Full-time positionPlease send the following to: beth@bethk.biz1. CV2. short and clever blurb about yourself3. 2-3 samples of your writing Full Article
w Two positions: SEO Manager & Graphic Designer By jobsinisrael.blogspot.com Published On :: Tue, 29 Mar 2011 17:28:00 +0000 Send cover letter and CV to rzauer@kenes.comSEO Manager SEO and PPC campaigns for medical congresses around the worldGraphic DesignerDesign for web, email, and online banners Full Article
w is2k7: Weinberger on Knowledge, Metadata, Authority By wendy.seltzer.org Published On :: 2007-06-01T17:24:14-05:00 "It's too early for us to be realistic," David Weinberger says in closing is2k7. Where reality is binary, forcing us to categorize each piece of information, digital networked storage lets us add metadata along multiple axes. We shouldn't rush to cram it all back into real boxes. Instead, we can build new structures, sometimes adding metadata to digital contents, sometimes using the "contents" as metadata with regard to another question we're asking. That lack of hierarchy sounds threatening to some, perhaps including universities, who are accustomed to being the authorities. Online, we find new sources of authority, though we also have to learn and re-learn when not to trust both online and offline sources. The university's challenge, and all of ours, is to engage with these new sources of information and meta-information. The answer to "too much information" is likely not to shut off the spigot but to hand out better filters and filter-building toolkits (aggregators, search engines, databases, social network tools, and mashups). I'm headed to Everything Is Miscellaneous for more. Full Article
w MeinProf.de: A- for German decision on website liability By wendy.seltzer.org Published On :: 2007-06-11T06:02:56-05:00 My OII colleague Tobias Escher reports on a German decision on website operator liability for user-posted content. A professor unhappy with his reviews on Meinprof.de, such as comments calling him a "psychopath," sued. The site had removed the comments on his complaint, but he nonetheless demanded that the site pay a fine and be enjoined from allowing similar comments to be re-posted. The appeals court sensibly rejected that injunction. According to Tobias: The court has decided that a general cease and desist for unacceptable comments is against the law. As a professor one has to face public criticism that cannot be prohibited ex ante. ... In general this is a positive outcome for web sites that leverage the wisdom of the crowds as it offers some protection for the often not-for-profit operators of these sites. However, this does not justify defamatory comments on those sites and the court has emphasized the operators duty to remove those entries as soon as they are recognized. Last but not least, the subject under public scrutiny does matters as professors might well be made to face personal criticism in their role as public figures while teachers and nurses might have to be treated differently. German law lacks a CDA Section 230, which immunizes U.S. service providers from defamation liability for user-contributed comments. So RateMyTeachers.com can ignore claims of defamation, leaving U.S. teachers to fight back with words, leaving their own comments or questioning the reliability of the site. German sites, by contrast, can be held liable for their users' false assertions. If such liability were automatic, triggered immediately upon the posting of a defamatory comment, sites that permitted users to post content might as well paint lawsuit targets on their homepages: anyone could claim to have been defamed there; anyone unhappy with postings could get a heckler's veto against not just individual posts but the site itself. Sensibly, then, the MeinProf.de court limits the potentially unbounded liability in a manner similar to the U.S. caution against prior restraints of speech. The site can't be held liable until it has been given an opportunity to defend or remove the post; those who want to make libel claims against hosts should start by giving the host notice. My U.S.-centric view is still that posters and their subjects should battle over online defamation between themselves, leaving their online hosts out of the picture. As we all depend on intermediaries to speak online, our speech gets less free with each new burden and risk-sensitivity we put on the intermediaries. Those who feel victimized have access to the same speech technologies to respond -- putting them on a more level playing field than arises when one calls in the law and an intermediary is chilled. In the German context and legal tradition, however, this decision seems to get close. Full Article
w The Chokepoints Will Choke Us Yet: AT&T to Filter Net Traffic By wendy.seltzer.org Published On :: 2007-06-13T03:26:45-05:00 "AT&T Inc. has joined Hollywood studios and recording companies in trying to keep pirated films, music and other content off its network the first major carrier of Internet traffic to do so," the LA Times reports. So customers will pay in added overhead and false positives, while filesharers adapt to evade the filtering (for both infringing and non-infringing traffic). Who wins? The sellers of filtering snake-oil tech, perhaps. Full Article
w From the iSummit: Wrecking a Film By wendy.seltzer.org Published On :: 2007-06-15T04:34:20-05:00 "We knew we were a real film when we had pirates." Samuli Torssonen, Star Wreck Studios, on the appearance and sale in Russia and China of copies of the free, CC'd online film "Star Wreck: In the Pirkinning." The film was first posted online, for free, and downloaded 5 million times, before winning a commercial contract for DVD sale. Stephen Lee adds to the community story. The film itself had more than 300 participants in the credits; it has been fan-subtitled in 30 languages, including Klingon. Full Article
w WIPO Broadcast Treaty Gets the Boot? By wendy.seltzer.org Published On :: 2007-06-22T06:36:53-05:00 According to observers and civil society NGO participants, the WIPO Standing Committee on Copyright and Related Rights will not recommend a Diplomatic Conference on the proposed WIPO Broadcasting Treaty. In non-WIPO-ese, that means broadcasters won't get the unjustified grant of copyright-plus rights they've been asking for. Instead, they'll still have copyright protection for their programs, while the public will get its fair use without an extra layer of exclusion. From Intellectual Property Watch » WIPO Broadcasting Treaty Talks Break Down: World Intellectual Property Organization negotiations for a treaty on rights for broadcasters broke down at the eleventh hour, according to participating government officials. A high-level final treaty negotiation scheduled for November will not take place, they said. The SCCR, which does its work through "non-papers" and meetings in Geneva, has been pushing for a broadcasting treaty for nearly a decade. It was nearing its conclusion, sending the draft on to a Diplomatic Conference to be adopted as an international treaty, when delegates apparently finally recognized they could not reach consensus. The latest draft would have added DRM-protection, anti-circumvention, and new exclusive rights to broadcasts, threatening innovations like TiVo and SlingBox. While the United States was at most stages willing to sell out its innovators, even pushing at times for grant of new "webcasting" exclusive rights, Brazil, India, and the Africa Group took the lead in rejecting a new treaty if it lacked public rights and exceptions to balance those granted to broadcasters. EFF and KEI, among others, have been keeping this process under scrutiny for a long time. Amazing how similar the debates look to what I first helped live-blog in 2004. Update: Not dead yet? Jamie Love reports the "surreal" draft conclusions of the Chair, that a Diplomatic Conference should be held in 2008. Full Article
w Digging in to Illegal Wiretaps By wendy.seltzer.org Published On :: 2007-06-28T10:16:29-05:00 The Senate Judiciary Committee has sent subpoenas to the White House to investigate the administration's warrantless wiretaps.WASHINGTON (Wednesday, June 27) Senate Judiciary Committee Chairman Patrick Leahy (D-Vt.), in consultation with Ranking Member Arlen Specter (R-Pa.), issued subpoenas Wednesday for documents relating to the authorization and legal justification for the Administration's warrantless wiretapping program. Chairman Leahy issued subpoenas to the Department of Justice, the Office of the White House, the Office of the Vice President and the National Security Council for documents relating to the Committees inquiry into the warrantless electronic surveillance program. The subpoenas seek documents related to authorization and reauthorization of the program or programs; the legal analysis or opinions about the surveillance; orders, decisions, or opinions of the Foreign Intelligence Surveillance Court (FISC) concerning the surveillance; agreements between the Executive Branch and telecommunications or other companies regarding liability for assisting with or participating in the surveillance; and documents concerning the shutting down of an investigation of the Department of Justices Office of Professional Responsibility (OPR) relating to the surveillance. More via the NYT. I hope they'll do a vigorous investigation, including debate on the public record to blow down the "state secrets" screen that's been thrown up against private lawsuits against the spying. Full Article
w Exclusive Rights: The Wrong Goal for NFL By wendy.seltzer.org Published On :: 2007-07-02T01:09:30-05:00 The NFL just doesn't know when to stop. The Washington Post reports on a new NFL policy limiting journalists' use of video online: In a move designed to protect the Internet operations of its 32 teams, the pro football league has told news organizations that it will no longer permit them to carry unlimited online video clips of players, coaches or other officials, including video that the news organizations gather themselves on a team's premises. News organizations can post no more than 45 seconds per day of video shot at a team's facilities, including news conferences, interviews and practice-field reports. Now this policy isn't copyright-based -- the NFL doesn't have copyright in the un-fixed statements of its players and coaches -- but good old real property law. The NFL teams own their facilities, and with them have the right to exclude people physically, as trespassers. So the NFL is telling sportswriters, who depend on physical access to gather the background for their stories, they'll be barred at the gates if they use more than 45 seconds of video online. Houston Chronicle columnists John McClain and Anna-Megan Raley show the absurdity of this policy by trying to complete interviews in 45 seconds, stopwatch in hand. Even stopping at 45 seconds, they apparently violate the policy if the video is not removed after 24 hours and doesn't link to nfl.com! While the football league may be within its legal rights on this one, its policy still reflects a fundamental misunderstanding of the medium. The league depends on independent journalists to do the research that keeps people following the sport between games, and journalists have turned to the Internet to dig deeper than they could in print or time-constrained TV. Readers go to sportwriters' websites and blogs precisely for perspectives they don't get from the official NFL.com website. Limiting the richness of media available on these sites is more likely to alienate fans and journalists than to drive traffic to NFL.com. Just look where the Olympics is. Sometimes rights to exclude are best left un-exercised. By contrast, the National Hockey League has taken a better course, striking deals with YouTube, Sling Media, and Joost to permit people to see hockey when and where they want. "We're not content fascists," Keith Ritter, president of NHL Interactive Cyber Enterprises, which represents the league's interests in new media, tells the LA Times. Perhaps it's time for the Houston Chronicle team to battle global warming and pick up hockey sticks! Thanks Scott! Full Article
w Think Secret Seeks Free Lawyer By grep.law.harvard.edu Published On :: 2005-01-18T01:47:05+00:00 Full Article
w Nofollow Tag Endorsed By grep.law.harvard.edu Published On :: 2005-01-19T17:44:48+00:00 Full Article
w Duke's CSPD Announces Moving Image Contest Winners By grep.law.harvard.edu Published On :: 2005-01-19T18:32:20+00:00 Full Article